Hi Igor,
It is OK to use m4ctrl to deploy cm4 image first time. But there is always one ASSERT error in CM4 after trying to deploy second time.
In A35 console, m4ctrl show success after second deploy
```
~# m4ctrl --deploy=/tmp/tbox_cm40.img --core=0
m4ctrl: unrecognized option '--core=0'
Stop cortex M4, core 0
Poweron cortex M4, core 0
```
But in CM4 console, ASSERT message shown after second deploy
```
********* FLEXCAN 1 Interrupt EXAMPLE *********
*********************************************
...
ASSERT ERROR " NULL != s_flexcanHandle[FLEXCAN_GetInstance(ADMA__CAN1)] ": file "/home/.../devices/MIMX8QX6/drivers/fsl_flexcan.c" Line "3698" function name "ADMA_FLEXCAN1_INT_DriverIRQHandler"
```
Any idea?
Thanks,