File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 11ev3dev.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
77The 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
You can’t perform that action at this time.
0 commit comments