You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So you are ready to try out ev3dev. Great!. Here are step-by-step instructions
10
-
to get ev3dev up and running on your EV3.
10
+
to get ev3dev up and running on your EV3 or Raspberry Pi.
11
11
12
12
First, here are the things you need before starting:
13
13
14
-
* A LEGO MINDSTORMS EV3 Intelligent Brick (obviously).
15
-
* A [microSD] or [microSDHC] card (2GB - 32GB). [microSDXC] is not supported (you
16
-
might be able to get it to work, but it will operate at reduced speed).
17
-
Cards larger than 32GB will not work!
18
-
Also look at the [speed class rating]. Class 10 is the fastest, but
19
-
slower speeds will work just fine. Ultra High Speed (UHS) classes are not
20
-
supported (again, they should work, but not at the rated speed).
14
+
* A LEGO MINDSTORMS EV3 Intelligent Brick or Raspberry Pi (any model).
15
+
* A [microSD] or [microSDHC] card (2GB or larger). [microSDXC] is not supported
16
+
on the EV3. **All cards larger than 32GB will not work with the EV3!**
21
17
* A computer with an adapter for the SD card. You will need administrator user
22
18
permissions on this computer.
23
-
* A way to communicate with the EV3. This can be one of the following:
19
+
* A way to communicate. For the EV3, this can be one of the following:
24
20
* USB cable (the one that comes with the EV3)
25
21
* USB WiFi dongle
26
22
* USB Ethernet (wired) dongle
27
23
* Bluetooth
24
+
For Raspberry Pi you will need to use the wired Ethernet connection first.
28
25
29
26
---
30
27
@@ -36,7 +33,11 @@ First, here are the things you need before starting:
36
33
## Step 1: Download the latest ev3dev image file
37
34
38
35
Releases are posted [on GitHub][releases]. Follow the link and download the latest
39
-
**Test Release** image file. Downloading the `.zip` file is recommended for
36
+
**Test Release** image file for your hardware. Releases for LEGO MINDSTORMS EV3
37
+
start with `ev3-`, Raspberry Pi starts with `rpi-` and Raspberry Pi 2 starts
38
+
with `rpi2-`.
39
+
40
+
Downloading the `.zip` file is recommended for
40
41
Windows/Mac and the `.xz` file is recommended for Linux. The `.xz` is smaller,
41
42
but it requires that you have additional software installed on Windows/Mac to
42
43
decompress it (such as [7-Zip] on Windows).
@@ -69,19 +70,28 @@ of the information there is applicable to ev3dev.
69
70
70
71
Put the SD Card in your EV3 and power it on. At first, you will see the
71
72
MINDSTORMS boot splash and the red LEDs will be on. This is immediately
72
-
followed by the ev3dev boot splash and the LEDs changing to orange. The left
73
-
LED indicates CPU activity and the right LED indicates disk (SD card) activity.
73
+
followed by the ev3dev boot splash and the LEDs changing to orange. The
74
+
LEDs indicate disk (SD card) activity.
75
+
76
+
Note: If you are using Raspberry Pi hardware without a screen, just wait for
77
+
the Activity LED to stop flashing, then go to the next step.
74
78
75
-
The first boot will take a little longer than subsequent boots because the EV3
79
+
After one or two minutes, the screen will go blank. This happens on the first boot
80
+
only. The first boot takes a little longer than subsequent boots because the EV3
76
81
has to create a unique SSH host ids and take care of a few other housekeeping
77
-
items.
82
+
items. After another minute or two, you will see the *brickman loading...* screen.
78
83
79
84
When the boot is complete, the LEDs will turn green and you will see something
80
85
like this on the screen:
81
86
82
87
{% include screenshot.html source="/images/brickman/main-menu.png" %}
83
88
84
-
You will notice the number in the battery in the upper right corner. This displays the remaining voltage of the power supply. It is not possible to calculate an accurate percent value of the remaining energy, so this value is choosen. If the voltage drops below 5V the brick will turn off. All not saved data may be lost. Keep in mind, that is may take a much longer time from 8V to 6.5V than from 6.5V down to 5V!
89
+
You will notice the number in the battery in the upper right corner. This
90
+
displays the remaining voltage of the power supply. It is not possible to
91
+
calculate an accurate percent value of the remaining energy, so this value is
92
+
chosen. If the voltage drops below 5V the brick will turn off. All not saved
93
+
data may be lost. Keep in mind, that is may take a much longer time from 8V to
94
+
6.5V than from 6.5V down to 5V!
85
95
86
96
**Troubleshooting tips if your EV3 won't boot:**
87
97
@@ -108,15 +118,14 @@ you want to use and on the OS of your host computer, so pick the one that applie
108
118
after you power on Bluetooth.
109
119
*[Connecting to the Internet](../tutorials/connecting-to-the-internet-via-bluetooth) tutorial
110
120
111
-
## Step 4.5: Make sure the firstboot script ran correctly
112
-
113
-
Recently, some users have reported problems that are related to the firstboot script not running correctly.
114
-
Please verify that the items in [this list](https://github.com/ev3dev/ev3dev/issues/267#issuecomment-73917167)
115
-
are correct. If not, leave a comment to help us figure out what is going wrong.
121
+
Note: For Raspberry Pi you must use the wired Ethernet port to connect for the
122
+
first time. The default host name is `ev3dev-rpi` or `ev3dev-rpi2` depending
123
+
on which model you have. You can setup additional connections using the
124
+
`connmanctl` command.
116
125
117
126
## Step 5: First things to do with ev3dev
118
127
119
-
Here are some suggestions of some things you should do to get your EV3 setup.
128
+
Here are some suggestions of some things you should do to get ev3dev setup.
120
129
121
130
### Change your root password
122
131
@@ -225,7 +234,5 @@ button from any screen in brickman. This will open a dialog where you can select
0 commit comments