Skip to content

Latest commit

 

History

History
56 lines (37 loc) · 1.36 KB

File metadata and controls

56 lines (37 loc) · 1.36 KB

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.