@@ -25,8 +25,6 @@ This tutorial will guide users to flash the Wio Tracker 1110 Dev Board to the Me
25
25
26
26
27
27
28
-
29
-
30
28
### Connect the board
31
29
32
30
Connect the Dev Board to your PC via the USB cable.
@@ -114,23 +112,40 @@ Copy or move it elsewhere for your convenience, such as directory in your %PATH%
114
112
### Flash the bootloader
115
113
116
114
115
+ import Tabs5 from '@theme/Tabs ';
116
+ import TabItem5 from '@theme/TabItem ';
117
+
118
+ <Tabs5 >
119
+ <TabItem5 value =" uf " label =" uf2 " >
120
+
121
+ Double click the ` Reset ` button, there should be a ` WM1110_BOOT ` disk in your PC.
122
+
123
+ <p style ={{textAlign : 'center'}} ><img src =" https://files.seeedstudio.com/wiki/SenseCAP/Meshtastic/wm1110-boot.png " alt =" pir " width ={600} height =" auto " /></p >
124
+
125
+ Copy the ` update-wio_tracker_1110_bootloader-0.9.1_nosd.uf2 ` file to the disk, the download will run automatically, then the disk will log out.
126
+
127
+ </TabItem5 >
128
+
129
+ <TabItem5 value =" serial " label =" serial " >
130
+
117
131
Double click the ` Reset ` button on the board and run command:
118
132
119
133
* ** For Windows** :
120
134
```
121
- ./ adafruit-nrfutil --verbose dfu serial --package wio_tracker_1110_bootloader-0.9.1_s140_7.3.0.zip -p COMxx -b 115200
135
+ adafruit-nrfutil --verbose dfu serial --package wio_tracker_1110_bootloader-0.9.1_s140_7.3.0.zip -p COMxx -b 115200
122
136
```
123
137
124
138
* ** For others** :
125
139
```
126
- ./ adafruit-nrfutil --verbose dfu serial --package wio_tracker_1110_bootloader-0.9.1_s140_7.3.0.zip -p /dev/tty.SLAB_USBtoUART -b 115200
140
+ adafruit-nrfutil --verbose dfu serial --package wio_tracker_1110_bootloader-0.9.1_s140_7.3.0.zip -p /dev/tty.SLAB_USBtoUART -b 115200
127
141
```
128
142
129
143
Replace the serial port to your device port.
130
144
Example:
131
145
<p style ={{textAlign : 'center'}} ><img src =" https://files.seeedstudio.com/wiki/SenseCAP/Meshtastic/usb-port.png " alt =" pir " width ={600} height =" auto " /></p >
132
146
133
-
147
+ </TabItem5 >
148
+ </Tabs5 >
134
149
135
150
### Download the application
136
151
@@ -146,7 +161,7 @@ Double click the `Reset` button, there should be a `WM1110_BOOT` disk in your PC
146
161
147
162
<p style ={{textAlign : 'center'}} ><img src =" https://files.seeedstudio.com/wiki/SenseCAP/Meshtastic/wm1110-boot.png " alt =" pir " width ={600} height =" auto " /></p >
148
163
149
- Copy the . uf2 file to the disk, the download will run automatically, then the disk will log out.
164
+ Copy the ` firmware-wio-tracker-wm1110-2.3.14.681ae9d8. uf2` file to the disk, the download will run automatically, then the disk will log out.
150
165
151
166
</TabItem2 >
152
167
@@ -155,8 +170,14 @@ Copy the .uf2 file to the disk, the download will run automatically, then the di
155
170
156
171
Double click the ` Reset ` button on the board and run command:
157
172
173
+ * ** For Windows** :
174
+ ```
175
+ adafruit-nrfutil --verbose dfu serial --package wio_tracker_1110_bootloader-0.9.1_s140_7.3.0.zip -p COMxx -b 115200
176
+ ```
177
+
178
+ * ** For others** :
158
179
```
159
- ./ adafruit-nrfutil --verbose dfu serial --package firmware-wio-tracker-wm1110-2.3.14.681ae9d8.zip --port /dev/cu.usbmodem11101 -b 115200
180
+ adafruit-nrfutil --verbose dfu serial --package firmware-wio-tracker-wm1110-2.3.14.681ae9d8.zip --port /dev/tty.SLAB_USBtoUART -b 115200
160
181
```
161
182
162
183
Flash successfully:
0 commit comments