link to avrdude 6.3 release notes for windows, closes #130

pull/213/head
Thorsten von Eicken 8 years ago
parent aa5759d454
commit afa1bb6599
No known key found for this signature in database
GPG Key ID: C7F972A59D834B46
  1. 4
      UC-FLASHING.md

@ -26,6 +26,10 @@ This is instead of specifying a serial port of the form /dev/ttyUSB0.
Esp-link detects that avrdude starts its connection with a flash synchronization sequence Esp-link detects that avrdude starts its connection with a flash synchronization sequence
and sends a reset to the AVR microcontroller so it can switch into flash programming mode. and sends a reset to the AVR microcontroller so it can switch into flash programming mode.
Note for Windows users: very recent avrdude versions on Windows support the -P option, while older
ones don't. See the second-to-last bullet in the
[avrdude 6.3 release notes]http://savannah.nongnu.org/forum/forum.php?forum_id=8461).
To reprogram using the HTTP POST method you need to first issue a POST to put optiboot into To reprogram using the HTTP POST method you need to first issue a POST to put optiboot into
programming mode: POST to `http://esp-link/pgm/sync`, this starts the process. Then check that programming mode: POST to `http://esp-link/pgm/sync`, this starts the process. Then check that
synchronization with optiboot has been achieved by issuing a GET to the same URL synchronization with optiboot has been achieved by issuing a GET to the same URL

Loading…
Cancel
Save