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  | 
				||
| (2 révisions intermédiaires par le même utilisateur non affichées) | |||
| 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  | ||
| + | |||
| + | |||
| + | == Contiki download ==  | ||
| + | |||
| + | python openmote-bsl.py /tmp/hello-world.cc2538dk --board openbase  | ||
| + | |||
| + | Warning BSL : [https://github.com/JelmerT/cc2538-bsl]  | ||
Version actuelle datée du 6 janvier 2016 à 16:01
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
 
Contiki download
python openmote-bsl.py /tmp/hello-world.cc2538dk --board openbase
Warning BSL : [1]