@@ -34,7 +34,7 @@ First, here are the things you need before starting:
3434The instructions on this page only apply to releases dated December
35352015 or later. Older releases are no longer supported. There are many major changes
3636in the December release, so if something seems broken or the documentation seems incorrect,
37- please [ open an issue on GitHub] ({{ site.github.url }} /support){: .alert-link}.
37+ please [ open an issue on GitHub] ( /support ) {: .alert-link}.
3838{: .alert .alert-warning}
3939
4040## Step 1: Download the latest ev3dev image file
@@ -118,7 +118,7 @@ You will notice the number in the battery in the upper right corner. This
118118displays the remaining voltage of the power supply. It is not possible to
119119calculate an accurate percent value of the remaining energy, so this value is
120120chosen. If the voltage drops below 5V the brick will turn off. All not saved
121- data may be lost. Keep in mind, that is may take a much longer time from 8V to
121+ data may be lost. Keep in mind, that it may take a much longer time from 8V to
1221226.5V than from 6.5V down to 5V!
123123
124124<div class =" panel panel-info " >
@@ -157,55 +157,7 @@ to connect for the first time. You can setup additional connections using the
157157` connmanctl ` command.
158158{: class="alert alert-info"}
159159
160- ## Step 5: First things to do with ev3dev
161-
162- Here are some suggestions of some things you should do to get ev3dev setup.
163- These commands are run on the EV3 in a terminal window. See the networking
164- tutorials above if you don't know how to open terminal window and connect via SSH.
165-
166- ### Change your password
167-
168- The default password is ` maker ` .
169-
170- robot@ev3dev:~$ passwd
171- Enter new UNIX password:
172- Retype new UNIX password:
173- passwd: password updated successfully
174-
175- ### Set the time zone
176-
177- robot@ev3dev:~$ sudo dpkg-reconfigure tzdata
178-
179- Then just follow the instructions on the screen.
180-
181- {% include icon.html type="info" %}
182- The EV3 and Raspberry Pi do not have a battery backup for the realtime clock.
183- Whenever you remove the batteries, the clock will be reset. If the EV3 is
184- connected to the Internet, the clock will be automatically set via NTP,
185- otherwise, you can manually set the date/time with the ` date ` command.
186- {: class="alert alert-info"}
187-
188- ### Set the locale
189-
190- You can skip this if en-US is OK.
191-
192- robot@ev3dev:~$ sudo dpkg-reconfigure locales
193-
194- ### Update packages
195-
196- Make sure your EV3 is connected to the Internet first.
197- Updating the packages for the first time will take minutes.
198- The duration depends on the speed class of the SD card and on the updates involved.
199-
200- robot@ev3dev:~$ sudo apt-get update
201- robot@ev3dev:~$ sudo apt-get upgrade
202- robot@ev3dev:~$ sudo apt-get dist-upgrade
203-
204- If a new kernel package is installed, you will need to reboot.
205-
206- robot@ev3dev:~$ sudo reboot
207-
208- ## Step 6: Do something awesome
160+ ## Step 5: Do something awesome
209161
210162This will be where we tell you how to use the EV3's main functions, and how
211163to write programs. We are still learning, so everything here should be
@@ -218,8 +170,8 @@ Here are some guides for using each of the major components.
218170* [ Sensors] ( /docs/sensors )
219171* [ Motors] ( /docs/tutorials/tacho-motors/ )
220172* [ Sound] ( https://github.com/ev3dev/ev3dev/wiki/Using-Sound )
221- * [ LCD] ( /docs/tutorials/LCD / )
222- * [ Buttons] ( /docs/tutorials/buttons/ )
173+ * [ LCD] ( /docs/tutorials/using-ev3-lcd / )
174+ * [ Buttons] ( /docs/tutorials/using-ev3- buttons/ )
223175* [ LEDs] ( https://github.com/ev3dev/ev3dev/wiki/Using-the-LEDs )
224176* [ Bluetooth] ( https://github.com/ev3dev/ev3dev/wiki/Using-Bluetooth )
225177
@@ -236,7 +188,7 @@ hang of it, you can even write your own interface library and have it listed her
236188
237189{% include inline-screenshot.html source="/images/brickman/shutdown-menu.png" caption="The 'Shutdown...' dialog in Brickman" %}
238190
239- ## Step 7 : Calling it a day
191+ ## Step 6 : Calling it a day
240192
241193When you are ready to wish your EV3 goodnight, turn if off by pressing the
242194* back* button from the main menu in brickman or pressing and holding the * back*
0 commit comments