commit | 3db305fb5189d9122877f796a18fd73344d81325 | [log] [tgz] |
---|---|---|
author | Scott Main <smain@google.com> | Tue Nov 30 16:24:43 2021 -0800 |
committer | Scott Main <smain@google.com> | Tue Nov 30 16:24:43 2021 -0800 |
tree | d91756a0cf2d285a2654f560f9850e45fcfa1aeb | |
parent | 9a9c86f947cdf86f11c82ee147373fbbda4cee29 [diff] |
add another hyphen in package name Change-Id: Ic0b8581baaa1f14b22ef5efd58da798830594fbe
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-maker-kit-tools/main/setup.sh)
The unusual command format is necessary so the script can accept user input.