AVR Drivers: Difference between revisions
add empty Compile Your Own Code section
(add some AVRDUDE stuff about downloading and uploading settings) |
(add empty Compile Your Own Code section) |
||
Line 121: | Line 121: | ||
<PRE style="white-space:normal;">avrdude -p t13 -c usbasp -u -Uflash:w:BLF-VLD.hex:a -Ueeprom:w:BLF-VLD.eep:a -Ulfuse:w:0x79:m -Uhfuse:w:0xef:m</PRE> | <PRE style="white-space:normal;">avrdude -p t13 -c usbasp -u -Uflash:w:BLF-VLD.hex:a -Ueeprom:w:BLF-VLD.eep:a -Ulfuse:w:0x79:m -Uhfuse:w:0xef:m</PRE> | ||
==Compile your own code== | |||
If you use the standard BLF-VLD files, you don't need to compile anything. But if you write your own code or modify the BLF-VLD files, you will need to compile your own files. | |||
==Other Issues== | ==Other Issues== |