-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add task 10 (Boot and firmware) assembly manual
- Loading branch information
1 parent
a0160fb
commit b3e8062
Showing
2 changed files
with
68 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 added
BIN
+75.9 KB
static/img/docs_images/leo-rover/manuals/boot-and-firmware/boot-and-firmware-1.webp
Binary file not shown.