Hi,
Our platform boot flow is SBL -> A72 ATF/OPTEE -> A72 SPL -> A72 u-boot -> A72 Linux Kernel , sbl uboot-sbl and kernel are all in spi flash ,and kernel image in emmc.
Since the size limitation of the flash, we couldn't move kernel to flash. And there is not enouth space to save the combined_appimage .
Could we load kernel by uboot spl ?
Or boot flow with SBL -> A72 ATF/OPTEE -> A72 Linux Kernel without combined_appimage ?
Out psdkla version is ti-processor-sdk-rtos-j721e-evm-07_02_00_06
Thanks.