This commit is contained in:
Andras Schmelczer 2026-03-30 08:09:47 +01:00
commit 36d975545b
38 changed files with 2837 additions and 0 deletions

20
README.md Normal file
View file

@ -0,0 +1,20 @@
## Installation
sudo raspi-confi
- Enable SPI
```sh
sudo apt update
sudo apt upgrade
sudo apt install -y python3-pip python3-pil python3-opencv python3-smbus python3-numba
sudo swapoff -a
sudo systemctl mask swap.target
sudo systemctl disable --now bluetooth
```
Reduce journald writes
Edit /etc/systemd/journald.conf:
```
Storage=volatile
```