-
Notifications
You must be signed in to change notification settings - Fork 114
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
Drop default initrd addresses from jh7110 dts #80
base: JH7110_VisionFive2_devel
Are you sure you want to change the base?
Drop default initrd addresses from jh7110 dts #80
Conversation
Fixes crash on boot without an initrd. u-boot will readd them if booting with an initrd.
Interesting, our builds/images boot fine without an initramfs, but we see a kernel error only:
Is this to mute this error only? |
The kernel would crash with an illegal instruction some time after that, unless I removed the default initrd setting or specified a minimal initrd that just mounted, chrooted and execed init. I didn't dig into why, since the initrd bits of the dts are clearly wrong. |
Interesting. AFAIK we removed the initramfs before I did further changes to the kernel sources, but never faced a crash. However, it makes sense to remove those hardcoded addresses. I picked it here: MichaIng@605c4c0 EDIT: Works well, kernel error is gone 👍. |
Reference: starfive-tech#80 Signed-off-by: MichaIng <[email protected]>
Reference: starfive-tech#80 Signed-off-by: MichaIng <[email protected]>
Reference: starfive-tech#80 Signed-off-by: MichaIng <[email protected]>
Reference: starfive-tech#80 Signed-off-by: MichaIng <[email protected]>
Reference: starfive-tech#80 Signed-off-by: MichaIng <[email protected]>
Reference: starfive-tech#80 Signed-off-by: MichaIng <[email protected]>
Reference: starfive-tech#80 Signed-off-by: MichaIng <[email protected]>
Reference: starfive-tech#80 Signed-off-by: MichaIng <[email protected]>
Reference: starfive-tech#80 Signed-off-by: MichaIng <[email protected]>
Reference: starfive-tech#80 Signed-off-by: MichaIng <[email protected]>
Reference: starfive-tech#80 Signed-off-by: MichaIng <[email protected]>
Reference: starfive-tech#80 Signed-off-by: MichaIng <[email protected]>
Reference: starfive-tech#80 Signed-off-by: MichaIng <[email protected]>
Reference: starfive-tech#80 Signed-off-by: MichaIng <[email protected]>
Reference: starfive-tech#80 Signed-off-by: MichaIng <[email protected]>
Reference: starfive-tech#80 Signed-off-by: MichaIng <[email protected]>
Reference: starfive-tech#80 Signed-off-by: MichaIng <[email protected]>
Reference: starfive-tech#80 Signed-off-by: MichaIng <[email protected]>
Reference: starfive-tech#80 Signed-off-by: MichaIng <[email protected]>
Reference: starfive-tech#80 Signed-off-by: MichaIng <[email protected]>
Reference: starfive-tech#80 Signed-off-by: MichaIng <[email protected]>
Reference: starfive-tech#80 Signed-off-by: MichaIng <[email protected]>
Reference: starfive-tech#80 Signed-off-by: MichaIng <[email protected]>
Reference: starfive-tech#80 Signed-off-by: MichaIng <[email protected]>
Reference: starfive-tech#80 Signed-off-by: MichaIng <[email protected]>
Reference: starfive-tech#80 Signed-off-by: MichaIng <[email protected]>
Reference: starfive-tech#80 Signed-off-by: MichaIng <[email protected]>
Reference: starfive-tech#80 Signed-off-by: MichaIng <[email protected]>
Reference: starfive-tech#80 Signed-off-by: MichaIng <[email protected]>
Reference: starfive-tech#80 Signed-off-by: MichaIng <[email protected]>
Reference: starfive-tech#80 Signed-off-by: MichaIng <[email protected]>
Reference: starfive-tech#80 Signed-off-by: MichaIng <[email protected]>
Reference: starfive-tech#80 Signed-off-by: MichaIng <[email protected]>
Reference: starfive-tech#80 Signed-off-by: MichaIng <[email protected]>
Reference: starfive-tech#80 Signed-off-by: MichaIng <[email protected]>
Reference: starfive-tech#80 Signed-off-by: MichaIng <[email protected]>
Reference: starfive-tech#80 Signed-off-by: MichaIng <[email protected]>
Reference: starfive-tech#80 Signed-off-by: MichaIng <[email protected]>
Reference: starfive-tech#80 Signed-off-by: MichaIng <[email protected]>
Reference: starfive-tech#80 Signed-off-by: MichaIng <[email protected]>
Reference: starfive-tech#80 Signed-off-by: MichaIng <[email protected]>
Reference: starfive-tech#80 Signed-off-by: MichaIng <[email protected]>
Reference: starfive-tech#80 Signed-off-by: MichaIng <[email protected]>
Reference: starfive-tech#80 Signed-off-by: MichaIng <[email protected]>
Reference: starfive-tech#80 Signed-off-by: MichaIng <[email protected]>
Reference: starfive-tech#80 Signed-off-by: MichaIng <[email protected]>
Reference: starfive-tech#80 Signed-off-by: MichaIng <[email protected]>
Reference: starfive-tech#80 Signed-off-by: MichaIng <[email protected]>
Reference: starfive-tech#80 Signed-off-by: MichaIng <[email protected]>
Reference: starfive-tech#80 Signed-off-by: MichaIng <[email protected]>
Reference: starfive-tech#80 Signed-off-by: MichaIng <[email protected]>
Reference: starfive-tech#80 Signed-off-by: MichaIng <[email protected]>
Reference: starfive-tech#80 Signed-off-by: MichaIng <[email protected]>
Reference: starfive-tech#80 Signed-off-by: MichaIng <[email protected]>
Reference: starfive-tech#80 Signed-off-by: MichaIng <[email protected]>
Reference: starfive-tech#80 Signed-off-by: MichaIng <[email protected]>
Fixes crash on boot without an initrd. u-boot will readd them if booting with an initrd.