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
@@ -17,7 +24,7 @@ The SD card is located on the underside of the board. Carefully open the Brain B
17
24
18
25
To fully update your Brain Board's software, or refresh it if you think it's not working correctly, you can flash our SD card image onto the microSD card in your Brain Board.
19
26
20
-
To update the SD card, you'll need to download our image from the [updates page]({{ site.baseurl }}/updates/).
27
+
To update the SD card, you'll need to download our image from the [updates page]({{ site.baseurl }}/updates/). The latest version is `{{ latest_version }}`.
21
28
The flashing procedure is identical to flashing Raspberry Pi images.
22
29
23
30
## Etcher
@@ -27,11 +34,11 @@ We recommend using [etcher](https://etcher.io), as it's simple to use, and avail
If you choose to use a tool other than Etcher, you may need to extract the `.img.xz` to `.img`. There are many tools available for this, e.g. [7-zip](http://www.7-zip.org/).
37
+
If you choose to use a tool other than Etcher, you may need to extract the `srobo-robot-{{ latest_version }}.img.xz` to `srobo-robot-{{ latest_version }}.img`. There are many tools available for this, e.g. [7-zip](http://www.7-zip.org/).
31
38
</div>
32
39
33
40
### Flashing
34
41
35
-
1. Open Etcher and select the `.img.xz` file you downloaded
42
+
1. Open Etcher and select the `srobo-robot-{{ latest_version }}.img.xz` file you downloaded
0 commit comments