Skip to content

harukasan/harucom-os

Repository files navigation

Harucom OS

Harucom OS is the firmware for Harucom Board, a handmade single-board computer built around the RP2350 microcontroller. It provides a complete programming environment with DVI video output, USB keyboard input, a file system, and Ruby script execution on mruby VM.

Target Hardware

Prerequisites

Build

git clone --recursive https://github.com/harukasan/harucom-os.git
cd harucom-os

git submodule update --init --recursive
bundle install
rake

The UF2 firmware file will be generated in the build/ directory.

Flash

rake flash

Clean

rake clean      # Remove build/
rake distclean  # Remove build/ and PicoRuby build cache

Documentation

Design documents and implementation notes are in the doc/ directory:

License

Copyright © 2026 Shunsuke Michii

Licensed under the MIT License.

About

Harucom OS is the firmware of Harucom Board.

Resources

License

Stars

12 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors