To preface this I have literally no idea what I am doing and I am just working it out as I go along.
I have just installed OpenThread onto a TI CC2538, but cannot for the life of me figure out if it is working.
The README.md file on the GitHub repository has this at the bottom, suggesting that I should be able to connect to it with a terminal session of some sort and from there I should be able to run all of the necessary commands.
Open terminal to
/dev/ttyUSB1
(serial port settings: 115200 8-N-1).
However, I checked under /dev
and there is no USB device mounted there.
To connect the CC2538 to my PC I have:
- A Segger J-Link EDU (connects to the 20 pin JTAG port)
- A micro USB cable
I don't know if anyone else has set something like this up and is able to point me in the right direction, but any help at all would be appreciated.