-
Notifications
You must be signed in to change notification settings - Fork 56
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
Cannot boot properly into self-built Raspberry image #14
Comments
I've figured out that the |
I've figured out how to load Interim on a more recent QEMU than in the bundled scripts. Here's my writeup so far:
|
I eventually got around these issues by upgrading the bundled rpi-boot library and playing with the compilation flags (for some bizarre reason changing the optimization settings allows you to boot further, possibly the fault of undefined behavior and related compiler optimizations removing such code). It appears that structs don't work on ARM at all:
|
Structs on ARM are fixed in the meantime btw! |
Oh sure, I just haven't tested yet whether booting on the Raspberry Pi works. |
After executing
and inserting the SD card into the Raspberry Pi, it boots into a white screen and is stuck there. No prompt appears. I can't get serial console working either. More instructions on how to debug this would be welcome, like for example how one can try it out in QEMU.
The following however works:
So I'm fairly sure something about the build process is not quite ideal...
The text was updated successfully, but these errors were encountered: