Assembly-programming-through-Arduino-Additionalmaterial
Assembly-programming-through-Arduino-Additionalmaterial
===============================================================
The procedure to Install AVRdude on Windows: (Intermediate Level)
=======================================================
1. To follow the installation procedure, you need to be connected to the Internet.
2. Download the latest version of WinAVR package from the given link.
https://sourceforge.net/projects/winavr/
3. Click on Download button to download the WinAVR package.
4. Click on the save button to save the file.
5. Locate the file that you have downloaded. Right click on it and select Run as
administrator.
6. User Account Control popup window will appear. Click on Yes.
7. Installer Language dialog box will appear. Select English and click on OK.
8. In the Setup Wizard, click on Next.
9. In the License Agreement window, click on I Agree.
10. In Choose Install Location dialog box, keep the default installation location and
click on Next.
11. In Choose Components dialog box, check all three check boxes and then click on
Install. This will start the installation.
12. After the installation is successfully completed, click on Finish to close the wizard.
13. Now open command prompt. To do so, in the search bar type command prompt and
click on the command prompt application.
14. Run the following commands in the command prompt to make sure all the required
utilities are available. You will see the version number.
>Avr-gcc -v
>avr-objcopy -v
>make -v
>avrdude