I am having a problem with using the AVR-ISP500 (http://www.sparkfun.com/commerce/produc … ts_id=8702) on a MacBook Pro. On the site http://www.olimex.com/dev/avr-isp500.html, it states that it should work under Mac OS X. But I’ve installed all the latest relevant software (libusb-0.1.12-1013, avrdude-5.5-1, etc.) under Fink, and when I run the command:
avrdude -v -c stk500v2 -p m168 -P usb
I get the following error:
avrdude: Version 5.5, compiled on Jan 24 2009 at 19:51:49
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
System wide configuration file is “/sw/etc/avrdude.conf”
User configuration file is “/Users/marek/.avrduderc”
User configuration file does not exist or is not a regular file, skipping
Using Port : usb
Using Programmer : stk500v2
avrdude: usbdev_open(): did not find any USB device “usb”
In the System Profiler, I have the following information on the programmer:
Olimex AVR-ISP500:
Product ID: 0x000c
Vendor ID: 0x15ba
Version: 1.02
Serial Number: OL2252D00011467
Speed: Up to 12 Mb/sec
Manufacturer: Olimex Ltd.
Location ID: 0x3d100000
Current Available (mA): 500
Current Required (mA): 100
I’d appreciate any advice on how to get this working. Thank you!