-
Notifications
You must be signed in to change notification settings - Fork 60
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
[Firmware Bug]: Kernel image misaligned at boot, please fix your bootloader! #46
Comments
Hi Paul, Based on the test log on kernel 5.6.16 before. I didn't see such a warning message. Test log on kernel 5.6.16: I saw there is a solution for this warning here: raspberrypi/firmware#1415 |
Sorry, I should have checked first. Linux commit dd4bc60765 (arm64: warn on incorrect placement of the kernel by the bootloader) added that warning in Linux 5.8, so it couldn’t have been shown by Linux 5.6.
Do you mean adding |
Good news. We could change the kernel load address to 0x200000 in 'tools/flat-image-tree.py' to solve this issue. But I am not sure whether it will cause other side effects. Wait for confirmed.
src: https://github.com/dentproject/dentOS/blob/main/tools/flat-image-tree.py Test log: 2021/02/19 updates:
I think any kernel load address that mod by SZ_2M equals to zero can pass the check. |
The boot log of #45 shows the error below:
@chenglin-tsai, do you know, if that is present also Linux 5.6?
The text was updated successfully, but these errors were encountered: