[Article] Nim on a Real-Time Operating System: Apache NuttX RTOS + Ox64 BL808 SBC - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: General (https://forum.pine64.org/forumdisplay.php?fid=1) +--- Forum: General (https://forum.pine64.org/forumdisplay.php?fid=74) +--- Thread: [Article] Nim on a Real-Time Operating System: Apache NuttX RTOS + Ox64 BL808 SBC (/showthread.php?tid=18986) |
[Article] Nim on a Real-Time Operating System: Apache NuttX RTOS + Ox64 BL808 SBC - lupyuen - 12-31-2023 Happy New Year! 2024 is here and we’re running Apache NuttX RTOS (Real-Time Operating System) on Single-Board Computers with plenty of RAM. Like Pine64 Ox64 BL808 SBC with 64 MB RAM! In this article, we create a Blinky LED app with a Python-like, Garbage-Collected Language that compiles to C: Nim Programming Language. Garbage-Collected Languages (like Nim) require a bit more RAM than Low-Level Languages (like C). Perfect for our roomy (and vroomy) SBC! (1) We test NuttX + Nim Blinky on QEMU Emulator for 64-bit RISC-V (minus the blinkenlight) (2) Then we run NuttX + Nim Blinky on the Ox64 BL808 RISC-V SBC (with a real LED) Check out the article here: Nim on a Real-Time Operating System: Apache NuttX RTOS + Ox64 BL808 SBC Lup RE: [Article] Nim on a Real-Time Operating System: Apache NuttX RTOS + Ox64 BL808 SBC - tllim - 01-05-2024 Thanks and happy new year [Article] Nim on a Real-Time Operating System: Apache NuttX RTOS + Ox64 BL808 SBC - lupyuen - 01-05-2024 Happy New Year TL! :-) |