Guidance Required for RTEMS Integration on NXP S32Z2 / S32G2

Hello RTEMS Team,

I am currently working with NXP S32Z2 and S32G2 processors and would like to integrate RTEMS on these platforms.

Could you please provide guidance on the following:

  1. Is there any existing RTEMS BSP available for the S32Z2 or S32G2 series?
  2. If a BSP is not available, which existing RTEMS BSP would be the best reference for starting a port?
  3. Are there any documents, examples, or previous projects related to RTEMS on NXP S32 devices?
  4. What would be the recommended approach for creating a custom BSP for these processors?

Any guidance, references, or suggestions would be greatly appreciated.

Thank you for your support.

Best Regards,
Suresh

  1. No, there isn’t an existing BSP. The arm tools do support Cortex R52’s so the compiler chain is there.

  2. Look through the arm bsp (its for v7 and you’ll want v8r so work to be done there)

  3. In my recent surfing through the documentation I haven’t found anyone else working in ARM v8 Cortex variants. That said, go to the projects page and look there. (Explore projects · GitLab)

  4. Read the BSP users guide, write a BSP, get the BSP tests to pass.

–Chuck