You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried to upload the NINA firmware (1.4.6) to my Arduino Uno WiFi rev2. When it gets to the INFO[0008] Opened port /dev/ttyACM0 at 115200 line, the board resets and sends an RX command to the Uno WiFi rev.2 as expected, but then it gets stuck. I have tried it about ten times and I've also disconnected and reconnected the board, but without success.
I've run the following command:
./FirmwareUploader firmware flash -v -b arduino:megaavr:uno2018 -a /dev/ttyACM0
OS and platform: Debian Testing x86_64, Linux 5.10.40
Additional context
I also had a similar problem with previous (stable) releases of the tool: When it tries to connect to the programmer (Uno WiFi rev.2) to start uploading the firmware, the upload fails unless it gets an immediate response from the board.
The text was updated successfully, but these errors were encountered:
Bug Report
Current behavior
I've tried to upload the NINA firmware (1.4.6) to my Arduino Uno WiFi rev2. When it gets to the
INFO[0008] Opened port /dev/ttyACM0 at 115200
line, the board resets and sends an RX command to the Uno WiFi rev.2 as expected, but then it gets stuck. I have tried it about ten times and I've also disconnected and reconnected the board, but without success.I've run the following command:
Expected behavior
The firmware should upgrade without problems.
Environment
Additional context
I also had a similar problem with previous (stable) releases of the tool: When it tries to connect to the programmer (Uno WiFi rev.2) to start uploading the firmware, the upload fails unless it gets an immediate response from the board.
The text was updated successfully, but these errors were encountered: