Skip to content

Raspbian requirements

Fyzel edited this page Sep 8, 2018 · 2 revisions
  1. Install the required Raspbian packages
sudo apt-get install python3 python-rpi.gpio python3-rpi.gpio python-rpi.gpio-dbgsym raspi-gpio
  1. Enable SSH using raspi-config.
sudo raspi-config

Select Interfacing Options and then P2 SSH. When prompted with Would you like the SSH server to be enabled?, select Yes.

  1. Enable the I2C kernel module using raspi-config.
sudo raspi-config

Select Interfacing Options and then P5 I2C. When prompted with Would you like the ARM I2C interface to be enabled?, select Yes.

  1. Reboot the Raspberry Pi
sudo reboot now

Clone this wiki locally