Skip to content

Commit ace0840

Browse files
committed
Update description of Brain Board
1 parent 56037d4 commit ace0840

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

kit/brain_board/index.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,24 @@ The below will automatically calculate the latest version number, to be used whe
1313
Brain Board
1414
===========
1515

16-
<img src="{{ site.baseurl }}/images/content/kit/brain.png" alt="A photo of a brain board" title="A brain board" class="right" />
17-
The Odroid U3+ Brain Board provided with your kit is what runs the code you write
18-
and controls the other peripheral boards.
16+
<img src="{{ site.baseurl }}/images/content/kit/brain.png" alt="A photo of a brain board" title="A brain board" class="right" style="max-width: 50%"/>
17+
The Brain Board provided with your kit is what runs the code you write and controls the other peripheral boards. It consists of a [Raspberry Pi 4B](https://www.raspberrypi.com/products/raspberry-pi-4-model-b/) and a Student Robotics KCH HAT.
1918

20-
### Flashing SD card
19+
The LEDs on the HAT display the current status of the robot and can be used to help debug your robot. There are also 3 RGB (Red, Green and Blue) LEDs that you can control from your code.
2120

22-
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.
23-
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.
21+
## Board Diagram
22+
23+
24+
## Flashing SD card
25+
26+
The SD card is located on the underside of the board underneath the green power connector. Grab the SD card with your fingers and simply pull it out of the slot.
2427

2528
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.
2629

2730
To update the SD card, you'll need to download our image from the [updates page]({{ site.baseurl }}/kit/brain_board/updates). The latest version is `{{ latest_version }}`.
2831
The flashing procedure is identical to flashing Raspberry Pi images.
2932

30-
## Etcher
33+
### Etcher
3134

3235
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.
3336

0 commit comments

Comments
 (0)