Hi !
I am working on an application for the cortex M4 on my board. I'm dealing with a Colibri iMX8DX v1.0 E mounted on a Toradex Aster v1.1 B on which I flashed a Linux embedded v7.1 Minimal.
I rerouted the debug console of the Cortex M4 to the UARTB (or UART0) because the 144 and 146 SODIMM pins that would be connected to the tightly coupled UART of the M4 were not connected on the Aster Card. Following this, I was able to run some examples from the MCUXpresso SDK and see their result on my debug console.
Now, when I try to boot Linux after launching the m4boot_0 command in U-Boot, the kernel almost finishes its initialization before reset with "Reset cause: SCFW fault reset".
Just so I avoid any weird interference with badly controlled pins, the firmware I am currently attempting to make work alongside Linux is the looped Hello World demo from the MCUXpresso SDK.
The boot log is attached to this message. I have no idea what causes this error, any tips would be so welcome.