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/tutorials/upgrading-ev3dev.md
+8-19Lines changed: 8 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,29 +12,17 @@ There are multiple ways that you can upgrade ev3dev.
12
12
13
13
# Option 1: Re-flashing your SD card (fastest)
14
14
15
-
This option will likely be the fastest by far. **By re-flashing your SD card, however, you will lose any files that were stored in your ev3dev installation, including code and installed programs.**
16
-
17
-
1. Download a recent image file. We haven't done a full release in a while, so
18
-
we recommend that you download the newest [nightly image](https://oss.jfrog.org/list/oss-snapshot-local/org/ev3dev/brickstrap/).
19
-
- Choose a recent day from the list on that page and then download the file
20
-
that matches your platform based on the table below.
2. Head over to our [Getting Started guide](/docs/getting-started#step-2-flash-the-sd-card)
31
-
and follow the "Copy the image to the SD card" step.
15
+
This option will likely be the fastest by far. **However, by re-flashing your SD card, you will lose any files that were stored in your ev3dev installation, including code and installed programs.**
32
16
17
+
Head over to our [downloads page](/download) to download the appropriate image
18
+
and then follow the linked instructions at the top of that page to flash the
19
+
flash to your SD card.
33
20
34
21
# Option 2: Upgrading all installed software (slowest)
35
22
**Make sure that you have already configured a network connection and connected to ev3dev via SSH to use this option.**
36
23
37
-
This option will be the slowest, but it is easy to do and will also make sure that other software is up-to-date.
24
+
This option will be the slowest, but it is easy to do and will also make sure
25
+
that other software is up-to-date.
38
26
39
27
1. Run the following commands in order, waiting for each command to complete
40
28
before typing the next. Some steps require confirmation to proceed. Press
@@ -81,7 +69,8 @@ This option will only upgrade core ev3dev packages and not other software.
81
69
82
70
# Confirming that the upgrade worked
83
71
84
-
After the brick has rebooted (assuming you installed a new kernel version), press `About` on the brick's main menu and scroll down to "Kernel" to confirm it
72
+
After the brick has rebooted (assuming you installed a new kernel version),
73
+
press `About` on the brick's main menu and scroll down to "Kernel" to confirm it
85
74
has a current kernel.
86
75
87
76
{% include /util/screenshot.html source="/images/brickman/about-kernel-version.png" caption="Brickman's about page" %}
0 commit comments