script to setup the BPI-R1 Banana PI as a router bridging the four port switch and access point to be on the same network
- Download the lastest bananian from here: https://www.bananian.org/download
- Insert your SD card into the card reader.
- Identify your SD card device using 'dmesg' and 'umount' it.
- Write the Bananian Linux image to the SD card using the following dd command:
dd if=bananian-1604.img of=/dev/<your-sd-card> bs=1M && sync
- mount the root partition of the sd card and copy the script (bpi-r1-setup.bash) from this repo in /root/
- unmount any sd card partitions
- place the sd card in the BPI-R1 router and start up
- default credentials: root/pi
- change to the bash shell:
bash
- run the script:
./bpi-r1-setup.bash