OpenMote : Différence entre versions
De Wiki de Thomas Vantroys
					
										
					
					m  | 
				m  | 
				||
| Ligne 17 : | Ligne 17 : | ||
python openmote-bsl.py /tmp/hello-world.cc2538dk --board openbase  | 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]