Hello,
we want to use the Cortex-M4 of the iMX8MMINI # in our application. Currently I'm going through the reference manual and the SDK examples. Running the demo binaries from U-Boot also works.
I've several questions for which I can't find answers in the reference manual or other documents. For example, the M4 can be booted from different devices (TCM, DDR, etc.), but it's nowhere mentioned how the mechanism for this is implemented - I assume the U-Boot bootaux command sets some special registers for the boot address, but where is this documented?
Regards