Created
June 20, 2018 09:27
-
-
Save githubfoam/84acee8a58eb013fcf9721faecad4bd6 to your computer and use it in GitHub Desktop.
contiki + cooja install
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #source code install 32x | |
| wget https://github.com/contiki-os/contiki/archive/3.0.zip | |
| arc | |
| mv contiki-3.0 contiki | |
| sudo apt-get install build-essential binutils-msp430 gcc-msp430 msp430-libc msp430mcu mspdebug gcc-arm-none-eabi gdb-arm-none-eabi openjdk-8-jdk openjdk-8-jre ant libncurses5-dev | |
| #mspsim directory is empty. | |
| cd contiki/tools/cooja/mspsim | |
| git clone https://github.com/contiki-os/mspsim | |
| contiki/tools/mspsim$ ls | |
| build CHANGE_LOG.txt images license.txt mspsim.jar scripts tests | |
| build.xml firmware lib Makefile README.txt se | |
| contiki/tools/cooja$ | |
| ant run | |
| #source code install 64x | |
| wget https://github.com/contiki-os/contiki/archive/3.0.zip | |
| arc | |
| mv contiki-3.0 contiki | |
| sudo apt-get install build-essential binutils-msp430 gcc-msp430 msp430-libc msp430mcu mspdebug gcc-arm-none-eabi gdb-arm-none-eabi openjdk-8-jdk openjdk-8-jre ant libncurses5-dev | |
| #mspsim directory is empty. | |
| cd contiki/tools/cooja/mspsim | |
| mv mspsim mspsimbck | |
| git clone https://github.com/contiki-os/mspsim | |
| contiki/tools/mspsim$ ls | |
| build CHANGE_LOG.txt images license.txt mspsim.jar scripts tests | |
| build.xml firmware lib Makefile README.txt se | |
| contiki/tools/cooja$ | |
| ant run |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment