OK lets try running the script in debug mode, please paste the output or screenshot it.
Debug mode for the flash script:
if you want to run the script in debug mode open: arduino-win-build.bat
arduino-win-build.bat
@echo off
SETLOCAL ENABLEDELAYEDEXPANSION
setlocal
REM go to the folder where this bat script is located
cd /d %~dp0
Change @echo off to @echo on
e.g. arduino-win-build.bat
@echo on
SETLOCAL ENABLEDELAYEDEXPANSION
setlocal
REM go to the folder where this bat script is located
cd /d %~dp0
Then when you run:
./arduino-win-build.bat --flash
Please paste the output from that.
Follow the Windows Steps from our git repo:
Please share screenshots of any device manager / command prompt output so we can help identify any step that may have been missed. Hopefully these steps will help:
For windows:
Usage - Windows
Run update_libraries_windows.bat script to install Arduino libraries.
Note: the firwmare shall be located in a folder named firmware-syntiant-nicla-internal
Note: Install version 0.21.0 of the arduino-cli. Newer version are not supported yet. Download the arduino-cli. For further instructions, see Arduino cli installation
See more in our git repo:
I’m going to ask for the attention of two of our Arduino experts here too to make sure we aren’t missing anything @ei_francesco@Arjan