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 Both sides next revision
avr_bootloader:bootloader [2020/03/23 20:31]
admin [Burning the Bootloader with the AVRdude]
avr_bootloader:bootloader [2020/03/23 20:32]
admin [Burning the Bootloader with the AVRdude]
Line 90: Line 90:
  
 === ... with the Paper-USBasp Programmer ==== === ... with the Paper-USBasp Programmer ====
 +
 +{{:​avr_bootloader:​paper-usbasp_programming_board.jpg?​400|}}\\
  
 For setting the fuse bits one has to type: For setting the fuse bits one has to type:
Line 96: Line 98:
   $ sudo avrdude -p m328p -c usbasp -P usb -U flash:​w:​optiboot_atmega328.hex:​i   $ sudo avrdude -p m328p -c usbasp -P usb -U flash:​w:​optiboot_atmega328.hex:​i
  
-{{:​avr_bootloader:​paper-usbasp_programming_board.jpg?​600|}}\\ 
  
 === ... with an AVR ISP Programmer ==== === ... with an AVR ISP Programmer ====