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
Next revision Both sides next revision
avr_bootloader:bootloader [2020/03/23 17:37]
admin [Burning the Bootloader with the AVRdude]
avr_bootloader:bootloader [2020/03/23 17:41]
admin [Burning the Bootloader with the AVRdude]
Line 89: Line 89:
  
 === Problem Solving === === Problem Solving ===
-To erase all fuse bits one can use the attribute +To erase all fuse bits one can use the attribute-e\\ 
-   -e +or even-e -F\\ 
-or even +Sometimes a specific Baud rate helps, too-b 19200\\ 
-   -e -F +For verbose mode output use: -v\\
-Sometimes a specific Baud rate helps, too+
-   -b 19200+
  
 === Burning an Atmega328 (without P) == === Burning an Atmega328 (without P) ==