|
|
@ -40,9 +40,9 @@ |
|
|
|
/home/arduino/hardware/tools/avrdude \<br> |
|
|
|
/home/arduino/hardware/tools/avrdude \<br> |
|
|
|
-DV -patmega328p \<br> |
|
|
|
-DV -patmega328p \<br> |
|
|
|
-Pnet:esp-link.local:23 \<br> |
|
|
|
-Pnet:esp-link.local:23 \<br> |
|
|
|
-carduino -b115200 -U -C \<br> |
|
|
|
-carduino -b115200 \<br> |
|
|
|
/home/arduino/hardware/tools/avrdude.conf \<br> |
|
|
|
-U flash:w:my_sketch.hex:i\<br> |
|
|
|
flash:w:my_sketch.hex:i |
|
|
|
-C /home/arduino/hardware/tools/avrdude.conf |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<p>where <tt>-Pnet:esp-link.local:23</tt> tells avrdude to connect to port 23 of esp-link. |
|
|
|
<p>where <tt>-Pnet:esp-link.local:23</tt> tells avrdude to connect to port 23 of esp-link. |
|
|
|
You can substitute the IP address of your esp-link for esp-link.local if necessary. |
|
|
|
You can substitute the IP address of your esp-link for esp-link.local if necessary. |
|
|
|