A unix-like operating system for CircuitPython powered microcontrollers.  
 (Formerly known as ljinux)
 
 Important notes:
 This project is still

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2024-10-27 11:00:03

A unix-like operating system for CircuitPython powered microcontrollers. (Formerly known as ljinux) Important notes: This project is still in it's early developement! The kernel API is undergoing massive breaking changes every day. This project is NOT a linux distribution. This project is NOT compatible with any linux code / binaries.

Installation from windows using scripts is only supported through WSL. Though, if you are windows user, this project really isn't for you. Linux and MacOS will work much better.

Most of what you need to use your board is already included with the stock installation. (Whatever drivers are implemented, are preloaded) However it's possible to install 3rd party packages using the Beryllium OS' package manager JPKG. You will have to install them seperately through the jpkg package manager. You can find beryllium packages in the jpkg github topic.

To connect to the board it's recommended to use Putty for Windows and Tio for Linux/MacOS. A console that works with ANSI escape commands is REQUIRED (aka, not arduino ide).

Leave a Comment