Closed
Description
Bug Report
Current behavior
arduino-cli burn-bootloader -b arduino:avr:uno -P atmel-ice
When I try to run that command (with the Atmel-ICE connected) it yields the following output:
Error during Upload: programmer 'atmel-ice' not available
Expected behavior
The bootloader should burn correctly with the Atmel-ICE connected
Environment
- CLI version (output of
arduino-cli version
): arduino-cli alpha Version: 0.18.3 Commit: d710b64 Date: 2021-05-14T12:36:58Z - OS and platform: Debian Testing x86_64, Linux 5.10.40
Additional context
When trying to upload using another programmer (tried with USBasp), it succeeds.