FirmwareUpdater : Unable to communicate with ESP32 boot ROM

I am unable to update the firmware on my MKR Wifi 1010.

When I run the CheckFirmwareVersion it says it's running 1.30 and the latest is 1.48 (even though the latest is 1.50).

I updated the firmware on two Arduino Nano 33 IoT with the same version (1.30 to 1.50) without issue.

On the MKR, I get "Unable to communicate with ESP32 boot ROM!"

What do I do now ?

did you select mkr 1010 in Tools menu when uploading the firmware updater sketch?

I never got that far.
The FirmwareUpdater sketch loaded and when it ran (before I even got to the Tools menu), I received the error.

so you have to upload the Tools/FirmwareUpdater sketch before the fw update. did you upload it with MKR 1010 selected in Tools menu? or you hade still Nano IoT selected?

FirmwareUpdater - Firmware Updater for the
Arduino MKR WiFi 1010, Arduino MKR Vidor 4000, and Arduino UNO WiFi Rev.2.

and Nano 33 IoT, but you must have the right board selected in Tools menu when updating the firmware

Yes…I do.