init
This commit is contained in:
commit
36d975545b
38 changed files with 2837 additions and 0 deletions
20
README.md
Normal file
20
README.md
Normal 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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue