avr-chat
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-chat] avrdude-Problems


From: Joerg Wunsch
Subject: Re: [avr-chat] avrdude-Problems
Date: Thu, 10 Apr 2014 23:49:10 +0200 (MET DST)

"address@hidden" <address@hidden> wrote:

> Each time I try to do something =
> with my microcontroller, (e.g. avrdude -c stk500v2 -P usb -U flash:v:/Users=
> /linusgeiser/Desktop/try.hex:i -p atmega168p) AVRDUDE responses me with =AB=
> avrdude: usbdev_open(): did not find any USB device "usb"=BB.

The Diamex programmer uses a Virtual Serial Port, so you don't have
to use "-P usb" but rather "-P /dev/cu<whatever_it_is_named>".

I guess if you do a "ls -l /dev/cu*", it should be obvious which
device name your OSX gave it.  There probably aren't so many of
them around.

Using "-P usb" is only meant for those programmers that don't use
a Virtual Serial Port but are talked to directly through libusb
(like the original Atmel tools).
-- 
cheers, Joerg               .-.-.   --... ...--   -.. .  DL8DTL

http://www.sax.de/~joerg/
Never trust an operating system you don't have sources for. ;-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]