Skip to content

REL-1.14.0

Compare
Choose a tag to compare
@changtengfei changtengfei released this 25 Jun 23:03
· 890 commits to develop since this release
034f793

This release contains code built specifically for the for the 2nd F-Interop 6TiSCH Interop Event, 26-27 June 2018, Paris, France. Details about the plugfest are at http://www.etsi.org/news-events/events/1247-6tisch-f-interop-paris-2018.

compile/load

The code provides the "golden image" used during the plugfest.
To compile and flash the golden image onto the OpenMote-CC2538 as dagroot:

scons board=OpenMote-CC2538 toolchain=armgcc dagroot=1 msf_adapting_traffic=0 bootload=<port_name> oos_openwsn

To compile and flash the golden image onto the OpenMote-CC2538 as 6N:

scons board=OpenMote-CC2538 toolchain=armgcc dagroot=0 msf_adapting_traffic=0 bootload=<port_name> oos_openwsn

The pre-compiled image for dagroot and 6N are attached in the release page.
Use the following command to load the pre compiled image into your OpenMote-CC2538:

openwsn-fw/> bootloader\openmote-cc2538\cc2538-bsl.py -e --bootloader-invert-lines -w -b 400000 -p  <portname> gd_root.ihex
openwsn-fw/> bootloader\openmote-cc2538\cc2538-bsl.py -e --bootloader-invert-lines -w -b 400000 -p <portname> gd_6n.ihex