Skip to content

Building an Image

avanc edited this page Mar 16, 2021 · 1 revision

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:/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.

Clone this wiki locally