AVR Downloader/UploaDEr - Bugs: bug #54514, Control stk500 retry attempts
You are not allowed to post comments on this tracker with your current authentication level.
bug #54514: Control stk500 retry attempts
Submitter: | Cameron Tacklind <cinderblock> | ||
Submitted: | Wed 15 Aug 2018 12:19:37 AM UTC | ||
Category: | None | Severity: | 3 - Normal |
Priority: | 5 - Normal | Item Group: | None |
Status: | None | Privacy: | Public |
Assigned to: | None | Originator Name: | Cameron Tacklind |
Open/Closed: | Open | Release: | 6.3 |
Programmer hardware: | Device type: |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
No changes have been made to this item
Hello,
I am trying to build avrdude into a script for assembly line style programing of a bunch of arduino boards. One of the things I like to do is to just try the connection continuously until it succeeds and only then try the full programming. This way operators don't even need to press a key on the programming station. Unfortunately the stk500 mode (which arduino is based on) has a hard coded MAX_SYNC_ATTEMPTS. Is there a way to make this configurable? I'd like to set it to 1. Also I'd like to set the timeout time to be shorter if possible.
Please see https://arduino.stackexchange.com/questions/24784/avoid-the-10-attempts-of-avrdude-when-programmer-is-not-responding for another discussion of this issue.
Thanks.