Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

TelosB

Telosb can be flashed using a bootloader without the need of a hardware debugger or JTAG.

...

  1. Browse the openwsn-fw folder to /firmware/openos/bootloader/telosb or download it from here:
  2. You will see there the script named bsl
  3. Connect your telosb mote to the usb port (in this instructions we assume it appears as /dev/ttyUSB0)
  4. Execute

    Code Block
    languagebash
    python bsl --telosb -c /dev/ttyUSB0 -r -e -I -p your_firmware_hex_file.ihex

Known Issues

Problem: after flashing telosb with an ihex file, the software does not behave as desired. This can mean that it starts but it hangs somewhere or the behavior is not the expected.

...

Remove -Os parameter in the following line. If this produces too large code try different optimization levels (-O1, -O2, -O3, -Os)

 

OpenMote K20

coming soon.