eclipse-threadx / threadx

Eclipse ThreadX is an advanced real-time operating system (RTOS) designed specifically for deeply embedded applications.
https://github.com/eclipse-threadx/rtos-docs/blob/main/rtos-docs/threadx/index.md
MIT License
2.87k stars 782 forks source link

A78AE port #204

Closed Hunter-Phipps closed 2 years ago

Hunter-Phipps commented 2 years ago

Are there any plans to port Azure RTOS to ARM Cortex-A78AE?

goldscott commented 2 years ago

Cortex-A78AE is an ARMv8-A core. All of our ARMv8-A ports (e.g. A55, A77, etc.) are derived from one common ARMv8-A port. Although there is not "official" A78AE port, you can use one of the other ports (e.g. A77) and it should work just fine.

goldscott commented 2 years ago

Let us know if you have other questions, otherwise I'll close this issue. Feel free to re-open.

Hunter-Phipps commented 2 years ago

Has anyone tried running Azure RTOS on the Nvidia AGX Orin A78AE processor?

goldscott commented 2 years ago

Hi @Hunter-Phipps - not that I am aware of. Nobody on the RTOS team has tried on that processor.