how to compile openthread library files for nrf52833,
i followed the procedure as below
- start with a fresh copy of the SDK, and make sure you place it as close to the ROOT of the hard drive as possible.
- Open a command line and go to [nRF5 SDK for Thread and Zigbee v4.1.0 ROOT]\external\openthread\project.
- Enter the following commands:
- git clone github.com/.../openthread.git
b.cdopenthread
c.git checkout c6a258e3a5bd90aa26d8245c435c0ae5797027f4
- Modify the UART pin config in [nRF5 SDK for Thread and Zigbee v4.1.0 ROOT]\external\openthread\project\openthread\examples\platforms\nrf528xx\nrf52833\transport-config.h per your requirements.
- Go back to [nRF5 SDK for Thread and Zigbee v4.1.0 ROOT]\external\openthread\project and run "py -3 build_gcc_libs.py" from the command line.
- When that is done, run "py -3 import_libs.py gcc" from the command line.
for nrf52833 , but found only nrf52840 get compiled