Hi,
I am working on a custom board using iMX8QXP. I am not getting any prints on the M4 core console. Here's what I did.
The M4 image was made using using Mkimage (imx-mkimage-lf-5.15.32_2.0.0) using the following command:
make REV=C0 SOC=iMX8QX flash_linux_m4.
Then using the UUU tool, flashed it on the eMMC and powered on the board. I got prints on the A35 core console but nothing from the M4 core.
Also tried the following steps from the documentation IMXLUG (Rev. LF6.1.36_2.1.0 — 29 September 2023 Section 4.7.4)
uboot=> run m4boot_0.
This is the result i got.
=> run m4boot_0
0 bytes read in 0 ms
Power on aux core 0
Copy image from 0x80200000 to 0x34fe0000
Start M4
bootaux complete
=>
Can we assume that the M4 core is up and running? Also I tried the above steps using the Hello_world binary from the demo programs and got the prints on the A35 core. But still didn't get any prints on the M4 console.
@igorpadykov Could you please look into this?