Skip to content
This repository was archived by the owner on Aug 15, 2019. It is now read-only.

Latest commit

 

History

History
24 lines (15 loc) · 968 Bytes

File metadata and controls

24 lines (15 loc) · 968 Bytes

pi builder

CircleCI

Scripts for building images and updates ready for deploying to a Raspberry Pi. It should work on any version of the Raspberry Pi, however the scripts are only tested on a Raspberry Pi 3.

Scripts:

  • build-image.sh is the driver
  • main.sh is run in the image.

Getting the latest build

You can get the latest build from CircleCI.

  1. Go to the lastest master of circleci.
  2. Click on the number of the latest successful build (the topmost one which succeeds).
  3. Click on the 'Artifacts' tab
  4. Download the pi-image.tar.xz file for a pi image to flash to the pi, see the docs for how to flash a raspberry pi with this file.