Hi @Daniel-Aguirre ,
In Uboot commandline, iam using the following commands.
sf probe 6:0
sf read 0x80000000 0x00AC0000 0x900000
dcache off
mw.q 0x34000000 0x0 0x900000
cp.b 0x80000000 0x34000000 0x900000
startm7 0x34100204
and in the console, it is showing the message "starting cm7_0 core at SRAM address 0x34100204"
But ,upon attaching M7 from the debugger, application is running with lockedup warning. Also PC is jumping to some other address (0x4110F2C2) , which is not from the SRAM region.
Thanks for sharing this thread, i will go through these.