apache / nuttx

Apache NuttX is a mature, real-time embedded operating system (RTOS)
https://nuttx.apache.org/
Apache License 2.0
2.48k stars 1.05k forks source link

Raspberry pi 4 model B support #11586

Open TaiJuWu opened 5 months ago

TaiJuWu commented 5 months ago

Can Nuttx support raspberry 4 model B? Or anyone work on this board?

alandeassis commented 5 months ago

@TaiJuWu the initial support to Raspberry Pi board (the first board) was removed by Greg some years ago because nobody was interested to still working in the port: https://bitbucket.org/patacongo/obsoleted/src/master/Patches/Remove-arch-bcm2708-2019-01-02.patch

If you want to work on it, you can look that initial support and use it as reference.

TaiJuWu commented 5 months ago

@TaiJuWu the initial support to Raspberry Pi board (the first board) was removed by Greg some years ago because nobody was interested to still working in the port: https://bitbucket.org/patacongo/obsoleted/src/master/Patches/Remove-arch-bcm2708-2019-01-02.patch

If you want to work on it, you can look that initial support and use it as reference.

Thanks for your information.

linguini1 commented 4 days ago

Checking if this is in development at all? I am interested in contributing to get support for this board.

TaiJuWu commented 3 days ago

Checking if this is in development at all? I am interested in contributing to get support for this board.

No, I am not working on it. Welcome to take it over, thanks.