You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I installed it on my Mac with Sierra.
I installed the latest version from avrdude (6.3): brew install avrdude
Now it works great with my avrisp2 clone (barion st isp/tdi/pdi programmer).
It has a custom firmware 1.30 on it.
I just bought a second clone from ebay - and that doesn't work properly with avrdude.
This clone has the latest atmel-firmware on it.
Thanks for this info. Good to know.
In this case CrossPack-AVR is not using Brew as the installation method.
The script should compile without the use of Brew.
The compile succeeds but results in an AVRDUDE build without USB support.
During compile the following check fails:
As well as in the Configuration Summary:
I found I was able to compile with USB support by switching from using version libusb_compat=0.1.5 and rolled back to use libusb 0.1.12 (legacy).
I spent quite some time trying to set the right flag to set to get AVRDUDE to compile with the latest version of LIBUSB, but I couldn't solve it.
Anyone have any ideas?
~R
The text was updated successfully, but these errors were encountered: