Let's emulate the UART Input Registers in our #RISCV Emulator for #Sophgo SG2000 SoC
Article: https://lupyuen.codeberg.page/articles/sg2000b.html#emulate-the-uart-input-registers
"Right of the Dial: The rise of Clear Channel and the fall of Commercial Radio"
"Making sense of Real-Time Operating Systems" (#NuttX)
https://hackaday.com/2024/11/13/making-sense-of-real-time-operating-systems-in-2024/
Inside TinyEMU #RISCV Emulator: We intercept the Memory Writes to emulate the UART Output Register
Article: https://lupyuen.codeberg.page/articles/sg2000b.html#emulate-the-uart-output-registers
#NuttX Build Farm on macOS M2 Pro ... Gets boiling hot 😬
How we emulate the 16550 UART Controller in TinyEMU #RISCV Emulator
Article: https://lupyuen.codeberg.page/articles/sg2000b.html#emulate-the-16550-uart-controller
#NuttX Simulator failing on macOS? Just remove Homebrew `ar` from PATH 👍
Source: https://github.com/apache/nuttx/pull/14606#pullrequestreview-2425925903
@raynix Yep I tried Self-Hosted GitHub Runners, I wrote about my experience here: https://lupyuen.github.io/articles/ci
(1) GitHub Runners are actually quite complex to setup. And the machine needs to be properly secured, in case any unauthorised code is pushed down from GitHub.
(2) We don't have budget to set up Secure VMs for GitHub Runners anyway
(3) NuttX Project might be a little too dependent on GitHub. Even if we had the funds, the ASF contract with GitHub won't allow us to pay more for extra usage. So we're trying alternatives.
(4) Right now we're testing a community-hosted Build Farm based on Ubuntu PCs and macOS: https://lupyuen.github.io/articles/ci2
We change #RISCV `auipc` to `li` in our bespoke #TinyEMU Emulator for #Sophgo SG2000
Article: https://lupyuen.codeberg.page/articles/sg2000b.html#change-auipc-to-li-in-boot-code
macOS Build Farm for Apache #NuttX RTOS ... Now in Operation! 🎉
Within 2 Weeks: We squashed our #GitHubActions spending from $4,900 (weekly) down to $890 ... Here's what we fixed in the (semi-chaotic) 2 Weeks for Apache #NuttX RTOS
Fixing the #RISCV AUIPC Overflow in our #SG2000 TinyEMU Emulator
Article: https://lupyuen.codeberg.page/articles/sg2000b.html#auipc-overflow-in-boot-code
macOS Build Farm for Apache #NuttX RTOS ... Coming up soon! 🎉
We take the TinyEMU #RISCV Emulator for Ox64 BL808 SBC ... Tweak it for #Sophgo SG2000 SoC
Article: https://lupyuen.codeberg.page/articles/sg2000b.html#update-the-memory-map
Migrating #NuttX Continuous Integration from Intel macOS to M1 macOS 🎉
Earlier we made a #RISCV Emulator for Ox64 BL808 SBC ... Let's do the same for Pine64 Oz64 #SG2000 SBC and Milk-V Duo S!
Article: https://lupyuen.codeberg.page/articles/sg2000b.html
Merging Multiple PRs became very costly for Apache #NuttX RTOS ... That's why we created a Mirror Repo for Merge Jobs 👍
IoT Techie and Educator / Apache NuttX PMC