PINE64
[Article] Rust Apps on Ox64 BL808 RISC-V SBC and Apache NuttX RTOS - 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] Rust Apps on Ox64 BL808 RISC-V SBC and Apache NuttX RTOS (/showthread.php?tid=19292)



[Article] Rust Apps on Ox64 BL808 RISC-V SBC and Apache NuttX RTOS - lupyuen - 06-15-2024

Will Rust Apps run on a 64-bit RISC-V SBC? Like Ox64 BL808 SBC? Let’s find out!

(1) We take a Barebones Rust App (“Hello World!”)

(2) Compile it for QEMU RISC-V Emulator (64-bit)

(3) Run it on QEMU Emulator with Apache NuttX RTOS

(4) Do the same on Ox64 BL808 SBC (via MicroSD)

(5) We’ll discuss the Quirky Workarounds (because NuttX Apps work differently in Kernel Mode vs Flat Mode)

Here's how: Rust Apps on Ox64 BL808 RISC-V SBC and Apache NuttX RTOS

Lup

   


RE: [Article] Rust Apps on Ox64 BL808 RISC-V SBC and Apache NuttX RTOS - tllim - 06-15-2024

(06-15-2024, 04:10 AM)lupyuen Wrote: Will Rust Apps run on a 64-bit RISC-V SBC? Like Ox64 BL808 SBC? Let’s find out!

(1) We take a Barebones Rust App (“Hello World!”)

(2) Compile it for QEMU RISC-V Emulator (64-bit)

(3) Run it on QEMU Emulator with Apache NuttX RTOS

(4) Do the same on Ox64 BL808 SBC (via MicroSD)

(5) We’ll discuss the Quirky Workarounds (because NuttX Apps work differently in Kernel Mode vs Flat Mode)

Here's how: Rust Apps on Ox64 BL808 RISC-V SBC and Apache NuttX RTOS

Lup

Appreciate and thanks on your presentation. Thumbs up!