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.82k stars 773 forks source link

Threadx on Raspberry pi #282

Open raghu-elastics opened 1 year ago

raghu-elastics commented 1 year ago

Hello

Is threadX supported on raspberry pi 3 b+ ? I see there is support for cortex A53 which is the core available on the board, but is there any listed steps to try out on the board?

amgross commented 1 year ago

Take a look at #3 maybe it will help you

raghu-elastics commented 1 year ago

Thanks @amgross , the last post in there suggest broadcom internal have running threadx on RPi, but its not available in this repo?

Currently I have raspi with u-boot, tried running threadx_initialize_kernel_setup_test, it doesnt go through.

lduesing commented 5 months ago

Threadx does run on the graphics core of raspberry pi, as far as I read. But not on the normal cpu.

dan-meyer commented 5 months ago

FWIW I spent some time on trying to create an a72 build with aarch64 tools and found a long list of problems. I think that it would be a lot of work and rewrite to get arm64 working. I have a todo to see if I can get a build for aarch32 on bcm2711.

williamelamie commented 5 months ago

Are the problems ThreadX-related or tool related? Just curious...