commit | f129114bce8d8c08d6eafba5fc694715d66c0f61 | [log] [tgz] |
---|---|---|
author | Scott Main <smain@google.com> | Mon Feb 07 14:37:23 2022 -0800 |
committer | Scott Main <smain@google.com> | Mon Feb 07 14:37:23 2022 -0800 |
tree | c78a7e6e70d2405f4df3ce7a0841e41549bfe503 | |
parent | 3db305fb5189d9122877f796a18fd73344d81325 [diff] |
stick to buster image due to camera issues in bullseye Change-Id: Ibccd7b8960053a8283abbc6f80a2a51e44d7c1ac
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.