I'm having problems configuring the MKR1010 for the IOT cloud, so I attempted to update the firmware version to the latest revision. I followed the instructions I found on this forum and downloaded the arduino-nightly-windows .zip file, unzipped the files, and ran the arduino.exe file. The library update ran without errors, so I ran the firmware updater utility. The utility fails to verify, so I am unable to update the firmware. Is this a known error? How should I proceed? This is getting very frustrating, please help!
Here is the error message:
Arduino: 1.8.14 Hourly Build 2021/01/29 11:33 (Windows 10), Board: "Arduino Uno"
ESP32BootROM.cpp:335:32: error: 'SerialNina' was not declared in this scope
ESP32BootROMClass ESP32BootROM(SerialNina, NINA_GPIO0, NINA_RESETN);
^~~~~~~~~~
sketch\ESP32BootROM.cpp:335:32: note: suggested alternative: 'Serial'
ESP32BootROMClass ESP32BootROM(SerialNina, NINA_GPIO0, NINA_RESETN);
^~~~~~~~~~
Serial
ESP32BootROM.cpp:335:44: error: 'NINA_GPIO0' was not declared in this scope
ESP32BootROMClass ESP32BootROM(SerialNina, NINA_GPIO0, NINA_RESETN);
^~~~~~~~~~
ESP32BootROM.cpp:335:56: error: 'NINA_RESETN' was not declared in this scope
ESP32BootROMClass ESP32BootROM(SerialNina, NINA_GPIO0, NINA_RESETN);
^~~~~~~~~~~
exit status 1
'SerialNina' was not declared in this scope
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.