From 05cc3f97911bcd7f9dd9acab49ca7683d7678972 Mon Sep 17 00:00:00 2001 From: luckmer Date: Fri, 24 Jan 2025 18:04:20 +0100 Subject: [PATCH 1/2] updated links --- vitepress/docs/src/static/image_settings/index.ts | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/vitepress/docs/src/static/image_settings/index.ts b/vitepress/docs/src/static/image_settings/index.ts index fb2deb1d..07bd3815 100644 --- a/vitepress/docs/src/static/image_settings/index.ts +++ b/vitepress/docs/src/static/image_settings/index.ts @@ -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%", }, @@ -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%", }, From f5e0e58ac7e7d42940f81f876ac74db65d99a409 Mon Sep 17 00:00:00 2001 From: luckmer Date: Fri, 24 Jan 2025 18:04:41 +0100 Subject: [PATCH 2/2] readme --- .../src/pages/firmware_guide/flashing_tool.md | 36 +++++++++++++++---- 1 file changed, 29 insertions(+), 7 deletions(-) diff --git a/vitepress/docs/src/pages/firmware_guide/flashing_tool.md b/vitepress/docs/src/pages/firmware_guide/flashing_tool.md index c880f492..7baccf9d 100644 --- a/vitepress/docs/src/pages/firmware_guide/flashing_tool.md +++ b/vitepress/docs/src/pages/firmware_guide/flashing_tool.md @@ -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. +
+If you're not satisfied with this selection, you can manually choose your desired 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. @@ -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.
Click **Show Logs** to view the results. @@ -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.
@@ -106,9 +118,17 @@ You'll need to provide the password used to connect to the selected Wi-Fi networ +### Step 3: Select port (optional). + +The firmware flashing tool includes an option to automatically select the first active port. +
+If you're not satisfied with this selection, you can manually choose your desired 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**. @@ -116,12 +136,14 @@ Once the installation is complete, unplug your board, then reconnect it to the P ## -### 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**.
-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://.local`** . -This IP can then be entered into the app or a web browser like: `http://192.168.XXX.XXX` \ No newline at end of file +You can then enter this IP into the app or a tracker name, such as: +**`http://192.168.XXX.XXX`** or **`http://.local`**.