commit | c94ee63f0c54ba140c8f8c8cb43c3a4ede6252a3 | [log] [tgz] |
---|---|---|
author | Scott Main <smain@google.com> | Wed Sep 29 18:19:48 2021 -0700 |
committer | Scott Main <smain@google.com> | Wed Sep 29 18:19:48 2021 -0700 |
tree | 937583e1fa965ba5f62eb2e14e61e4d1960feedd | |
parent | 336814c97efee38db52865a430fa71d32fbfb026 [diff] |
add script to find the latest RPI OS image Change-Id: Id9d654e0392084252075340681dd7ac451ba1f3b
This repository contains scripts to set up a Raspberry Pi OS image that's configured with library requirements for the Coral USB Accelerator.
There are actually two paths you can take:
Makefile
to build a new Raspberry Pi OS image and flash your SD card.setup.sh
script on an existing Raspberry Pi image to add the Coral libraries.Note: If you're on macOS, be sure you install coreutils
(either brew install coreutils
or sudo port install coreutils
).
To build an SD card image inside the docker container on Linux or Mac:
make docker-release
To build an SD card image directly on Linux:
make release
The image is saved in the out
directory.
Run this in the terminal on your Raspberry Pi:
bash <(curl https://raw.githubusercontent.com/google-coral/aiy-coralkit-tools/main/setup.sh)
The unusual command format is necessary so the script can accept user input.