Tool/software:
Background: We want to implement bootloader flashing, so we want to split the mcu into two parts. But only one mcu image is loaded in the EMMC stage1 example routine provided in the SDK.
We want to know whether the mcu program can be divided into two parts when loading the mcu image using SBL stage1, so that SBL stage1 loads the two pieces of mcu data?
Or is it possible to merge the two image files compiled by mcu into a single file and then go through SBL stage1 to load it?
Please help us with a viable solution?