Giter VIP home page Giter VIP logo

avrdude's Introduction

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

avrdude's People

Contributors

zakkemble avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.