Building an Image - avanc/photOS GitHub Wiki
Although the image can be easily created thanks to thingOS and Buildroot, the compilation of the whole software can take a few hours.
-
Clone the repository:
git clone https://github.com/avanc/photOS.git -
Start compilation and take a rest:
cd photOS ./build.sh <board_name> -
Build the compressed image:
./build.sh <board_name> mkrelease -
Write the image to SD card as written Installation.