We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello
I have done a custom PCB based on Olinuxino open-source hardware. I'm having the following messages when I'm trying to boot, can someone help me to identify how to solve this?
U-Boot SPL 2021.04+olimex-1-20211108.075936 (Nov 08 2021 - 08:00:41 +0000)DRAM: 2048 MiBTrying to boot from MMC1ASSERT: lib/xlat_tables_v2/xlat_tables_core.c:1150BACKTRACE: START: assert0: EL3: 0x489101: EL3: 0x4bd242: EL3: 0x4985c3: EL3: 0x499644: EL3: 0x440bc5: EL3: 0x11fac6: EL3: 0x1189cBACKTRACE: END: assert
Thanks in advance.
It is weird that after "starting kernel...", the code execution flow shows "INFO: BL3-1: Next image address = 0x41000000INFO: BL3-1: Next image spsr = 0x3c5". From u-boot, you should configure and jump to Linux kernel address, but you jumps the BL31 wrongly or at least BL31 entry point overlaps part of your kernel memory.