guysoft / CustomPiOS

A Raspberry Pi and other ARM devices distribution builder
GNU General Public License v3.0
514 stars 149 forks source link

README instructions say "qemu-arm-static" when it should be "qemu-user-static" #58

Closed cyrusadkisson closed 5 years ago

cyrusadkisson commented 5 years ago

Sent me on a wild goose chase for 30 minutes (partially bc I'm a noob, but still). The link itself links to qemu-user-static.

guysoft commented 5 years ago

Qenu-user-static is the software package. qemu-arm-static is the specific binary.

  1. This is listed in the docs here: https://github.com/guysoft/CustomPiOS/wiki/Building#build-a-distro-from-within-raspbian--debian--ubuntu--custompios-distros
  1. If you are compiling qemu then you need to know which target to compile
guysoft commented 5 years ago

Closing, issue is documented and no reply from OP