arduino / WiFi101-FirmwareUpdater-Plugin

WiFi101 Firmware Updater Tool for Arduino IDE
13 stars 23 forks source link

Arduino MKR Vidor 4000 compatibility #66

Open logotype opened 2 years ago

logotype commented 2 years ago

Hi

https://github.com/arduino/WiFi101-FirmwareUpdater-Plugin/blob/master/src/cc/arduino/plugins/wifi101/UpdaterImpl.java#L97

Why can't the MKR Vidor 4000 be updated to newer versions? Latest appears to be 1.1.0...

aentinger commented 2 years ago

I believe this tool is no longer maintained, use arduino-fwuploader instead.

aentinger commented 2 years ago

Hang on, @per1234 brought some information to my attention (a) the tool is in fact maintained and b) going to arduino-fwuploader won't get you a higher version number for the Vidor NINA).

From my perspective, I see no reason why the latest NINA-FW version should not work for Vidor (there's no Vidor specific code within nina-fw), @facchinm can you please confirm/deny/elucidate?

Can you please try uploading NINA_W102-v1.4.8.bin with arduino-fwuploader and let me know how that works? This command should do the trick ...

arduino-fwuploader firmware flash -b arduino:samd:mkrvidor4000 -a COM10 -i path/to/NINA_W102-v1.4.8.bin