varghes / Raspberry_Pi3_FreeRTOS

Raspberry Pi3 FreeRTOS (BCM2837)
Other
25 stars 16 forks source link

I want to Run my FreeRTOS Applications on Raspbeery board #2

Open ravipodila opened 3 years ago

ravipodila commented 3 years ago

I copied the Working image to Raspberry board (Raspbian OS) and restarted but it is not working please help me solve the issue.

Can I have FreeRTOS as a OS running in Raspberry board pi 4

I want to my run applications of FreeRTOS to run Raspberry board pi 4

Does freeRTOS OS have Support for GUI

varghes commented 3 years ago

support not yet added for pi 4 ... GUI , possible to add support to uCGUI ( open source recently) , or you can opt for
lvgl.

ravipodila commented 3 years ago

which Board best which will support freeRTOS OS

varghes commented 3 years ago

I don't recommend buying pi 3 , since already pi 4 is out .. pi4/pi3 registers/drivers not compatible. I have no immediate plans to support pi 4 .. If you have short project timeline ,then You can check pi zero [https://github.com/varghes/Raspberry_FreeRTOS] & see if that suits your requirement . if you are open for other than pi family , you can choose stm32 /ESP32

ravipodila commented 3 years ago

Thank you for help will try with STM32