Upload a project to the target device with avrdude

In this tutorial we will show you how to get yout project to the target device.

The tutorial has four steps:

Requirements The prerequisites for running avrdude
Selecting a Programmer How to select and configure a programmer device for avrdude
Configuring the Project How to set up your AVR project to use avrdude
Starting the Upload How to start the actual upload

 

Note: If you have problems getting avrdude to work, you should select "Log internal AVRDude ouput to console" in the Eclipse avrdude preferences and refer to the avrdude manual for troubleshooting. Also all avrdude related dialogs show the avrdude commandline the plugin will use. You can copy these and test them in a CLI / Shell for troubleshooting.

 

Next Next: Requirements