Skip to content
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

load uImage by uboot spl error #11

Open
walkthetalk opened this issue Oct 5, 2019 · 0 comments
Open

load uImage by uboot spl error #11

walkthetalk opened this issue Oct 5, 2019 · 0 comments

Comments

@walkthetalk
Copy link

I'm using spl to load uImage directly. (boot.bin, uImage, system.dtb)

  1. the default uImage address is 0x8000 by default, which will override spl bss, then hang.
  2. after changed the uImage address, the kernel says
    : Hit pending asynchronous external abort (FSR=0x00001c06) during first unmask
    and after mount rootfs / exe systemd, it says
    : Unhandled fault: imprecise external abort (0x1c06)"
    system hang.

I don't know where to get help, if error place, sorry for that.

If I use spl to load u-boot.img, and load uImage/system.dtb by u-boot, system can work normally.

bad.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant