-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
qemu_boot requires xz-compressed images to live in /tmp #201
Comments
also, from checking the code it seems that the image-name (unless it is a zip-file) must not contain the sequence Line 15 in f6fea14
e.g. $ echo mixzap.img.xz | sed "s/.xz//"
map.img.xz
$ the correct sed-expression would be IMG_NAME=$(basename "${ZIP_IMG%.xz}") |
Hey, you are quite right. I initially wrote qemu_boot as a quick hack and it really has the place to become something more useful and well documented. |
i might :-) sidenote: shouldn't |
Yes, though I update which kernel is used since they changed over time. They could be joined in to one script |
i found https://github.com/bablokb/pi-qemu-helper which seems to be a better alternative to your scripts (as it also supports booting with a GUI) |
Cool - if you have some example of what commands to run on a .zip file to get a running emulation we could add that to the wiki. |
i'm just starting with CustomPiOS, and i'm a bit stumped on how to use
qemu_boot
.it would be really nice if starting
qemu_boot.sh
without any arguments (or with-h
; or with a non-existing file) to output some usage informationbuild_dist
/tmp
otherwise the uncompressed image won't be foundThe text was updated successfully, but these errors were encountered: