add note about older releases
This commit is contained in:
parent
f91f33394a
commit
57b5ab89c3
@ -121,6 +121,8 @@ following settings:
|
|||||||
```bash
|
```bash
|
||||||
sudo raspi-config --expand-rootfs
|
sudo raspi-config --expand-rootfs
|
||||||
sudo sed -i s/#dtparam=spi=on/dtparam=spi=on/ /boot/firmware/config.txt
|
sudo sed -i s/#dtparam=spi=on/dtparam=spi=on/ /boot/firmware/config.txt
|
||||||
|
# note: on older releases, this file is located in /boot/config.txt. If you get an error saying file not found, run the command below:
|
||||||
|
sudo sed -i s/#dtparam=spi=on/dtparam=spi=on/ /boot/config.txt
|
||||||
sudo dpkg-reconfigure tzdata
|
sudo dpkg-reconfigure tzdata
|
||||||
|
|
||||||
# If you have the 12.48" display, these steps are also required:
|
# If you have the 12.48" display, these steps are also required:
|
||||||
|
Loading…
Reference in New Issue
Block a user