This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Building the latest OpenThread library for NRF_SDK_4.1.0 for nrf52840

Hi,

I want to run my application on the latest open thread libraries.

As per the page "infocenter.nordicsemi.com/.../thread_ot_libraries_building.html"

we need to run following command in openthread repo:

./bootstrap
$ make -f examples/Makefile-nrf52840 BORDER_AGENT=1 BORDER_ROUTER=1 COAP=1 COMMISSIONER=1 DISABLE_BUILTIN_MBEDTLS=1 DNS_CLIENT=1 DIAGNOSTIC=1 EXTERNAL_HEAP=1 JOINER=1 LINK_RAW=1 MAC_FILTER=1 MTD_NETDIAG=1 SERVICE=1 UDP_FORWARD=1 ECDSA=1 SNTP_CLIENT=1 COAPS=1 DHCP6_SERVER=1 DHCP6_CLIENT=1 USB=1

But as per latest openthread repo, there is no "Makefile-nrf52840" file.

How to build the latest open thread libraries for nrf52840 using the latest open thread commit?

Parents Reply Children
No Data
Related