commit | 0b2068da7efa2e529af96d3c038d0a04b0db59b8 | [log] [tgz] |
---|---|---|
author | Scott Main <smain@google.com> | Thu Feb 10 12:04:16 2022 -0800 |
committer | Scott Main <smain@google.com> | Thu Feb 10 12:04:16 2022 -0800 |
tree | 3d3901895ea795fe68112d4844e67748b25307c2 | |
parent | f129114bce8d8c08d6eafba5fc694715d66c0f61 [diff] |
add pip deps for tflite-support numpy is now installed with pip because the deb package for buster is too old for tflite-runtime. Installing with pip then requires that we manually install the libatlas package. tflite-support itself is now a dependency in the aiymakerkit setup script, because that package can only be installed from an amrv7l system, not while mounted to build this image Change-Id: If373381bdb97de03df605d03ccae0ed8c5239d7c
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.