diff --git a/docs/leo-rover/manuals/boot-and-firmware.mdx b/docs/leo-rover/manuals/boot-and-firmware.mdx new file mode 100644 index 00000000..93795341 --- /dev/null +++ b/docs/leo-rover/manuals/boot-and-firmware.mdx @@ -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 + + + +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 +``` + + + +#### You're good to go! diff --git a/static/img/docs_images/leo-rover/manuals/boot-and-firmware/boot-and-firmware-1.webp b/static/img/docs_images/leo-rover/manuals/boot-and-firmware/boot-and-firmware-1.webp new file mode 100644 index 00000000..e50d5991 Binary files /dev/null and b/static/img/docs_images/leo-rover/manuals/boot-and-firmware/boot-and-firmware-1.webp differ