Hi again Daniel, thank you for your clarifications they have been very helpful.
I'm actually not wanting to write a multi-core project, i have no intention of using the Cortex-A53's if i can help it. But if I can/must use them to boot the Cortex-M4 via the Linux BSP then that was my aim.
In a previous project (not NXP but similar u-boot process) the Linux Kernel would boot and then i was presented with a console with which i could configure a Cortex-R7 to be flashed over a debugger probe. Are you aware of any Linux commands which allow me to configure the M7 to be flashed via a probe on the RDB2?
____________________________________________________________________________
setenv resumer7 'mw E618024C 00000001 1; md E6153040 1; md E6180240 1;'
setenv unreset7 'mw E6150948 400000; md E61500B0 1; mw F0100000 1; mw F0100F80 1;'
setenv setr7 'run bar7; run resumer7; run unreset7;'
saveenv
____________________________________________________________________________
These commands allowed me to enable the Cortex-R7 to be flashed via the debug probe. I understand the architectures may be very different, but the attached image showing the Linux BSP running makes it look like it may be possible to do something similar with the RDB2?
I've read through the Linux BSP 33.0 User Manual for S32G2 platforms and AN12422 - S32G2 Boot Process documents and both hint that it may be possible, neither give explicit instructions.
Thanks again for all your help