Skip to content

inyko/avrdude

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AVRDUDE

http://savannah.nongnu.org/projects/avrdude

AVRDUDE with some modifications for custom non-standard baud rates on Linux (as long as the hardware supports it).
Slight issue though - bytes start being dropped if they're not read fast enough, even if they're only being sent in chunks of 128. Stay below 230400 baud. If you really want super fast uploading then you'll have to disable verification (-V).

Custom bauds already work on Windows and has no problems with fast baud rates.

Compiling

Requirements:

gcc
autoconf (and some other auto stuff which is normally installed along with autoconf)
libtoolize

apt-get install gcc autoconf libtool

Optional extras (with a guess at what they do):

libelf - Support for uploading .elf files
libusb - Support for programmers that use libUSB like USBasp
libftdi1 - Support for special functions of FTDI chips (not needed if you're only using the serial function)
libhid - Support for programmers that use some kind of HID thing

apt-get install libelf libusb libftdi1 libhid

NOTE: libftdi1 might be called libftdi

Making

chmod +x ./bootstrap

./bootstrap

./configure

make

Test run
./avrdude

Releases

No releases published

Packages

No packages published

Languages

  • C 92.1%
  • Roff 2.9%
  • Yacc 2.6%
  • M4 1.1%
  • Lex 0.8%
  • Makefile 0.4%
  • Other 0.1%