Verified Commit 3faa413d authored by Jakob Moser's avatar Jakob Moser
Browse files

Adjust to Raspberry Pi OS Lite

parent 7a8a2e06
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ Maintainer: Jakob Moser <moser@cl.uni-heidelberg.de>
### Base Image

1. Use the official “Raspberry Pi Imager” to flash an SD card
    - Use “Raspberry Pi OS” (the one recommended)
    - Use “Raspberry Pi OS Lite”
    - Use custom OS settings:
        - Hostname `poolpaypi`(`.local`)
        - Username `jakob`
@@ -153,10 +153,10 @@ Then, connect the cables to the Pi as described in this chart:

### Software

Install dependencies:
Install dependencies (`tmux` and `vim` are not necessary, but might be helpful):

```bash
sudo apt install -y cryptsetup git
sudo apt install -y cryptsetup git libsdl2-2.0-0 libsdl2-ttf-2.0-0 tmux vim
```

Create a user account called `poolpay` (with a secure, auto-generated password), make sure it can access GPIO: