-
Notifications
You must be signed in to change notification settings - Fork 1
Raspbian requirements
Fyzel edited this page Sep 8, 2018
·
2 revisions
- Install the required Raspbian packages
sudo apt-get install python3 python-rpi.gpio python3-rpi.gpio python-rpi.gpio-dbgsym raspi-gpio- Enable SSH using raspi-config.
sudo raspi-configSelect Interfacing Options and then P2 SSH. When prompted with Would you like the SSH server to be enabled?, select Yes.
- Enable the I2C kernel module using raspi-config.
sudo raspi-configSelect Interfacing Options and then P5 I2C. When prompted with Would you like the ARM I2C interface to be enabled?, select Yes.
- Reboot the Raspberry Pi
sudo reboot now