The telosb and its msp430 friends have some special h/w that allows using the bsl (boot strap loader) to be invoked by wiggling serial pins via the usb interface. This puts the mote into programming mode and allows the downloaded code to be flashed. If you have your own platform, you either need to figure out how to implement the same thing. Hunt through the schematics (you'll have to find them on line somewhere in docs.tinyos.net or tinyos.net) and figure it out. Or you will have to figure out a different mechanism to download your code. try looking at the msp430-jtag stuff.
eric On Wed, Aug 26, 2009 at 2:01 AM, suman tiwari <[email protected]> wrote: > Hi All > > I am facing problem when I am trying to install my own tinyos platform to > the mote. Actually I have SmartRF05EB TI's evaluation board. MSP430 board, > which is supposed to be programed sits on this evaluation board.Lower Board > (SMartRF05EB board) has USB interface for connecting it to the PC. But the > problem that I am facing is that device manager is showing that it has > detected the SmartRF05EB board but when I do 'motelist' on the command > prompt it is showing,"No device found" and hence it is showing error when i > am giving command "make platformname install.moteid bsl,/dev/ttyS#" where # > is(Port no -1). Please suggest me something if you have any idea. > Thanks > > > Suman > > _______________________________________________ > Tinyos-help mailing list > [email protected] > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help > -- Eric B. Decker Senior (over 50 :-) Researcher Autonomous Systems Lab Jack Baskin School of Engineering UCSC
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
