Verified Commit a1fcefde authored by Jakob Moser's avatar Jakob Moser
Browse files

Mention crypsetup, add more links

parent e84b16c0
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -140,10 +140,17 @@ Enabling SPI will place the line `dtparam=spi=on` in the file `/boot/firmware/co
- [Raspberry Pi Forum post mentioning the line to include in the config (German)](https://forum-raspberrypi.de/forum/thread/55290-displays-mit-spi-anschluss-unter-raspberry-pi-os-bullseye-bookworm/)
- [Device tree overlays README](https://github.com/raspberrypi/firmware/blob/master/boot/overlays/README)
- [RB-TFT3.5 Manual (German)](https://joy-it.net/files/files/Produkte/RB-TFT3.5/RB-TFT-Anleitung_04082020.pdf)
- [Frame Buffer Kernel Docs](https://www.kernel.org/doc/html/latest/fb/fbcon.html)
</details>

### Software

Install dependencies:

```bash
sudo apt install cryptsetup
```

Clone the repository (you can use a Project Access Token for that, Settings → Access Tokens) and cd into it.

```bash