[linux] Killing avrdude disables autoreset
Open
Architecture: AVR
Component: Toolchain
Component: Uploading
Type: Bug
- Dominant language
- Java
- Stars
- 14.6k
- Forks
- 7k
- PR merge metrics
- No merged PRs in 30d
Description
If you have an issue like https://github.com/arduino/Arduino/issues/3568 where you have to kill the avrdude process it will disable autoreset.
You have to manually activate it again:
stty -F /dev/ttyACM0 hupcl
Contributor guide
Assessment
This issue has not been assessed yet.