-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Open
Labels
Architecture: AVRApplies only to the AVR microcontrollers (Uno, etc.)Applies only to the AVR microcontrollers (Uno, etc.)Component: ToolchainThe tools used for compilation and uploading to Arduino boardsThe tools used for compilation and uploading to Arduino boardsComponent: UploadingUploading programs to an Arduino boardUploading programs to an Arduino boardType: Bug
Description
If you have an issue like #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
Metadata
Metadata
Assignees
Labels
Architecture: AVRApplies only to the AVR microcontrollers (Uno, etc.)Applies only to the AVR microcontrollers (Uno, etc.)Component: ToolchainThe tools used for compilation and uploading to Arduino boardsThe tools used for compilation and uploading to Arduino boardsComponent: UploadingUploading programs to an Arduino boardUploading programs to an Arduino boardType: Bug