Firmware Updates
Ensuring that your Netduino has the latest firmware means that it will be up to date with the current Netduino-specific .NET Micro Framework runtime. Additionally, unless your Netduino has the latest firmware, you may have issues deploying your application to it.
You'll use the Netduino.Deploy tool for macOS or Windows to update your Netduino firmware.
(Windows only) Install latest WinUSB.sys driver
Install the latest firmware
- Download Netduino.Deploy for either Windows or macOS.
- With your Netduino is unplugged, hold down the button and then plug it in to your computer. This puts the Netduino into DFU Bootloader Mode:
- Launch Netduino.Deploy, your Netduino should show up in the Model dropdown.
- Tap
Install Latest Firmware
to begin the update. - You can monitor the firmware update progress at the bottom of Netduino.Deploy in the Device Console section.
- When it's done, you should reboot the Netduino before making additional changes.
Manually install firmware from .hex or .s19 files
The Netduino.Deploy tool also enables manual firmware deployment:
- Follow steps 1, 2 & 3 above.
- Click the
Browse
button, and select either the.hex
or.s19
,ER_CONFIG
andER_FLASH
files. - Click
Deploy
to deploy the firmware.