commit | 4d3f7279a96e1eb96f315234e32ba9949c02dce3 | [log] [tgz] |
---|---|---|
author | Scott Main <smain@google.com> | Tue Sep 14 15:38:47 2021 -0700 |
committer | Scott Main <smain@google.com> | Tue Sep 14 15:38:47 2021 -0700 |
tree | 9cccc0ee391cdb155d6e08793ee36174d4a4d0e7 | |
parent | 3cef4a21e7d17fa9f5099a0c0662f5da4b7a15f8 [diff] |
remove git clone so this step is consistent with new kit setup Change-Id: I453fb306e53c27879fdbf5ec40607fb53a492745
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.