OpenMote : Différence entre versions
De Wiki de Thomas Vantroys
(Page créée avec « [http://www.openmote.com/blog/bootstrapping-the-openmote-platform.html Bootstrapping] ») |
m |
||
| Ligne 1 : | Ligne 1 : | ||
| − | [http://www.openmote.com/blog/bootstrapping-the-openmote-platform.html Bootstrapping] | + | |
| + | == First test == | ||
| + | |||
| + | An official documentation is here [http://www.openmote.com/blog/bootstrapping-the-openmote-platform.html Bootstrapping] but it seems that the git repository evolved differently. | ||
| + | In order to run the tests: | ||
| + | # Install the required softs as explain in the above link | ||
| + | # git clone the repository | ||
| + | # cd firmware/platform/cc2538/libcc2538 | ||
| + | # make | ||
| + | # cp libcc2538 .. | ||
| + | # cd firmware/test | ||
| + | # chmod u+x tests-projetcts.sh | ||
| + | # ./tests-projects.sh | ||
Version du 5 janvier 2016 à 21:05
First test
An official documentation is here Bootstrapping but it seems that the git repository evolved differently. In order to run the tests:
- Install the required softs as explain in the above link
- git clone the repository
- cd firmware/platform/cc2538/libcc2538
- make
- cp libcc2538 ..
- cd firmware/test
- chmod u+x tests-projetcts.sh
- ./tests-projects.sh