I think you don't have the patch (unless you got the correct sources from
Kevin or me).

Why don't you try rebuilding avrdude? Here's how:

cvs -z3 -d:pserver:[email protected]:/sources/avrdude co
avrdude
 wget http://savannah.nongnu.org/patch/download.php?file_id=15867 -O
avrdude-5.6cvs-mib510.patch
 cd avrdude
 patch -p1 < ../avrdude-5.6cvs-mib510.patch
 ./bootstrap
 ./configure
 make
 make install

Let me know if this works. If it does, I will post the instructions on the
wiki.

Janos

On Thu, Feb 5, 2009 at 10:36 AM, Mohammad Sajjad Hossain
<[email protected]>wrote:

> 5.6cvs. I think this contains the patch already.I also tried with avrdude
> 5.4 in ubuntu. Both of them has the prgrammer mib510 available.
>
> On Thu, Feb 5, 2009 at 11:23 AM, Janos Sallai <[email protected]>wrote:
>
>> What avrdude version do you use? Chances are that you need the patch at
>> http://savannah.nongnu.org/patch/download.php?file_id=15867 that fixes
>> mib510/mib520 support.
>>
>> Janos
>>
>> On Wed, Feb 4, 2009 at 5:28 PM, Mohammad Sajjad Hossain <
>> [email protected]> wrote:
>>
>>> Hi,I am trying to install the Blink app in an iris mote using an mib520
>>> board. I am issuing the following command:
>>>  make iris install mib510,/dev/tty.usbserial-XBQQV3HRA
>>> Everything goes well expect at the end, I get this:
>>> -------------------
>>> avrdude: AVR device initialized and ready to accept instructions
>>>
>>> Reading | ################################################## | 100% 0.05s
>>>
>>> avrdude: Device signature = 0x000000
>>> avrdude: Yikes!  Invalid device signature.
>>>          Double check connections and try again, or use -F to override
>>>          this check.
>>>
>>>
>>> avrdude done.  Thank you.
>>>
>>> make: *** [program] Error 1
>>> --------------------
>>> I am using the most recent version of tinyOS and using mac OSX 10.5.6.
>>> Any idea what might be wrong?
>>> 'motelist' generates the following:
>>>
>>> Reference  Device                      Description
>>> ---------- ---------------------------
>>> ---------------------------------------
>>> XBQQV3HRA  /dev/tty.usbserial-XBQQV3HRA (none)
>>> XBQQV3HRB  /dev/tty.usbserial-XBQQV3HRB (none)
>>>
>>> Any help will be appreciated.
>>> --sajjad
>>>
>>> _______________________________________________
>>> Tinyos-help mailing list
>>> [email protected]
>>> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>>>
>>
>>
>
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to