AVRDUDESS
A GUI for AVRDUDE
File Explorer
Download Latest Version (.zip)- FUNDING.yml
- avrdudess.png
- avrdudess.iss
- installer.bat
- portable.bat
- wizardsmall.bmp
- avr-size.exe
- avrdude.conf
- avrdude.exe
- bits.xml
- config.xml
- portable.txt
- presets.xml
- _meta.xml
- chinese-zh_CN.xml
- croatian.xml
- czech.xml
- english.xml
- french.xml
- german.xml
- hungarian.xml
- italian.xml
- japanese.xml
- korean.xml
- polish.xml
- portugues.xml
- russian.xml
- slovenian.xml
- spanish.xml
- Traditional_Chinese(Taiwan).xml
- turkish.xml
- ukraine.xml
- AssemblyInfo.cs
- Resources.Designer.cs
- Resources.resx
- Settings.Designer.cs
- Settings.settings
- btn_donate_LG.png
- App.config
- Avr-size.cs
- Avrdude.cs
- avrdudess.csproj
- CmdLine.cs
- Config.cs
- Executable.cs
- FileFormat.cs
- Form1.cs
- Form1.Designer.cs
- Form1.resx
- FormAbout.cs
- FormAbout.Designer.cs
- FormAbout.resx
- FormEnterText.cs
- FormEnterText.Designer.cs
- FormEnterText.resx
- FormFuseSelector.cs
- FormFuseSelector.Designer.cs
- FormFuseSelector.resx
- FormOptions.cs
- FormOptions.Designer.cs
- FormOptions.resx
- FormPresetManager.cs
- FormPresetManager.Designer.cs
- FormPresetManager.resx
- FormUISimple.cs
- FormUISimple.Designer.cs
- FormUISimple.resx
- FormUpdate.cs
- FormUpdate.Designer.cs
- FormUpdate.resx
- FusesAndLocks.cs
- HashSetD.cs
- icon.ico
- Language.cs
- MCU.cs
- MemTypeFile.cs
- Part.cs
- Portable.cs
- Presets.cs
- Program.cs
- Programmer.cs
- UpdateCheck.cs
- Util.cs
- XmlFile.cs
- avrdudess.sln
- .gitattributes
- .gitignore
- Changelog.txt
- Credits.txt
- icon.psd
- License.txt
- README.md
- TODO.txt
# Installation Guide
1. Get the code
git clone https://github.com/ZakKemble/AVRDUDESS
Downloads the entire project code from GitHub to your computer.
cd AVRDUDESS
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- APT (Debian/Ubuntu κ³μ΄) Built into Debian/Ubuntu-based Linux distributions.
sudo apt install libmono-system-windows-forms4.0-cil avrdude binutils-avr
Installs directly from the APT package repository (Debian/Ubuntu-based).
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. .NET
MediumPrerequisites
cd src
This project's files live in a subfolder, so move into it first.
dotnet restore
Downloads the packages the project depends on.
dotnet run
Builds the project and runs it immediately.
After dotnet run, check the message or address shown in the terminal.
// repository documentation
Was this content helpful?
(0 ratings)
