Skip to content

Instantly share code, notes, and snippets.

@dataslayermedia
dataslayermedia / coral-ai-pcie-edge-tpu-raspberrypi-5-setup
Last active June 10, 2024 15:38
Install Coral AI PCIe Edge TPU on Raspberry Pi 5
#!/bin/bash
cd /
sudo apt update
echo "deb https://packages.cloud.google.com/apt coral-edgetpu-stable main" | sudo tee /etc/apt/sources.list.d/coral-edgetpu.list
curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add -
alright sorry for being so unprofessional, this is hastily wrote up so i dont forget what i did x3
someone please put this on the wiki!
ok so the main things you need to do is
1: you need to mount the registration file in the synapse container!
to do this, i made a directory called `/matrix/outside` where i put `discord-registration.yaml`
Here's what i put in `vars.yml` for that config:
```
matrix_synapse_container_additional_volumes: [{"src": "/matrix/outside", "dst": "/inside", "options": "ro"}]
@AlinaNova21
AlinaNova21 / README.md
Last active June 22, 2021 21:01
Rancher 2.0, RKE, and some Raspberry Pi 3s

Kubernetes and Arm

Getting rke and Rancher setup to run kubernetes on arm is interesting. There is no official support yet via rancher, although there is interest and some work done towards those efforts. This is my attempt at getting a cluster of 3 Pis (2 3Bs and 1 3B+) provisioned and registered to a rancher 2 server.

Prep

I've successfully completed this both with Hypriot OS 1.9.0 and the arm64 builds https://github.com/DieterReuter/image-builder-rpi64 Both times I used the same basic cloud-init setup