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

Thread CLI ot masterkey invalidcommand

Hi all,

I got my nrf5340PDK working with the Thread CLI Sample.

I can now connect to the UART interface and issue ot commands.

According to the tutorial Thread: CLI — nRF Connect SDK 1.7.1 documentation (nordicsemi.com) I should set my masterkey with command "ot masterkey 00112233445566778899aabbccddeeff"

When I issue this command, it always returns "Error 35: InvalidCommand"

Should I be using the networkkey?

ot - OpenThread subcommands
     Use "ot help" to get the list of subcommands
uart:~$ ot masterkey
Error 35: InvalidCommand
uart:~$ ot networkkey
00112233445566778899aabbccddeeff
Done
uart:~$ ot version
OPENTHREAD/v1.7.0; Zephyr; Nov 29 2021 16:32:26
Done

Related