Hi Aldo, I have not heard of a mote called MSP430+CC2500. The tmote/telosb has a msp430 micro-controller and a cc2420 radio chip. If this is not a common mote, then maybe motelist will not recognize it.
Most likely the mote will be accessible under /dev/ttyUSB0. To find out, you could click on the icon of the mote in the VMWare screen to disable the mote, then wait a few seconds and re-enable the mote again. The command dmesg (which shows system information from the kernel) should tell you that a new USB device was found and what device file it was assigned (as I said, most likely /dev/ttyUSB0). You could then manually specify the port where the mote is connected: make telosb install bsl,/dev/ttyUSB0 Note: I have no idea whether your mote really is compatible to the telosb platform. Cheers, Urs aldo wrote: > Hello everybody, > > I'm trying to download the Blink application to a mote TI MSP430 + CC2500. > > The programming environment I'm using is XUBUNTOS 2.1 and I don't know > if it's the best. > > Concerning to Lesson 1 of TinyOS tutorial, when I type "motelist" I don't > see anything (I plug the mote before switch on the VMWare and when VMWare > starts It recognize the mote). What can I do? > The TI MSP430+CC2500 mote is USB. How can I download the aplication into the > mote? It's a telosb platform? > > Forgive me my english level :). > > Thank you very much for advance. > > Aldo _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
