Last active
September 23, 2025 04:59
-
-
Save jadonk/c57c4adca8829c8b0679c5a1967db321 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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