I use imx6sx board. On A9 core run linux, on M4 core run MQX 4.1.
M4 binary is mapped in DDR from 0x80000000 to 0x80800000. This region is reserved by dts configuration.
I need to load M4 binary from linux user space application more times.
I'd like to know if exist a procedure supported by nxp that defines how to do.
I searched on the community, forum, etc but I only found cases where the loading is done by u-boot
Francesco