Edge Impulse Flash - Windows - Arduino Nano BLE 33 Sense

I keep receiving the following when trying to flash Edge Impulse firmware:

You need to upgrade your Arduino CLI version (now: 0.33.1, but required: 0.33.x or higher)

Have tried multiple different versions of Arduino cli to no avail.

Hi @Rshaw7

a fix is on the way, meanwhile in flash_windows.bat can you try to change this line
if (!CLI_MAJOR! LEQ !EXPECTED_CLI_MAJOR!) if (!CLI_MINOR! LSS !EXPECTED_CLI_MINOR!) GOTO UPGRADECLI
to
if !CLI_MAJOR! LEQ !EXPECTED_CLI_MAJOR! if !CLI_MINOR! LSS !EXPECTED_CLI_MINOR! GOTO UPGRADECLI

thank you

fv

2 Likes

Thanks Francesco, that solved the problem!

glad it worked!
thank you for testing, the fix should be available soon.

fv