Skip to content

Commit

Permalink
Add notes about raspberrypi3
Browse files Browse the repository at this point in the history
  • Loading branch information
benhylau committed Feb 4, 2018
1 parent 61b0b75 commit 2d9887a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Expand Up @@ -17,16 +17,18 @@ The Vagrant machine also builds Debian-based system images of
to create mesh routers on ARM devices. The following single-board computers are
supported by mesh-orange:

* raspberrypi2 (for both Raspberry Pi 2 and 3)
* raspberrypi2
* raspberrypi3
* sun4i-a10-cubieboard
* sun7i-a20-bananapi
* sun8i-h2-plus-orangepi-zero
* sun8i-h3-orangepi-lite
* sun8i-v3s-licheepi-zero

Note that only **raspberrypi2** and **sun8i-h2-plus-orangepi-zero** are enabled
by default. Uncomment boards in `/home/vagrant/mesh-orange-images/Makefile` after
ssh-ing to your Vagrant machine to enable the other boards you want.
Note that only **raspberrypi2**, **raspberrypi3**, and
**sun8i-h2-plus-orangepi-zero** are enabled by default. Uncomment boards in
`/home/vagrant/mesh-orange-images/Makefile` after ssh-ing to your Vagrant machine
to enable the other boards you want.

Usage
-----
Expand Down
1 change: 1 addition & 0 deletions src/mesh-orange-images/Makefile
Expand Up @@ -6,6 +6,7 @@ TAG = master
BUILD_DIR = /tmp/mesh-orange
OUTPUT_DIR = /vagrant/output/mesh-orange-images

# raspberrypi3 is automatically generated when raspberrypi2 is enabled because they share the same image
BOARDS += raspberrypi2
#BOARDS += sun4i-a10-cubieboard
#BOARDS += sun7i-a20-bananapi
Expand Down

0 comments on commit 2d9887a

Please sign in to comment.