Arduino Talk > Arduino Tech Talk

Hendri's Notes

(1/1)

admin:
Code to read ATmega328p-pu with AVRDUDE in linux using the uno as arduino ISP as programmer.

--- Code: ---avrdude -p m328p -P /dev/ttyACM0 -c STK500v1 -U flash:r:hendri.hex:r -b 19200
--- End code ---

And this is to write the file back to a chip.

--- Code: ---avrdude -p m328p -P /dev/ttyACM0 -c STK500v1 -U flash:w:hendri.hex:r -b 19200
--- End code ---

Navigation

[0] Message Index

Go to full version