This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM62A7: Technical advice on SBL loading mcu image

Part Number: AM62A7

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?