Skip to content

Commit 6058662

Browse files
committed
App note content update
1 parent 327d60a commit 6058662

File tree

1 file changed

+3
-3
lines changed
  • content/hardware/06.nicla/boards/nicla-voice/tutorials/glass-break-detector

1 file changed

+3
-3
lines changed

content/hardware/06.nicla/boards/nicla-voice/tutorials/glass-break-detector/content.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,15 +198,15 @@ The animation below shows the firmware update process and uploading the trained
198198
If you prefer to update manually, navigate to the **`ndp120`** directory and run the following commands in sequence:
199199

200200
```bash
201-
./syntiant-uploader-win send -m "Y" -w "Y" -p COM17 mcu_fw_120_v91.synpkg
201+
./syntiant-uploader-win send -m "Y" -w "Y" -p COM<Port Number> mcu_fw_120_v91.synpkg
202202
```
203203

204204
```bash
205-
./syntiant-uploader-win send -m "Y" -w "Y" -p COM17 dsp_firmware_v91.synpkg
205+
./syntiant-uploader-win send -m "Y" -w "Y" -p COM<Port Number> dsp_firmware_v91.synpkg
206206
```
207207

208208
```bash
209-
./syntiant-uploader-win send -m "Y" -w "Y" -p COM17 ei_model.synpkg
209+
./syntiant-uploader-win send -m "Y" -w "Y" -p COM<Port Number> ei_model.synpkg
210210
```
211211

212212
***If you are not familiar with updating the NDP120 processor firmware and uploading the trained machine learning model, please refer to [this section](https://docs.arduino.cc/tutorials/nicla-voice/user-manual/#ndp120-processor-firmware-update) of the Nicla Voice User Manual.***

0 commit comments

Comments
 (0)