Failed to flash firmware to Arduino Nano 33 BLE

Hello, I built and downloaded the firmware to my desktop, and try to run flash_windows.bat script. But the script kept generating a new .bin file at the same folder, then I got the following output error.

Error during Upload: retrieving build artifacts: autodetect build artifact: multiple build artifacts found: ‘.ino.bin’ and ‘firmware.ino.bin’

Snipaste_2020-09-26_22-00-07

PS: A same .bin file will be generated when upload the arduino-nano-33-ble-sense.bin, and everything runs well without error.

Snipaste_2020-09-26_22-09-24

@KXCY Hmm apparently they put another Arduino CLI firmware out again apparently, and broke the way uploading works. We’ll take a look at it!

Quick workaround: rename firmware.ino.bin to firmware.bin or downgrade Arduino CLI to 0.11.

1 Like

Great, it works after rename the firmware.ino.bin to firmware.bin; thanks. :+1: :+1: :+1:

1 Like

This has now also been fixed on production, new deployments will have a corrected script which works with Arduino CLI 0.13. Thanks for reporting @KXCY!