Skip to content

Instantly share code, notes, and snippets.

@jadonk
Last active September 23, 2025 04:59
Show Gist options
  • Save jadonk/c57c4adca8829c8b0679c5a1967db321 to your computer and use it in GitHub Desktop.
Save jadonk/c57c4adca8829c8b0679c5a1967db321 to your computer and use it in GitHub Desktop.
git clone https://github.com/zephyrproject-rtos/zephyr
cd zephyr
python -m venv zephyr-env
source zephyr-env/bin/activate
pip install -r scripts/requirements.txt
pip install cc1352-flasher
west init -l .
west build -b beagleconnect_freedom -d build/bcf/echo_server samples/net/sockets/echo_server -- -DOVERLAY_CONFIG=overlay-802154-subg.conf
west build -b beagleconnect_freedom -d build/bcf/ot_shell samples/net/openthread/shell
west build -b beagleconnect_freedom -d build/bcf/ot_coap_client samples/net/openthread/coap -T sample.net.openthread.ftd.coap.client
west build -b beagleconnect_freedom -d build/bcf/ot_coap_server samples/net/openthread/coap -T sample.net.openthread.ftd.coap.server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment