mirror of
https://github.com/avrdudes/avrdude.git
synced 2026-09-24 01:56:25 +03:00
Recommend trying -c stk500v1 if stk500v2 fails followed by stk500v1 failure
... as it might have been that probing with stk500v2 protocol threw a stk500v1 firmware off its rails
This commit is contained in:
@@ -72,7 +72,7 @@ static int stk500generic_open(PROGRAMMER *pgm, const char *port) {
|
||||
if(pgm->teardown)
|
||||
pgm->teardown(pgm);
|
||||
|
||||
pmsg_error("cannot open either stk500v1 or stk500v2 programmer\n");
|
||||
pmsg_error("probing stk500v2 failed, as did stk500v1; perhaps try -c stk500v1\n");
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user