I use mib520 (usb programming board) for micaz and iris on  tinyos-2.1.1
motelist doesn't work for those motes so I usually check their device id with dmesg: connect micaz to mib510 and plug mib510 to usb so type dmesg and you should be able to see two usb devices used. Let say that your mote is connected to ttyUSBy and ttyUSBz and that you want to assign it ID=x, so use this code:

make micaz install.x mib510,/dev/ttyUSB0

You can program the mote on the first one.
If you don't have other devices (mouse or whatever) plugged in usb, you should be able to program your micaz using this command:

make micaz install.x mib510,/dev/ttyUSB0



hope it helps

Davide



On 14/lug/10, at 18:19, Kartik Siddhabathula wrote:

Hi All,

I am unable to install code on micaz motes. After typing the command
make micaz install mib510,com1
my installation stops at the following point:
    writing TOS image
cp build/micaz/main.srec build/micaz/main.srec.out
    installing micaz binary using mib510
uisp -dprog=mib510 -dserial=com1 --wr_fuse_h=0xd9 -dpart=ATmega128 -- wr_fuse_e=ff --erase --upload if=build/micaz/main.srec.out


Also when I type motelist it says no devices found!

I am using tinyos-1.x on cygwin.

Thanks in advance,
Kartik

_______________________________________________
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