This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

LAUNCHXL-CC26X2R1: Thread Network configuration

Part Number: LAUNCHXL-CC26X2R1

Hi Team,

Our customer is trying to set up a Thread Network using TI Launchpad CC2652R1 and Beagle Bone Black.

They have followed the steps defined in CCS Border Router Setup but on the Configuration of Border Router Setup step, they are not getting /etc/wpantund.conf file
which is required to configure the border router with NCP.

Would you kindly help?

Regards,

Marvin

  • Hi Marvin,

    This could be due to a permissions issue, since this is a new file which should be created through the build script.

    To check if this is the case, please try the following steps:

    • cd ot-br-posix
    • sudo ./script/setup

    The main difference here is that sudo should give the script the necessary permissions to create files in system/kernel locations, such as /etc/.

    Thanks,
    Toby