Skip to content

Commit 95553d4

Browse files
authored
Merge branch 'master' into dgt/interactive-troubleshooter
2 parents d84450c + ceb5422 commit 95553d4

File tree

18 files changed

+154
-54
lines changed

18 files changed

+154
-54
lines changed

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ plugins:
1616
links:
1717
compete: //docs.google.com/forms/d/1Ryg2cfAxfwMOBnT01aj-fzsp51F3B182S5e53ye8aMw/viewform
1818
volunteer: //docs.google.com/forms/d/1MIGf3P30dw0QAtP8OkxK2v7VRDEAN_54JoZHCVMbqDY/viewform
19+
donate: //link.justgiving.com/v1/charity/donate/charityId/3118662?tipScheme=TipJar2.1&isRecurring=true&amount=20.00&reference=givingcheckout_tj21
1920

2021
navigation:
2122
- about

_data/sidebar_tree.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,13 @@ tree:
2727
title: Servo Board
2828
- url: /kit/wifi
2929
title: WiFi
30+
- url: /kit/safety-regulations
31+
title: Safety Regulations
3032
- url: /programming/
3133
title: Programming
3234
tree:
35+
- url: /programming/getting_code_on_the_robot
36+
title: Getting Code on the Robot
3337
- url: /programming/python/
3438
title: Python
3539
tree:

_includes/footer.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<h4>For Competitors</h4>
55
<ul class="sitemap">
66
<li><a href="{{ site.url }}/teams/">Teams Dashboard</a></li>
7-
<li><a href="{{ site.url }}/ide/">IDE</a></li>
87
<li><a href="{{ site.url }}/docs/">Documentation</a></li>
98
</ul>
109
</div>
@@ -24,6 +23,12 @@ <h4>&nbsp;</h4>
2423
<li><a href="{{ site.url }}/contact/">Contact us</a></li>
2524
</ul>
2625
</div>
26+
<div class="column d-4-12 m-2-12">
27+
<h4>&nbsp;</h4>
28+
<ul class="sitemap">
29+
<li><a href="{{ site.links.donate }}">Donate</a></li>
30+
</ul>
31+
</div>
2732
</div>
2833
<div class="row fixed-width">
2934
<div class="column d-6-12">

_includes/navigation.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,8 @@
1717
<li>
1818
<a class="page-link" href="{{ site.url }}/sponsor/">Sponsor</a>
1919
</li>
20+
<li>
21+
<a class="page-link" href="{{ site.links.donate }}">Donate</a>
22+
</li>
2023
</ul>
2124
</nav>

images/content/kit/etcher.png

143 KB
Loading

images/content/kit/zip_macOS.png

51.7 KB
Loading

images/content/kit/zip_win10.jpg

51 KB
Loading

images/content/kit/zip_win11.png

9.4 KB
Loading

kit/brain_board.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,31 @@ Brain Board
99
<img src="{{ site.baseurl }}/images/content/kit/brain.png" alt="A photo of a brain board" title="A brain board" class="right" />
1010
The Odroid U3+ Brain Board provided with your kit is what runs the code you write
1111
and controls the other peripheral boards.
12+
13+
### Flashing SD card
14+
15+
In order to get access to the SD card, you will need to open up the case for the brain board. Pull the latch at the end of the case in order to hinge it open.
16+
The SD card is located on the underside of the board. Carefully open the Brain Board's plastic case, grab the SD card with your fingers and simply pull it out of the slot.
17+
18+
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+
20+
To update the SD card, you'll need to download our image, [`srobo-robot-2022.0.0.img.xz`][robot-image].
21+
The flashing procedure is identical to flashing Raspberry Pi images.
22+
23+
[robot-image]: https://kit-downloads.studentrobotics.org/kit-software/2022.0.0/srobo-robot-2022.0.0.img.xz
24+
25+
## Etcher
26+
27+
We recommend using [etcher](https://etcher.io), as it's simple to use, and available on Windows, macOS and Linux. If you're familiar with Raspberry Pis or other similar boards and have flashed images before with a different tool, that will also work.
28+
29+
![Etcher example]({{ site.baseurl }}/images/content/kit/etcher.png)
30+
31+
<div class="info">
32+
If you choose to use a tool other than Etcher, you may need to extract the `srobo-robot-2022.0.0.img.xz` to `srobo-robot-2022.0.0.img`. There are many tools available for this, e.g. [7-zip](http://www.7-zip.org/).
33+
</div>
34+
35+
### Flashing
36+
37+
1. Open Etcher and select the `srobo-robot-2022.0.0.img.xz` file you downloaded
38+
2. Select your SD card from the devices window
39+
3. Click 'Flash!'

0 commit comments

Comments
 (0)