Update page 'Software (en)'
parent
679840f542
commit
256a2ba0aa
@ -51,7 +51,7 @@ sudo ldconfig
|
||||
```
|
||||
|
||||
4. Install the bcm2835 library.
|
||||
```console
|
||||
``` bash
|
||||
cd ~/Downloads/
|
||||
wget -O bcm2835-1.50.tar.gz http://www.airspayce.com/mikem/bcm2835/bcm2835-1.50.tar.gz
|
||||
tar zxvf bcm2835-1.50.tar.gz
|
||||
@ -63,7 +63,7 @@ sudo make install
|
||||
```
|
||||
|
||||
5. Install the ActionPi software.
|
||||
```console
|
||||
``` bash
|
||||
cd ~/Downloads/
|
||||
git clone https://github.com/Seil0/ActionPi.git
|
||||
cd ActionPi/
|
||||
@ -79,7 +79,7 @@ chmod +x ActionPi
|
||||
7. (Optional) Add i2c configuration for the real-time clock.
|
||||
`sudo i2cdetect -y 1; sudo modprobe rtc-ds1307; sudo echo ds1307 0x68 > /sys/class/i2c-adapter/i2c-1/new_device`
|
||||
8. (Optional) Deactivate dhcpcd, speeds up the boot process, disables DHCP! (Not recommended!)
|
||||
```console
|
||||
``` bash
|
||||
sudo service dhcpcd stop
|
||||
sudo systemctl disable dhcpcd
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user