I’m currently trying to get the RAM loading working with MCUboot in Zephyr for i.MX RT1060 but I’m not able to make the bootloader boot the image. Here are the steps I did so far:
- In "samples/sysbuild/with_mcuboot/sysbuild.conf", added SB_CONFIG_MCUBOOT_MODE_RAM_LOAD=y.
- Set CONFIG_SRAM_SIZE=128 in samples/sysbuild/with_mcuboot-sysbuild/mcuboot.conf.
In the generated .config file I can see that the CONFIG_SRAM_BASE_ADDRESS=0x80000000 which seems to be correct. But MCUboot reports the error message "Unable to find bootable image" instead of starting the application.
I'm using the Zephyr release 4.1.0.
Do I need to make any other changes?
Thanks.
Ildikó