Skip to content

BananaPi (Pro) EN

Dennis edited this page Feb 12, 2015 · 1 revision

Download and install Raspbian-Image BananaPi or BananaPi Pro

  • Connect HDMI to see desktop
  • "WIFI Config" -> connect your WIFI or configure your network by yourself
  • Disconnect HDMI and connect to SSH
  • Pay attation to Lemaker bp-update script

Download and install RPi.GPIO_BP for BananaPi

cd $HOME
git clone https://github.com/LeMaker/RPi.GPIO_BP -b bananapi

or for BananaPi Pro

cd $HOME
git clone https://github.com/LeMaker/RPi.GPIO_BP -b bananapipro

and install RPi.GPIO_BP with

cd $HOME/RPi.GPIO_BP
sudo apt-get update &&
sudo apt-get install -y python-dev &&
cd $HOME/RPi.GPIO_BP &&
python setup.py install
sudo python setup.py install

Start DoorPi-Installer by execute

sudo apt-get update &&
sudo apt-upgrade -y &&
sudo apt-get install -y wget && 
wget http://raspberrypi.roxxs.org/EPSPi/packs/DoorPI.sh && 
sudo chmod +x DoorPI.sh 
sudo ./DoorPI.sh

Wait 10 Minutes and drink a Tea :)

Finished...