Skip to content

ALSchwalm/pISO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2a56c45 · Nov 8, 2018
Sep 21, 2018
Nov 8, 2018
Nov 8, 2018
May 11, 2018
Jun 19, 2018
Apr 25, 2018
Oct 10, 2018
Apr 6, 2018
Apr 24, 2018
Apr 15, 2018
Apr 15, 2018
Oct 10, 2018
May 22, 2018

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.