Skip to content

Commit e210de6

Browse files
committed
ev3dev-jessie: update README for changes in brickstrap
Also added mention of BeagleBone
1 parent 863abc6 commit e210de6

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

projects/ev3dev-jessie/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
ev3dev.org debian jessie brickstrap project
22
-------------------------------------------
33

4-
This project can create image files for LEGO MINDSTORMS EV3, Raspberry Pi
5-
and Raspberry Pi 2.
4+
This project can create image files for LEGO MINDSTORMS EV3, BeagleBone and
5+
Raspberry Pi.
66

77
The configurations used to create official ev3dev.org images are:
88

99
# for LEGO MINDSTORMS EV3
10-
brickstrap -p ev3dev-jessie -c base -c debian -c ev3 all
10+
brickstrap -p ev3dev-jessie -c ev3 all
11+
# for BeagleBone
12+
brickstrap -p ev3dev-jessie -c bone all
1113
# for Raspberry Pi (1) Model A/A+/B/B+
12-
brickstrap -p ev3dev-jessie -c base -c raspbian -c rpi-base -c rpi1 all
14+
brickstrap -p ev3dev-jessie -c rpi1 all
1315
# for Raspberry Pi 2
14-
brickstrap -p ev3dev-jessie -c base -c debian -c rpi-base -c rpi2 all
16+
brickstrap -p ev3dev-jessie -c rpi2 all
1517

1618
### Description of Components
1719

18-
* Core components (required)
20+
* Core components (included automatically)
1921

20-
* `base` contains the common files used on all platforms. This should always
21-
be included.
22-
* `debian` and `raspbian` dictate which package repositories to use. Include
23-
one and only one of these.
22+
* `base` contains the common files used on all platforms.
23+
* `debian` and `raspbian` dictate which package repositories to use.
2424

2525
* Platform components (chose one)
2626

0 commit comments

Comments
 (0)