Flashing of flash.bin of flash_spl binary is successfully completing 100% but later flashiong of wic image is not proceding.
Help me in understanding why flash.bin is not rturning done status.
Hello,
How are you flashing it?
Maybe is not able to move to fastboot, you can confirm it in debug console.
Best regards.
When i checked for SPL in generated flash.bin below is the content. Help me where could i been wrong
build-wayland/tmp/deploy/images/imx8qxpc0mek$ strings flash.bin | grep -i spl
spl: ERROR: unsupported device
SPL: Unsupported Boot Device!
SPL: failed to boot from all boot devices
U-Boot SPL 2024.04-lf_v2024.04+g6c4545203d1+p0 (Nov 15 2024 - 04:02:13 +0000)
SPL: Image overlaps SPL
SPL: Image too large
spl: unsupported mmc boot device.
spl: could not initialize mmc. error: %d
spl: could not find mmc device %d. error: %d
spl: mmc init failed with error: %d
spl: mmc partition switch failed
spl: mmc: wrong boot mode
display_init
Display the FIPS mode of the SoC by reading fuse 0xA, bit 3
Successfully finished the power up sequence of display.
SPL Phase
TI Keystone SPL Image
TI OMAP SPL With GP CH
sfspl
StarFive SPL Image
display MMC info
u-boot,dm-spl
splashimage=0x9e000000
display-timings
display-subsystem
fsl,imx-display-subsystem
//ldb@562210e0/lvds-channel@0/display-timings/timing0
display0
display1
split_vm_region
Hello,
The log shows that is not able to find a bootable device.
Are you using a custom image? If yes, what changes did you do?
Are you using the MEK board?
Best regards.