Skip to content

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

License

Notifications You must be signed in to change notification settings

ranamalo/bpi-r1-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

bpi-r1-setup

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

Howto:

  1. Download the lastest bananian from here: https://www.bananian.org/download
  2. Insert your SD card into the card reader.
  3. Identify your SD card device using 'dmesg' and 'umount' it.
  4. 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
  1. mount the root partition of the sd card and copy the script (bpi-r1-setup.bash) from this repo in /root/
  2. unmount any sd card partitions
  3. place the sd card in the BPI-R1 router and start up
  4. default credentials: root/pi
  5. change to the bash shell:
bash
  1. run the script:
./bpi-r1-setup.bash

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages