Skip to content

Commit

Permalink
Add task 10 (Boot and firmware) assembly manual
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzemien97 committed Apr 11, 2024
1 parent a0160fb commit b3e8062
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 0 deletions.
68 changes: 68 additions & 0 deletions docs/leo-rover/manuals/boot-and-firmware.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
---
title: 'Task 10: Boot and firmware'
sidebar_label: 'Task 10: Boot and firmware'
sidebar_position: 11
---

import ImageZoom from '@site/src/components/ImageZoom';

## Step 1: Turn on and connect to Leo Rover

Prepare:

- Step 9 assembly
- external computer

<ImageZoom
loading="lazy"
src="/img/docs_images/leo-rover/manuals/boot-and-firmware/boot-and-firmware-1.webp"
width="1200"
height="802"
style={{
width: 700,
height: 'auto',
objectFit: 'contain',
display: 'block',
margin: 'auto',
}}
/>

To connect to Leo Rover, see:

TODO

:::note

This time you won't see the battery LED flashing. It will work only after successfully performed Step 2.

:::

## Step 2: Flash the firmware

Refer to:

TODO

## Step 3: Access the Leo Rover UI

Open any web browser and type:

```
10.0.0.1
```

<ImageZoom
loading="lazy"
src="/img/leo-ui.jpg"
width="1888"
height="1080"
style={{
width: 700,
height: 'auto',
objectFit: 'contain',
display: 'block',
margin: 'auto',
}}
/>

#### You're good to go!
Binary file not shown.

0 comments on commit b3e8062

Please sign in to comment.