HI NXP
i want to directly download the bin file in M7-0 sram, and A core can start from SD card .
what should i do? can you give me some advice or some examples?
Hello, @xueqing
Thanks for the reply.
Since you mentioned that the A core started from the SD card(assuming using the BSP), then you could possibly try downloading the M7 application into SRAM by the “bootm7” command in u-boot,it is introduced in BSP user manual, in which you may reference it for the details.
Hope it helps.
Best Regards
Chenyin
Hello, @xueqing
Thanks for the question.
I understand that you may want to directly download images to the sram to run the application on M7 cores, then from my opinion, there are at least the following ways:
Hope it helps.
Best Regards
Chenyin
hi xnp
thanks for your advice! can you provide some document or examples which i can follow the steps to finish the action?