-
Notifications
You must be signed in to change notification settings - Fork 149
Known limitations of avrdude
- Only bash is supported. Please install bash if your OS does not ship with bash by default.
- Please specify
-t .
or-t c:/tmp
if you use MSYS2 bash or git bash under Windows.
-
CH341A: Not working with MSVC build: https://github.com/avrdudes/avrdude/discussions/1441 Not working with lower speed AVRs: https://github.com/avrdudes/avrdude/discussions/1440
-
STK600 Missing TPI, JTAG and UPDI support: https://github.com/avrdudes/avrdude/issues/1047
-
ftdi_syncbb Under Windows if you use D2XX driver (MSVC build), the speed will be quite slow compared to using libftdi (MinGW build).
- PICkit 2 does not work under macOS -- we need to migrate the code to use HIDAPI in order to support macOS
- Parallel port based programmer will nork under Windows and macOS. The old version of avrdude ships with giveio.sys driver which may work under Windows XP but not later version of Windows. It was removed in the following PR.
- HIDAPI based programmer will not work under OpenBSD/NetBSD/Solaris as it is not supported on those platforms. If you rebuild your kernel to block the kernel HID driver, they may work under OpenBSD/NetBSD.
- Bootloader can not program fuse bits
- Arduino version of optiboot for Uno/Nano/etc is very old (4.4) and does not support EEPROM
-
Optiboot may have issues with EEPROM support
-
Optiboot may be prone to timeout in terminal mode. You may want to use
-c urclock
to help here. -
Arduino version of stk500v2 bootloader has EEPROM bug
-
Even with the above EEPROM fix, the Arduino stk500v2 does not support page erase and has some limitations. https://github.com/avrdudes/avrdude/issues/1379
-
urboot is usually good not to time out in terminal mode, but under Windows there may still timeout issues (Windows limitations).
-
usually OS up to 5 years old should work fine even though you may need to upgrade certain dependancies (build tools and libraries) in order to build from the source codes.
-
OS up to 10 years old may still work fine but you may need to upgrade the dependancies involved in order to build from source codes.
-
Certain feature of avrdude may not work if the underlying library used are not supported in the OS (eg: hidapi, libserialport, libusb, libftdi GNU Readline or libedit).
Windows: Windows 7 onwards (take note Microsoft does not support Windows 7/8/8.1 as of Jan 2024). Windows 7 was released in 2009.
Linux: Ubuntu 16.04 and later (older version may still work)
You may need pretty recent version of libgpiod if you want to get Linux GPIO to work with git main.
macOS: Mac OS X Snow Leopard (10.6) i386/x64 (not so sure about PPC) and later, macOS on x64 and Apple Silicon. Take note Apple only support macOS 12/13/14 now. https://ports.macports.org/port/avrdude/details/
FreeBSD: Take note FreeBSD project only suppors Release 13.2/14.0 now. https://www.freebsd.org/releases/
DragonFly BSD
Haiku
OpenBSD: HIDAPI based programmer will not work. Take note OpenBSD project only supports most recent releases. https://endoflife.date/openbsd
NetBSD: HIDAPI based programmer will not work. Take note NetBSD project now only supports 8.x and 9.x releases. https://www.netbsd.org/releases/formal.html
Solaris: HIDAPI based programmer will not work.