You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/hardware/06.nicla/boards/nicla-voice/tutorials/glass-break-detector/content.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -202,12 +202,12 @@ The downloaded firmware comes as a compressed file. Extract it to your preferred
202
202
203
203
This folder contains the NDP120 processor firmware and the trained machine learning model. There are four scripts for each supported operating system:
204
204
205
-
-**flash_<os>:** Runs the MCU firmware and model flash scripts.
206
-
-**flash_<os>_mcu:** Flashes only the MCU firmware.
207
-
-**flash_<os>_model:** Flashes the NDP firmware, DSP firmware (if not present), and updates the model.
208
-
-**format_<os>_ext_flash:** Erases the external flash memory.
205
+
-**flash_(os):** Runs the MCU firmware and model flash scripts.
206
+
-**flash_(os)_mcu:** Flashes only the MCU firmware.
207
+
-**flash_(os)_model:** Flashes the NDP firmware, DSP firmware (if not present), and updates the model.
208
+
-**format_(os)_ext_flash:** Erases the external flash memory.
209
209
210
-
**`<os>`** refers to the operating system: linux, mac, or windows.
210
+
**`(os)`** refers to the operating system: linux, mac, or windows.
211
211
212
212
To install the required dependencies, run the `install_lib` script for your operating system. This script only needs to be run once. The model update process uses the Python package [`pyserial`](https://pyserial.readthedocs.io/en/latest/).
0 commit comments