The boot process failed to load boot.scr. Getting a print "Failed to load 'boot.scr'" while booting device.
I'm using imx6ull and BSP version is 5.15.52
Can you tell us which board and which version BSP are you using?
Hi Nxp community,
I'm using 5.15.52 BSP version and iMx6ull board. The booting gets completed but failure prints are observed. Could you please let me know what is causing this? Also please let me know how I can solve this.
Thank you,
Afeefah Fathima
can you share the boot log file to us?
Are you using the NXP reference board or the board you designed yourself? Here ignore this information, your kernel can not boot up success and the boot.scr can not cause your kernel can not boot.
Can you share us your boot command for the kernel boot? When u-boot boot up, press print and share us your boot command for the kernel boot.
you can try to add the earlycon=ec_imx6q,uart baseaddress,115200 in your boot command mmcargs.
For the uart baseaddress you need to confirm your use.
Hi @Rita_Wang
The value for earlycon is already set as
bootargs = "console=ttymxc2,115200 earlycon=ec_imx6q,0x30880000,115200";
what could be the other possibilities? Is there any other suggestion.