README.md 473 B

PiOS

A simple Raspberry Pi OS based on Circle


Editing:

Open the app/piOS directory in Visual Studio Code

Building:

On Mac/Linux:

You must have the arm-eabi-none toolchain installed. (https://developer.arm.com/open-source/gnu-toolchain/gnu-rm/downloads).

Once installed, simply 'make' the source.

On Windows:

Install Linux for Windows.

Then sudo apt install arm-eabi-none-gcc.

Then cd to the directory and type 'make'.