Skip to content

Commit ce9e819

Browse files
committed
Fix rpi image tutorial
1 parent eebf148 commit ce9e819

File tree

4 files changed

+14
-269
lines changed

4 files changed

+14
-269
lines changed

docs/installation.rst

+12
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,18 @@ Openstack's `diskimage-builder <https://docs.openstack.org/diskimage-builder/lat
243243

244244
Pre-built images are available on our build host `<https://builder.faucet.nz>`_.
245245

246+
Installing on Raspberry Pi
247+
--------------------------
248+
249+
We already provide a Raspberry Pi image running FAUCET which can be retrieved from the `latest faucet Raspbian image download <https://github.com/faucetsdn/faucet/releases/latest>`_.
250+
251+
The image can then be copied onto an SD card following the same steps from the official `Raspberry Pi installation guide <https://www.raspberrypi.org/documentation/installation/installing-images/linux.md>`_.
252+
253+
Once you have booted up the Raspberry Pi and logged in using the default credentials you can follow through the :doc:`../tutorials/first_time` tutorial starting from :ref:`tutorial-configure-prometheus` to properly configure each component.
254+
255+
.. note::
256+
It is strongly recommended to use a Raspberry Pi 3 or better.
257+
246258
Building the images
247259
~~~~~~~~~~~~~~~~~~~
248260

docs/tutorials/first_time.rst

+2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ Package installation
3939
4040
sudo apt-get install faucet-all-in-one
4141
42+
.. _tutorial-configure-prometheus:
43+
4244
Configure prometheus
4345
^^^^^^^^^^^^^^^^^^^^
4446

docs/tutorials/index.rst

-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@ Tutorials
99
vlans
1010
routing
1111
nfv_services
12-
raspbian_image

docs/tutorials/raspbian_image.rst

-268
This file was deleted.

0 commit comments

Comments
 (0)