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
Copy file name to clipboardExpand all lines: docs/getting-started.md
+58-14Lines changed: 58 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,12 @@
2
2
title: Getting Started with ev3dev
3
3
categories: docs getting-started
4
4
excerpt: "So you're ready to try out ev3dev. Great! Here are step-by-step instructions to help you get ev3dev up and running on your EV3 or Raspberry Pi."
5
-
extra-body-classes: "spaced-headings"
5
+
no-wrapper: true
6
6
---
7
7
8
+
<divclass="colored-section">
9
+
<divclass="container"markdown="1">
10
+
8
11
* Table of Contents
9
12
{:toc}
10
13
@@ -39,6 +42,12 @@ in the December release, so if something seems broken or the documentation seems
39
42
please [open an issue on GitHub](/support){: .alert-link}.
40
43
{: .alert .alert-warning}
41
44
45
+
</div>
46
+
</div>
47
+
48
+
<divclass="dark-bg colored-section">
49
+
<divclass="container"markdown="1">
50
+
42
51
## Step 1: Download the latest ev3dev image file
43
52
44
53
<br/>
@@ -56,6 +65,12 @@ To get started, you will need to download the release corresponding to the platf
56
65
you are using. If you are looking for older releases or other file types, you can
57
66
check out the [GitHub releases page][releases].
58
67
68
+
</div>
69
+
</div>
70
+
71
+
<divclass="colored-section">
72
+
<divclass="container"markdown="1">
73
+
59
74
## Step 2: Copy the image on to the SD card
60
75
61
76
<divclass="alert alert-danger">
@@ -103,12 +118,19 @@ You can also check out [this page for RaspberryPi](http://elinux.org/RPi_Easy_SD
103
118
Much of the information there is applicable to ev3dev.
104
119
</div>
105
120
106
-
<divclass="panel panel-warning">
107
-
<divclass="panel-heading">
121
+
</div>
122
+
</div>
123
+
124
+
<divclass="dark-bg colored-section">
125
+
<divclass="container"markdown="1">
126
+
127
+
## Step 3 (Raspberry Pi only): Update options in `config.txt`
128
+
129
+
<divclass="alert alert-warning"markdown="1">
108
130
{% include icon.html type="warning" %}
109
-
<strong>Raspberry Pi Only!</strong>
131
+
This is for Raspberry Pi only! Users of other platforms can skip this step.
110
132
</div>
111
-
<divclass="panel-body"markdown="1">
133
+
112
134
You must make some changes to `config.txt` to enable support for BrickPi or
113
135
PiStorms before you put your SD card in your Raspberry Pi.
114
136
@@ -117,13 +139,16 @@ after flashing it in order for it to be detected. In your file browser, open
117
139
up `EV3DEV_BOOT`. This contains a file named `config.txt`. Open `config.txt`
118
140
in your favorite text editor and follow the instructions in the file to enable
0 commit comments