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.

  1. Clone the repository:

     git clone https://github.com/avanc/photOS.git
    
  2. Start compilation and take a rest:

     cd photOS
     ./build.sh <board_name>
    
  3. Build the compressed image:

     ./build.sh <board_name> mkrelease
    
  4. Write the image to SD card as written Installation.

⚠️ **GitHub.com Fallback** ⚠️