Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
arduino_clones:bootloader [2014/07/23 16:05]
admin
arduino_clones:bootloader [2015/10/17 13:31]
admin removed
Line 52: Line 52:
 {{ :​arduino_clones:​paperduino-uno_as_isp_adapter_wspahn.jpg?​direct&​300 |}} {{ :​arduino_clones:​paperduino-uno_as_isp_adapter_wspahn.jpg?​direct&​300 |}}
  
----+----
 ** Burning the Bootloader with the AVRdude** ** Burning the Bootloader with the AVRdude**
  
Line 58: Line 58:
 a Paperduino-Uno or a Paper-Duino-Pi with an AVR ISP programmer. a Paperduino-Uno or a Paper-Duino-Pi with an AVR ISP programmer.
  
-Go to the folder with the bootloader+Go to the folder with the bootloader.
  
 Run avrdude in command line: Run avrdude in command line:
   $ sudo avrdude -p m328p -c stk500v2 -P /​dev/​ttyACM0 -U flash:​w:​optiboot_atmega328.hex:​i   $ sudo avrdude -p m328p -c stk500v2 -P /​dev/​ttyACM0 -U flash:​w:​optiboot_atmega328.hex:​i
 +  ​
 +More at the [[arduino_clones:​AVRdude|AVRdude]] page.
  
 ---- ----