Update installation instructions and add system dependency for libffi-dev

This commit is contained in:
Lloyd
2025-11-15 20:38:50 +00:00
parent faa8dc4a2a
commit 869034bbb2
3 changed files with 21 additions and 168 deletions
+13 -10
View File
@@ -87,7 +87,8 @@ Before You Begin
Make sure SPI is switched on using raspi-config:
```sudo raspi-config
```bash
sudo raspi-config
```
1. Go to Interface Options
@@ -95,17 +96,19 @@ Make sure SPI is switched on using raspi-config:
3. Choose Enable
4. Reboot when prompted:
```sudo reboot
```
After reboot, you can confirm SPI is active:
```
ls /dev/spi*
```
You should see something like:
```
/dev/spidev0.0 /dev/spidev0.1
```bash
sudo reboot
```
After reboot, you can confirm SPI is active:
```bash
ls /dev/spi*
```
You should see something like:
```bash
/dev/spidev0.0 /dev/spidev0.1
```
**Clone the Repository:**
```bash