First, clone the project with git clone --recursive https://github.com/ALSchwalm/pISO.git
Just have make and docker installed and run:
make sdimage
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
).
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.