Some customer need to run Zephyr on i.MX8QXP CM4, but there is no support on Zephyr mainline(v4.3.0)
This article will share the porting based on Zephyr v4.3.0.
For i.MX8QM CM4, please refer this link:
https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/i-MX8QM-CM4-0-support-on-Zephyr-v4-3-0/t...
samples/hello_world/

samples/synchronization

Add pd_ignore_unused in bootargs before entering Linux.
For the OpenAMP communication, need to refer this Zephyr application.
https://github.com/nxp-real-time-edge-sw/heterogeneous-multicore/blob/main/apps/rpmsg_str_echo/zephy...