Hi.
I am following the tutorial "Developing Matter products with nRF Connect SDK" but having problems getting the openthread border router working with the raspberry pi 3B+ and the NRF52840 dongle.
I have compiled the code for the OT coprocessor (nrf52840 dongle) and flashed it using nrfutil from my linux machine. I have inserted the dongle into my raspberry pi and followed the instructions to set up the OTBR border router. I can see the web interface to the OTBR on the ip address for the raspberry pi. I have changed the obtr-agent service file to reference the particular device path for my nrf52840 dongle.
However, I am getting an error when restarting the otbr-agent and otbr-web service.
The otbr agent service logs say
Loaded: loaded (/lib/systemd/system/otbr-agent.service; enabled; vendor preset: enabled)
Active: activating (auto-restart) (Result: exit-code) since Thu 2022-01-06 20:39:49 GMT; 671ms ago
Process: 4433 ExecStart=/usr/sbin/otbr-agent $OTBR_AGENT_OPTS (code=exited, status=6)
Main PID: 4433 (code=exited, status=6)
and the otbr web service logs say
Jan 06 20:20:15 raspberrypi systemd[1]: Started Border Router Web.
Jan 06 20:20:15 raspberrypi otbr-web[3265]: otbr-web[3265]: [INFO]-WEB-----: Running 0.3.0-e149a60eb
Jan 06 20:20:15 raspberrypi otbr-web[3265]: otbr-web[3265]: [INFO]-WEB-----: Border router web started on wpan0
Jan 06 20:20:15 raspberrypi otbr-web[3265]: otbr-web[3265]: [ERR ]-WEB-----: OpenThread daemon is not running.
Jan 06 20:20:15 raspberrypi otbr-web[3265]: [INFO]-WEB-----: Running 0.3.0-e149a60eb
Jan 06 20:20:15 raspberrypi otbr-web[3265]: [INFO]-WEB-----: Border router web started on wpan0
Jan 06 20:20:15 raspberrypi otbr-web[3265]: [ERR ]-WEB-----: OpenThread daemon is not running.
my otbr-agent file in /etc/default is
OTBR_AGENT_OPTS="-I wpan0 -B eth0 spinel+hdlc+uart:///dev/serial/by-id/usb-Nordic_Semiconductor_ASA_Thread_Co-Processor_53337C5A523AF3F1-if00?uart-reset trel://eth0"
Any ideas where I could start to debug this error?
Thanks in advance
Oide