Difference between revisions of "Platforms telosb"
(→Dependencies) |
(→Dependencies) |
||
Line 16: | Line 16: | ||
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 toolchain: |
For Ubuntu 11.10 and up this should install the mspgcc toolchain: |
||
sudo apt-get install msp430-libc mspdebug msp430mcu binutils-msp430 gcc-msp430 |
sudo apt-get install msp430-libc mspdebug msp430mcu binutils-msp430 gcc-msp430 |
Latest revision as of 13: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