This guide walks you through the process of setting up an OpenThread build environment and demonstrates how to build binaries for the FRDM-RW612 and FRDM-MCXW71 evaluation boards.
By the end of this guide, you’ll also learn how to modify your projects to enable LED control and sensor readings over Thread using CoAP. You’ll be introduced to the key files that need to be changed to achieve this functionality.
The guide is divided into three main sections:
Introduction to OpenThread
A brief overview of OpenThread and its capabilities.
Setting Up the WSL Environment
Step-by-step instructions for creating a Linux environment on Windows using WSL (Windows Subsystem for Linux) and configuring it for OpenThread builds.
Project Modifications
Instructions for updating the OpenThread demo projects to:
This guide is intended for self-paced setup and should be completed before the training session. Due to the time required to configure the build environment and modify the projects, we will provide pre-built images during the training. The session will begin with Guide 2.
You can find attached:
- The PFD file with the instructions to build your binaries: NXP Wi-Fi Thread Border Router Training - Guide 1 Building your binaries.pdf
- The source files to modify the original projects: NXP_OpenThread_Training_SourceFiles.zip