Difference between revisions of "Platforms telosb"

From DiLab
Jump to: navigation, search
(Telosb initialization in TinyOS 1.x removed - no connection to MansOS)
(Dependencies)
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
In MansOS, "'''telosb'''" is a platform supporting certain hardware based on msp430F1611 processor.
In MansOS, "'''telosb'''" is a platform supporting certain hardware based on msp430F1611 processor.
The following platforms have been tested in MansOS using this platform:
The following platforms have been tested in MansOS using this platform:
* TelosB,
* TelosB
* Tmote Sky,
* Tmote Sky
* Tmote Mini
* Tmote Mini

===Compile example===
make telosb
make telosb

===Upload example===
make telosb upload
make telosb upload

* Zolertia Z1
make z1
make z1 upload



===Dependencies===
===Dependencies===
You should have the latest msp430-gcc toolchain installed.
You should have the latest msp430-gcc toolchain installed.


For Ubuntu 11.10 and up this should install the mspgcc toolchain:
===Other notes===


sudo apt-get install msp430-libc mspdebug msp430mcu binutils-msp430 gcc-msp430
Schematics and some data is available on TinyOS.net:
* http://www.tinyos.net/scoop/special/hardware#telos

Latest revision as of 14:06, 26 June 2012

Contents

In MansOS, "telosb" is a platform supporting certain hardware based on msp430F1611 processor. The following platforms have been tested in MansOS using this platform:

  • TelosB
  • Tmote Sky
  • Tmote Mini
make telosb
make telosb upload
  • Zolertia Z1
make z1
make z1 upload


Dependencies

You should have the latest msp430-gcc toolchain installed.

For Ubuntu 11.10 and up this should install the mspgcc toolchain:

sudo apt-get install msp430-libc mspdebug msp430mcu binutils-msp430 gcc-msp430