Versions Compared

Key

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

...

  • Install Anaconda

  • Make sure conda --version shows version properly (add conda to path environment variable if not)

  • Create python2 conda environment: conda create -n py2 python=2.7

  • Activate environment: conda activate py2

  • Install scons: pip install scons

  • Install pyserial: pip install pyserial

  • Install intelhex: pip install intelhex

  • Install ARM GNU toolchain

  • Make sure arm-none-eabi-gcc -v shows version properly (add bin folder of the toolchain to path environment variable if not)

  • To bootload program onto OpenMote (here showing openwsn-fw/projects/common/bsp_radio_tx): scons board=openmote-b-24ghz toolchain=armgcc bootload=OPENMOTE<OPENMOTE_PORT PORT> bsp_radio_tx