If you have Raspberry Pi 3 and want a preview. The preview image is a over two years old.
Download https://github.com/firewalla/firewalla/releases/download/1.6/firewalla1.6a.img.gz
Prepare a blank microsd card > 8GB size
Follow the same step as installing a raspberry pi image
https://www.raspberrypi.org/documentation/installation/installing-images/
We are focusing on delivering the official hardware, hence Raspberry Pi support is a bit lacking, we are hoping to pick it up soon. We will be very likely selling a development version of Firewalla very soon. It will be at cost with a small mark up to take care the labor involved.
https://www.raspberrypi.org/downloads/raspbian/
follow direction to flash this to a card
sudo apt-get update
sudo apt-get -y dist-upgrade
sudo apt-get -y install git
- sudo raspi-config
- Change Password
- Host Name
- Advance Options -> Memory Split (Change to 16)
- Expand File System
- Reboot
git clone https://github.com/firewalla/firewalla --branch release_pi_1_0 --single-branch
cd firewalla
./buildraw
sudo apt-get clean
** for development please create your own branch. (release_pi_1_0 is for official releases)
cd docker
docker build -f Dockerfile2 -t firewalla .
docker run --privileged -p 8833:8833 -p 8834:8834 -ti firewalla
# to get an interactive shell
docker run --privileged -p 8833:8833 -p 8834:8834 -ti firewalla su - pi
https://firewalla.com/install
If anything bad happens, unplug it. :) The raspberry pi version uses bluetooth to link the app with the board. Final hardware will require a scan of a barcode.
Content type
Image
Digest
Size
689.8 MB
Last updated
over 6 years ago
docker pull thelittlefireman/docker-firewalla