Skip to content

Commit bdaaf19

Browse files
authored
Merge pull request #1328 from arduino/jacobhylen/update-firmware-tutorial
[MKC-1141] Firmware Uploader tutorial update
2 parents 89cbbc8 + dc70c90 commit bdaaf19

File tree

6 files changed

+6
-3
lines changed

6 files changed

+6
-3
lines changed
159 KB
Loading
95.7 KB
Loading
16.6 KB
Loading
168 KB
Loading
101 KB
Loading

content/software/ide-v2/tutorials/ide-v2-fw-cert-uploader/ide-v2-fw-cert-uploader.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,16 @@ The following boards are based on the [NINA-W10 series](https://content.arduino.
2626
- [Nano RP2040 Connect](https://store.arduino.cc/nano-rp2040-connect)
2727
- [MKR WiFi 1010](https://store.arduino.cc/arduino-mkr-wifi-1010)
2828
- [Nano 33 IoT](https://store.arduino.cc/arduino-nano-33-iot)
29-
- [MKR Vidor 4000](https://store.arduino.cc/arduino-mkr-vidor-4000)
29+
- [MKR Vidor 4000](https://store.arduino.cc/arduino-mkr-vidor-4000) /*
3030

3131
The following boards are based on the [ATWINC1500](https://www.microchip.com/en-us/product/ATWINC1500) module.
3232

33-
- [MKR 1000 WiFi](https://store.arduino.cc/arduino-mkr1000-wifi)
33+
- [MKR 1000 WiFi](https://store.arduino.cc/arduino-mkr1000-wifi) /*
3434
- [WiFi Shield 101](https://docs.arduino.cc/retired/shields/arduino-wifi-shield-101)
3535

36+
/* As of [Arduino IDE 2.2.0](https://github.com/arduino/arduino-ide/releases/tag/2.2.0), these boards are no longer supported. Update is still supported via the legacy IDE. See [this tutorial](/tutorials/mkr-1000-wifi/firmware-updater) for more information.
37+
38+
3639
## When to Update Firmware
3740

3841
In most cases, manually updating your board's firmware is not necessary, as it is shipped to work 'out of the box'. But there are some cases where updating it might be useful, for example to correct hardware bugs or to be compatible with a specific setup.
@@ -57,7 +60,7 @@ To update the Firmware, follow the below steps:
5760

5861
**1.** Connect your board to your computer.
5962

60-
**2.** Open the Arduino IDE 2, and navigate to **Tools > WiFi101 / WiFiNINA Firmware Updater**.
63+
**2.** Open the Arduino IDE 2, and navigate to **Tools > Firmware Updater**.
6164

6265
![Selecting the Firmware Updater Tool.](assets/fw-cert-img01.png)
6366

0 commit comments

Comments
 (0)