Skip to content

yllwfsh/pISO

 
 

Repository files navigation

pISO

Build Status pipeline status

First, clone the project with git clone --recursive https://github.com/ALSchwalm/pISO.git

Building with docker

Just have make and docker installed and run:

make sdimage 

Building without docker

Without docker, you will need to first ensure you have all of the appropriate dependencies installed (see this list ).

cd buildroot cp configs/piso_defconfig .config make 

Either approach should produce a file in buildroot/output/images/sdcard.img. This file can be written directly to an SD card (e.x., with dd).

License

The pISO source code and hardware designs are licensed under the terms of the GNU General Public License 3.0. For additional information see the LICENSE file.

Packages

 
 
 

Contributors

Languages

  • Rust 90.7%
  • C 7.4%
  • Makefile 1.6%
  • Other 0.3%