User Tools

Site Tools


setup_avrdude

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
setup_avrdude [2014/03/15 14:14] breaker27setup_avrdude [2014/03/15 14:16] (current) – [Check the programmer connection] breaker27
Line 3: Line 3:
 You should create a config file for avrdude containing your default settings. After the config file is created, you can use avrdude without entering the settings each time. This also makes it possible to leave this parameters out of the makefiles. You should create a config file for avrdude containing your default settings. After the config file is created, you can use avrdude without entering the settings each time. This also makes it possible to leave this parameters out of the makefiles.
  
-===== Setup avrdude under Windows =====+===== Create config file under Windows =====
  
 After installing avrdude, create a file **avrdude.rc** in the same directory as your avrdude.exe with the following content: After installing avrdude, create a file **avrdude.rc** in the same directory as your avrdude.exe with the following content:
Line 14: Line 14:
 (change your settings as needed). (change your settings as needed).
  
-===== Setup avrdude under Linux =====+===== Create config file under Linux =====
  
 After installing avrdude, create a file **.avrduderc** in your home directory with the following content: After installing avrdude, create a file **.avrduderc** in your home directory with the following content:
Line 46: Line 46:
 If not, check all connections or if you have a shortcut. If not, check all connections or if you have a shortcut.
  
-You can use "lfuse" for low fuses, "hfuse" for high fuses and "efuse" for extended fuses.+You can use "lfuse" for low fuses, "hfuse" for high fuses and "efuse" for extended fuses. Call avrdude without parameters to see your options.
setup_avrdude.txt · Last modified: 2014/03/15 14:16 by breaker27