Skip to content

Instantly share code, notes, and snippets.

@savelee
Last active April 5, 2018 08:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save savelee/92b86161c40278b33590baa575b17830 to your computer and use it in GitHub Desktop.
Save savelee/92b86161c40278b33590baa575b17830 to your computer and use it in GitHub Desktop.
AIY Raspbain - Create the image manually
Follow Procedure Produced Errors:
Download https://www.raspberrypi.org/downloads/raspbian/ (2018-03-13) unzip, and burn to SD card with https://etcher.io/
Select a working WIFI network.
To open a terminal you can use: CTRL + ALT + T
git clone https://github.com/google/aiyprojects-raspbian.git AIY-projects-python
sudo apt-get install python-virtualenv
virtualenv -p python3 env
source env/bin/activate
cd AIY-projects-python/
scripts/install-deps.sh
sudo scripts/install-services.sh
pip install -e src/
pip install RPi.GPIO
sudo scripts/install-alsa-config.sh
reboot
source env/bin/activate
cd AIY-projects-python/
python3 checkpoints/check_wifi.py
sudo scripts/configure-driver.sh
reboot
source env/bin/activate
cd AIY-projects-python/
python3 checkpoints/check_audio.py
Start a browser: (chromium-browser)
Follow chapter 5 till step 13 from the booklet.
source env/bin/activate
(env)pi@raspberrypi: ~/AIY-projects-python/$ python3 src/examples/voice/assistant_library_with_button_demo.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment