Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 29 additions & 7 deletions vitepress/docs/src/pages/firmware_guide/flashing_tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,17 @@ Once you've selected your board, click **Confirm** to move on to the next step.

##

### Step 4: Flash firmware.
### Step 4: Select port (optional).

The firmware flashing tool includes an option to automatically select the first active port.
<br/>
If you're not satisfied with this selection, you can manually choose your desired port.

<ImageCard :options="image_settings.flashing_tool_select_port"/>

##

### Step 5: Flash firmware.

Once you're ready, hold down the **B** or **IO0** button on your board and connect it to your PC. (The button may be small, but it's there).
Next, click **Install OpenIris** and select the port corresponding to your board to complete the installation.
Expand All @@ -59,7 +69,7 @@ Next, click **Install OpenIris** and select the port corresponding to your board

##

### Step 5: That's it!.
### Step 6: That's it!.

Installation complete! Everything is set up and ready to go.<br/>
Click **Show Logs** to view the results.
Expand All @@ -68,7 +78,9 @@ Click **Show Logs** to view the results.

##

### Step 6: Logs.
### Step 7: Logs.

After the installation is complete, disconnect the board and then reconnect it to the PC without pressing any buttons, and click Show logs.

If you choose the wired option, the correct logs should appear as follows.
<br/>
Expand Down Expand Up @@ -106,22 +118,32 @@ You'll need to provide the password used to connect to the selected Wi-Fi networ

<ImageCard :options="image_settings.configure_wifi_network"/>

### Step 3: Select port (optional).

The firmware flashing tool includes an option to automatically select the first active port.
<br/>
If you're not satisfied with this selection, you can manually choose your desired port.

<ImageCard :options="image_settings.flashing_tool_select_port"/>

##

### Step 3: Send wifi credentials.
### Step 4: Send wifi credentials.

Once the installation is complete, unplug your board, then reconnect it to the PC without pressing any buttons and press **Send credentials**.

<ImageCard :options="image_settings.send_wifi_credentials"/>

##

### Step 4: Get working stream.
### Step 5: Get working stream.

After sending is complete, disconnect your board, then reconnect it to the PC without pressing any buttons, and click **Show logs**.
<br/>
Scroll down to find the text labeled **`IP: 192.168.XXX.XXX`**.

Scroll down to find the text labeled **`IP: 192.168.XXX.XXX`**, or use the "Tracker name" you set up in the previous step. It should be located at **`http://<tracker_name>.local`** .

<ImageCard :options="image_settings.flasher_camera_preview"/>

This IP can then be entered into the app or a web browser like: `http://192.168.XXX.XXX`
You can then enter this IP into the app or a tracker name, such as:
**`http://192.168.XXX.XXX`** or **`http://<tracker_name>.local`**.
15 changes: 10 additions & 5 deletions vitepress/docs/src/static/image_settings/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -764,18 +764,23 @@ const image_settings = {
alt: "preview of manage boards",
max_width: "max-width: 600px; width:100%",
},
flashing_tool_select_port: {
url: "https://imgur.com/8eGro5i.png",
alt: "preview of manage ports",
max_width: "max-width: 600px; width:100%",
},
flashing_tool_flash_firmware: {
url: "https://imgur.com/3Oq2nQf.png",
url: "https://imgur.com/BuUzn3j.png",
alt: "preview of how to install openiris",
max_width: "max-width: 600px; width:100%",
},
flashing_tool_flash_firmware_success: {
url: "https://imgur.com/mjEvTwn.png",
url: "https://imgur.com/Xh0iWR2.png",
alt: "preview of flashing success",
max_width: "max-width: 600px; width:100%",
},
flashing_tool_logs: {
url: "https://imgur.com/Dqi98qn.png",
url: "https://imgur.com/ZwJhusl.png",
alt: "logs",
max_width: "max-width: 600px; width:100%",
},
Expand All @@ -785,12 +790,12 @@ const image_settings = {
max_width: "max-width: 600px; width:100%",
},
send_wifi_credentials: {
url: "https://imgur.com/5pyIBgD.png",
url: "https://imgur.com/8kJskYi.png",
alt: "how to setup credentials",
max_width: "max-width: 600px; width:100%",
},
flasher_camera_preview: {
url: "https://imgur.com/wfdSomX.png",
url: "https://imgur.com/aJAfgDG.png",
alt: "camera preview",
max_width: "max-width: 600px; width:100%",
},
Expand Down