Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

The freq_sweep_rx_simple and freq_sweep_tx_simple programs both use the scum_freq_sweep_examples branch of this repository, so make sure to swap to that branch if you are using those examples

  • 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_PORT> bsp_radio_tx

  • No labels