12-19-2019, 10:21 AM
I am attempting to SPL over FEL so I can load a BL32 by hand (sorry if this reads as jargon). I am on mainline u-boot and using sunxi-fel spl uboot/spl/sunxi-spl.bin. It begins attempting to boot and then says:
The boot device it is referring to is "12" or BOOT_DEVICE_BOARD. Is there an image that supports this boot device or an SPL that will initialize DRAM for me to load stuff via FEL?
Code:
SPL: Unsupported Boot Device!
SPL: failed to boot from all boot devices
### ERROR ### Please RESET the board ###
The boot device it is referring to is "12" or BOOT_DEVICE_BOARD. Is there an image that supports this boot device or an SPL that will initialize DRAM for me to load stuff via FEL?