You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using spl to load uImage directly. (boot.bin, uImage, system.dtb)
the default uImage address is 0x8000 by default, which will override spl bss, then hang.
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.
I'm using spl to load uImage directly. (boot.bin, uImage, system.dtb)
: 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
The text was updated successfully, but these errors were encountered: