On Tuesday 06 March 2007 02:00, qin zhao wrote:
> Hi,
>
> I have two nodes with different platforms. One is a master node, which will
> send beacon to slave. I use usb-jtag to program it. The other one is a
> slave node, which will send data to master. I use BSL to program the node.
> I would like to program them using different addresses. If I type
>
> make install.address1 platform1 (for slave node)
>
> it works well. But if I type
>
> make install.address2 platform2(for master node)
>
> it complains that "found no motes(using bsl, auto)"

The error suggests that a mote cannot be located using the implied "bsl,auto" 
argument.  Instead, you can specify one specifically.  If you know the mote 
is at /dev/ttyS0, for example:

make bsl,/dev/ttyS0 install,N platformname

Cheers,
Steve
_______________________________________________
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to