Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RCP unexcpected reset after starting ot-daemon #663

Closed
Pawlicho opened this issue Oct 8, 2023 · 2 comments
Closed

RCP unexcpected reset after starting ot-daemon #663

Pawlicho opened this issue Oct 8, 2023 · 2 comments

Comments

@Pawlicho
Copy link

Pawlicho commented Oct 8, 2023

Hi,
I have been trying to run OTBR on my nRF52833 DK. I have been following instructions from https://openthread.io/codelabs/openthread-hardware#1 and https://openthread.io/guides/border-router/docker. I managed to run OTBR using RCP topology once or twice. After some period of time when I wanted to repeat previous steps and run otbr I came across a problem. I built RCP application as described in the guide (changing target platform ofc), flashed DK and changed port from debug to nRFUSB. After that I can see that device is connected. In the following steps I built OT-daemon using the instruction. After running daemon I can see that RCP is constantly restarting and daemon is killed at the end (logs attached at the bottom). I have been struggling for a lot of hours and did not manage to identify the problem. I'd only like to add that problem occur on any other DK I have (4 in total).

I'd appreciate your help in that matter.

tymoczko@tymoczko-VirtualBox:~/src/openthread$ sudo ./build/posix/src/posix/ot-daemon -v -d5 'spinel+hdlc+uart:///dev/ttyACM0?uart-baudrate=115200'
./build/posix/src/posix/ot-daemon[3858]: Running OPENTHREAD/thread-reference-20230119-587-gd62167ee3; POSIX; Oct 8 2023 16:17:30
./build/posix/src/posix/ot-daemon[3858]: Thread version: 4
./build/posix/src/posix/ot-daemon[3858]: 49d.17:13:48.176 [D] Platform------: Sent spinel frame, flg:0x2, tid:0, cmd:RESET
./build/posix/src/posix/ot-daemon[3858]: 49d.17:13:48.176 [D] Platform------: Wait response: tid=0 key=0
./build/posix/src/posix/ot-daemon[3858]: 49d.17:13:48.184 [D] Platform------: Received spinel frame, flg:0x2, tid:0, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:RESET_POWER_ON
./build/posix/src/posix/ot-daemon[3858]: 49d.17:13:48.184 [I] Platform------: RCP reset: RESET_POWER_ON
./build/posix/src/posix/ot-daemon[3858]: 49d.17:13:48.184 [I] Platform------: Software reset RCP successfully
./build/posix/src/posix/ot-daemon[3858]: 49d.17:13:48.184 [D] Platform------: Sent spinel frame, flg:0x2, tid:1, cmd:PROP_VALUE_GET, key:PROTOCOL_VERSION
./build/posix/src/posix/ot-daemon[3858]: 49d.17:13:48.184 [D] Platform------: Wait response: tid=1 key=1
./build/posix/src/posix/ot-daemon[3858]: 49d.17:13:48.186 [D] Platform------: Received spinel frame, flg:0x2, tid:1, cmd:PROP_VALUE_IS, key:PROTOCOL_VERSION, major:4, minor:3
./build/posix/src/posix/ot-daemon[3858]: 49d.17:13:48.186 [D] Platform------: Sent spinel frame, flg:0x2, tid:2, cmd:PROP_VALUE_GET, key:NCP_VERSION
./build/posix/src/posix/ot-daemon[3858]: 49d.17:13:48.186 [D] Platform------: Wait response: tid=2 key=2
./build/posix/src/posix/ot-daemon[3858]: 49d.17:13:48.190 [D] Platform------: Received spinel frame, flg:0x2, tid:2, cmd:PROP_VALUE_IS, key:NCP_VERSION, version:OPENTHREAD/thread-reference-20230119-584-gd94c4e008; NRF52833; Oct 8 2023 16:07:27
./build/posix/src/posix/ot-daemon[3858]: 49d.17:13:48.190 [D] Platform------: Sent spinel frame, flg:0x2, tid:3, cmd:PROP_VALUE_GET, key:HWADDR
./build/posix/src/posix/ot-daemon[3858]: 49d.17:13:48.190 [D] Platform------: Wait response: tid=3 key=8
./build/posix/src/posix/ot-daemon[3858]: 49d.17:13:48.195 [D] Platform------: Received spinel frame, flg:0x2, tid:3, cmd:PROP_VALUE_IS, key:HWADDR, eui64:f4ce3604eb3cfad2
./build/posix/src/posix/ot-daemon[3858]: 49d.17:13:48.195 [D] Platform------: Sent spinel frame, flg:0x2, tid:4, cmd:PROP_VALUE_GET, key:CAPS
./build/posix/src/posix/ot-daemon[3858]: 49d.17:13:48.195 [D] Platform------: Wait response: tid=4 key=5
./build/posix/src/posix/ot-daemon[3858]: 49d.17:13:48.199 [D] Platform------: Received spinel frame, flg:0x2, tid:4, cmd:PROP_VALUE_IS, key:CAPS, caps:COUNTERS UNSOL_UPDATE_FILTER 802_15_4_2450MHZ_OQPSK CONFIG_RADIO MAC_RAW RCP_API_VERSION UNKNOWN
./build/posix/src/posix/ot-daemon[3858]: 49d.17:13:48.199 [D] Platform------: Sent spinel frame, flg:0x2, tid:5, cmd:PROP_VALUE_GET, key:RCP_API_VERSION
./build/posix/src/posix/ot-daemon[3858]: 49d.17:13:48.199 [D] Platform------: Wait response: tid=5 key=176
./build/posix/src/posix/ot-daemon[3858]: 49d.17:13:48.202 [D] Platform------: Received spinel frame, flg:0x2, tid:5, cmd:PROP_VALUE_IS, key:RCP_API_VERSION, version:9
./build/posix/src/posix/ot-daemon[3858]: 49d.17:13:48.202 [D] Platform------: Sent spinel frame, flg:0x2, tid:6, cmd:PROP_VALUE_GET, key:RADIO_CAPS
./build/posix/src/posix/ot-daemon[3858]: 49d.17:13:48.202 [D] Platform------: Wait response: tid=6 key=4619
./build/posix/src/posix/ot-daemon[3858]: 49d.17:13:48.207 [D] Platform------: Received spinel frame, flg:0x2, tid:6, cmd:PROP_VALUE_IS, key:RADIO_CAPS, caps:255
./build/posix/src/posix/ot-daemon[3858]: 49d.17:13:48.215 [I] Platform------: [netif] Sent request#1 to set addr_gen_mode to 1
./build/posix/src/posix/ot-daemon[3858]: 00:00:00.000 [D] Platform------: Sent spinel frame, flg:0x2, tid:7, cmd:PROP_VALUE_GET, key:PHY_CHAN_SUPPORTED
./build/posix/src/posix/ot-daemon[3858]: 00:00:00.000 [D] Platform------: Wait response: tid=7 key=34
./build/posix/src/posix/ot-daemon[3858]: 00:00:00.003 [D] Platform------: Received spinel frame, flg:0x2, tid:7, cmd:PROP_VALUE_IS, key:PHY_CHAN_SUPPORTED, channelMask:0x07fff800
./build/posix/src/posix/ot-daemon[3858]: 00:00:00.003 [D] Platform------: Sent spinel frame, flg:0x2, tid:8, cmd:PROP_VALUE_SET, key:PHY_ENABLED, enabled:1
./build/posix/src/posix/ot-daemon[3858]: 00:00:00.003 [D] Platform------: Wait response: tid=8 key=32
./build/posix/src/posix/ot-daemon[3858]: 00:00:00.008 [D] Platform------: Received spinel frame, flg:0x2, tid:8, cmd:PROP_VALUE_IS, key:PHY_ENABLED, enabled:1
./build/posix/src/posix/ot-daemon[3858]: 00:00:00.008 [D] Platform------: Sent spinel frame, flg:0x2, tid:9, cmd:PROP_VALUE_SET, key:MAC_15_4_PANID, panid:0xffff
./build/posix/src/posix/ot-daemon[3858]: 00:00:00.008 [D] Platform------: Wait response: tid=9 key=54
./build/posix/src/posix/ot-daemon[3858]: 00:00:00.014 [D] Platform------: Received spinel frame, flg:0x2, tid:9, cmd:PROP_VALUE_IS, key:MAC_15_4_PANID, panid:0xffff
./build/posix/src/posix/ot-daemon[3858]: 00:00:00.014 [D] Platform------: Sent spinel frame, flg:0x2, tid:10, cmd:PROP_VALUE_SET, key:MAC_15_4_SADDR, saddr:0x0000
./build/posix/src/posix/ot-daemon[3858]: 00:00:00.015 [D] Platform------: Wait response: tid=10 key=53
./build/posix/src/posix/ot-daemon[3858]: 00:00:00.017 [D] Platform------: Received spinel frame, flg:0x2, tid:10, cmd:PROP_VALUE_IS, key:MAC_15_4_SADDR, saddr:0x0000
./build/posix/src/posix/ot-daemon[3858]: 00:00:00.017 [D] Platform------: Sent spinel frame, flg:0x2, tid:11, cmd:PROP_VALUE_GET, key:PHY_RX_SENSITIVITY
./build/posix/src/posix/ot-daemon[3858]: 00:00:00.017 [D] Platform------: Wait response: tid=11 key=39
./build/posix/src/posix/ot-daemon[3858]: 00:00:00.021 [D] Platform------: Received spinel frame, flg:0x2, tid:11, cmd:PROP_VALUE_IS, key:PHY_RX_SENSITIVITY, sensitivity:-100
./build/posix/src/posix/ot-daemon[3858]: 00:00:00.021 [D] SubMac--------: RadioState: Disabled -> Sleep
./build/posix/src/posix/ot-daemon[3858]: 00:00:00.021 [D] Platform------: Sent spinel frame, flg:0x2, tid:12, cmd:PROP_VALUE_SET, key:RCP_MAC_KEY, keyIdMode:8, keyId:1, prevKey:, currKey:, nextKey:***
./build/posix/src/posix/ot-daemon[3858]: 00:00:00.021 [D] Platform------: Wait response: tid=12 key=2048
./build/posix/src/posix/ot-daemon[3858]: 00:00:00.024 [D] Platform------: Received spinel frame, flg:0x2, tid:12, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
./build/posix/src/posix/ot-daemon[3858]: 00:00:00.024 [D] Platform------: Sent spinel frame, flg:0x2, tid:13, cmd:PROP_VALUE_SET, key:MAC_15_4_LADDR, laddr:d2f0f7923b38cfbd
./build/posix/src/posix/ot-daemon[3858]: 00:00:00.024 [D] Platform------: Wait response: tid=13 key=52
./build/posix/src/posix/ot-daemon[3858]: 00:00:00.027 [D] Platform------: Received spinel frame, flg:0x2, tid:13, cmd:PROP_VALUE_IS, key:MAC_15_4_LADDR, laddr:d2f0f7923b38cfbd
./build/posix/src/posix/ot-daemon[3858]: 00:00:00.027 [D] SubMac--------: RadioExtAddress: d2f0f7923b38cfbd
./build/posix/src/posix/ot-daemon[3858]: 00:00:00.027 [D] Platform------: Sent spinel frame, flg:0x2, tid:14, cmd:PROP_VALUE_SET, key:MAC_15_4_SADDR, saddr:0xfffe
./build/posix/src/posix/ot-daemon[3858]: 00:00:00.028 [D] Platform------: Wait response: tid=14 key=53
./build/posix/src/posix/ot-daemon[3858]: 00:00:00.031 [D] Platform------: Received spinel frame, flg:0x2, tid:14, cmd:PROP_VALUE_IS, key:MAC_15_4_SADDR, saddr:0xfffe
./build/posix/src/posix/ot-daemon[3858]: 00:00:00.032 [D] SubMac--------: RadioShortAddress: 0xfffe
./build/posix/src/posix/ot-daemon[3858]: 00:00:00.032 [D] Platform------: Sent spinel frame, flg:0x2, tid:15, cmd:PROP_VALUE_SET, key:MAC_SRC_MATCH_SHORT_ADDRESSES, saddr:none
./build/posix/src/posix/ot-daemon[3858]: 00:00:00.032 [D] Platform------: Wait response: tid=15 key=4868
./build/posix/src/posix/ot-daemon[3858]: 00:00:00.037 [D] Platform------: Received spinel frame, flg:0x2, tid:15, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
./build/posix/src/posix/ot-daemon[3858]: 00:00:00.037 [D] Platform------: Sent spinel frame, flg:0x2, tid:1, cmd:PROP_VALUE_SET, key:MAC_SRC_MATCH_EXTENDED_ADDRESSES, extaddr:none
./build/posix/src/posix/ot-daemon[3858]: 00:00:00.037 [D] Platform------: Wait response: tid=1 key=4869
./build/posix/src/posix/ot-daemon[3858]: 00:00:00.042 [D] Platform------: Received spinel frame, flg:0x2, tid:1, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
./build/posix/src/posix/ot-daemon[3858]: 00:00:00.042 [D] SrcMatchCtrl--: Cleared all entries
./build/posix/src/posix/ot-daemon[3858]: 00:00:00.042 [I] ChildSupervsn-: Timeout: 0 -> 190
./build/posix/src/posix/ot-daemon[3858]: Thread interface: wpan0
./build/posix/src/posix/ot-daemon[3858]: RCP version: OPENTHREAD/thread-reference-20230119-584-gd94c4e008; NRF52833; Oct 8 2023 16:07:27
./build/posix/src/posix/ot-daemon[3858]: 00:00:00.043 [I] Notifier------: StateChanged (0x00038200) [NetData PanId NetName ExtPanId]
./build/posix/src/posix/ot-daemon[3858]: 00:00:00.043 [I] RouterTable---: Route table
./build/posix/src/posix/ot-daemon[3858]: 00:00:00.043 [D] Platform------: Trying to get RCP time offset
./build/posix/src/posix/ot-daemon[3858]: 00:00:00.043 [D] Platform------: Sent spinel frame, flg:0x2, tid:2, cmd:PROP_VALUE_GET, key:TIMESTAMP
./build/posix/src/posix/ot-daemon[3858]: 00:00:00.043 [D] Platform------: Wait response: tid=2 key=2050
./build/posix/src/posix/ot-daemon[3858]: 00:00:00.046 [D] Platform------: Received spinel frame, flg:0x2, tid:2, cmd:PROP_VALUE_IS, key:TIMESTAMP, timestamp:684979584
./build/posix/src/posix/ot-daemon[3858]: 00:00:00.046 [I] Platform------: [netif] Host netif is down
./build/posix/src/posix/ot-daemon[3858]: 00:00:00.046 [I] Platform------: [netif] Succeeded to process request#1
./build/posix/src/posix/ot-daemon[3858]: 00:00:04.973 [D] Platform------: Received spinel frame, flg:0x2, tid:0, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:RESET_POWER_ON
./build/posix/src/posix/ot-daemon[3858]: 00:00:04.973 [C] Platform------: Unexpected RCP reset: RESET_POWER_ON
./build/posix/src/posix/ot-daemon[3858]: 00:00:04.973 [W] Platform------: RCP failure detected
./build/posix/src/posix/ot-daemon[3858]: 00:00:04.973 [W] Platform------: Trying to recover (1/2)
./build/posix/src/posix/ot-daemon[3858]: 00:00:04.973 [D] Platform------: Sent spinel frame, flg:0x2, tid:0, cmd:RESET
./build/posix/src/posix/ot-daemon[3858]: 00:00:04.973 [D] Platform------: Wait response: tid=0 key=0
./build/posix/src/posix/ot-daemon[3858]: 00:00:07.006 [W] Platform------: Wait for response timeout
./build/posix/src/posix/ot-daemon[3858]: 00:00:07.006 [I] Platform------: RCP self reset successfully
./build/posix/src/posix/ot-daemon[3858]: 00:00:07.006 [D] Platform------: Sent spinel frame, flg:0x2, tid:1, cmd:PROP_VALUE_SET, key:PHY_ENABLED, enabled:1
./build/posix/src/posix/ot-daemon[3858]: 00:00:07.006 [D] Platform------: Wait response: tid=1 key=32
./build/posix/src/posix/ot-daemon[3858]: 00:00:07.023 [D] Platform------: Received spinel frame, flg:0x2, tid:1, cmd:PROP_VALUE_IS, key:PHY_ENABLED, enabled:1
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.007 [W] Platform------: Wait for response timeout
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.008 [W] Platform------: RCP failure detected
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.008 [W] Platform------: Trying to recover (2/2)
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.008 [D] Platform------: Sent spinel frame, flg:0x2, tid:0, cmd:RESET
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.008 [D] Platform------: Wait response: tid=0 key=0
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.016 [D] Platform------: Received spinel frame, flg:0x2, tid:0, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:RESET_POWER_ON
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.016 [I] Platform------: RCP reset: RESET_POWER_ON
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.016 [I] Platform------: Software reset RCP successfully
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.016 [D] Platform------: Sent spinel frame, flg:0x2, tid:1, cmd:PROP_VALUE_SET, key:PHY_ENABLED, enabled:1
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.016 [D] Platform------: Wait response: tid=1 key=32
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.020 [D] Platform------: Received spinel frame, flg:0x2, tid:1, cmd:PROP_VALUE_IS, key:PHY_ENABLED, enabled:1
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.020 [D] Platform------: Sent spinel frame, flg:0x2, tid:2, cmd:PROP_VALUE_SET, key:MAC_15_4_PANID, panid:0xffff
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.021 [D] Platform------: Wait response: tid=2 key=54
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.024 [D] Platform------: Received spinel frame, flg:0x2, tid:2, cmd:PROP_VALUE_IS, key:MAC_15_4_PANID, panid:0xffff
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.024 [D] Platform------: Sent spinel frame, flg:0x2, tid:3, cmd:PROP_VALUE_SET, key:MAC_15_4_SADDR, saddr:0xfffe
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.025 [D] Platform------: Wait response: tid=3 key=53
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.028 [D] Platform------: Received spinel frame, flg:0x2, tid:3, cmd:PROP_VALUE_IS, key:MAC_15_4_SADDR, saddr:0xfffe
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.029 [D] Platform------: Sent spinel frame, flg:0x2, tid:4, cmd:PROP_VALUE_SET, key:MAC_15_4_LADDR, laddr:d2f0f7923b38cfbd
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.029 [D] Platform------: Wait response: tid=4 key=52
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.032 [D] Platform------: Received spinel frame, flg:0x2, tid:4, cmd:PROP_VALUE_IS, key:MAC_15_4_LADDR, laddr:d2f0f7923b38cfbd
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.032 [D] Platform------: Sent spinel frame, flg:0x2, tid:5, cmd:PROP_VALUE_SET, key:PHY_CHAN, channel:0
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.032 [D] Platform------: Wait response: tid=5 key=33
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.035 [D] Platform------: Received spinel frame, flg:0x2, tid:5, cmd:PROP_VALUE_IS, key:PHY_CHAN, channel:0
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.035 [D] Platform------: Sent spinel frame, flg:0x2, tid:6, cmd:PROP_VALUE_SET, key:RCP_MAC_KEY, keyIdMode:8, keyId:1, prevKey:, currKey:, nextKey:***
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.035 [D] Platform------: Wait response: tid=6 key=2048
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.039 [D] Platform------: Received spinel frame, flg:0x2, tid:6, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.039 [D] Platform------: Sent spinel frame, flg:0x2, tid:7, cmd:PROP_VALUE_SET, key:PHY_CHAN_MAX_POWER, channel:11, power:30
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.039 [D] Platform------: Wait response: tid=7 key=43
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.042 [D] Platform------: Received spinel frame, flg:0x2, tid:7, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.042 [D] Platform------: Sent spinel frame, flg:0x2, tid:8, cmd:PROP_VALUE_SET, key:PHY_CHAN_MAX_POWER, channel:12, power:30
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.042 [D] Platform------: Wait response: tid=8 key=43
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.045 [D] Platform------: Received spinel frame, flg:0x2, tid:8, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.045 [D] Platform------: Sent spinel frame, flg:0x2, tid:9, cmd:PROP_VALUE_SET, key:PHY_CHAN_MAX_POWER, channel:13, power:30
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.045 [D] Platform------: Wait response: tid=9 key=43
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.049 [D] Platform------: Received spinel frame, flg:0x2, tid:9, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.049 [D] Platform------: Sent spinel frame, flg:0x2, tid:10, cmd:PROP_VALUE_SET, key:PHY_CHAN_MAX_POWER, channel:14, power:30
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.049 [D] Platform------: Wait response: tid=10 key=43
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.054 [D] Platform------: Received spinel frame, flg:0x2, tid:10, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.054 [D] Platform------: Sent spinel frame, flg:0x2, tid:11, cmd:PROP_VALUE_SET, key:PHY_CHAN_MAX_POWER, channel:15, power:30
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.055 [D] Platform------: Wait response: tid=11 key=43
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.058 [D] Platform------: Received spinel frame, flg:0x2, tid:11, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.058 [D] Platform------: Sent spinel frame, flg:0x2, tid:12, cmd:PROP_VALUE_SET, key:PHY_CHAN_MAX_POWER, channel:16, power:30
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.058 [D] Platform------: Wait response: tid=12 key=43
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.062 [D] Platform------: Received spinel frame, flg:0x2, tid:12, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.063 [D] Platform------: Sent spinel frame, flg:0x2, tid:13, cmd:PROP_VALUE_SET, key:PHY_CHAN_MAX_POWER, channel:17, power:30
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.063 [D] Platform------: Wait response: tid=13 key=43
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.066 [D] Platform------: Received spinel frame, flg:0x2, tid:13, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.066 [D] Platform------: Sent spinel frame, flg:0x2, tid:14, cmd:PROP_VALUE_SET, key:PHY_CHAN_MAX_POWER, channel:18, power:30
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.066 [D] Platform------: Wait response: tid=14 key=43
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.071 [D] Platform------: Received spinel frame, flg:0x2, tid:14, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.071 [D] Platform------: Sent spinel frame, flg:0x2, tid:15, cmd:PROP_VALUE_SET, key:PHY_CHAN_MAX_POWER, channel:19, power:30
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.072 [D] Platform------: Wait response: tid=15 key=43
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.074 [D] Platform------: Received spinel frame, flg:0x2, tid:15, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.074 [D] Platform------: Sent spinel frame, flg:0x2, tid:1, cmd:PROP_VALUE_SET, key:PHY_CHAN_MAX_POWER, channel:20, power:30
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.075 [D] Platform------: Wait response: tid=1 key=43
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.078 [D] Platform------: Received spinel frame, flg:0x2, tid:1, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.078 [D] Platform------: Sent spinel frame, flg:0x2, tid:2, cmd:PROP_VALUE_SET, key:PHY_CHAN_MAX_POWER, channel:21, power:30
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.079 [D] Platform------: Wait response: tid=2 key=43
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.082 [D] Platform------: Received spinel frame, flg:0x2, tid:2, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.082 [D] Platform------: Sent spinel frame, flg:0x2, tid:3, cmd:PROP_VALUE_SET, key:PHY_CHAN_MAX_POWER, channel:22, power:30
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.082 [D] Platform------: Wait response: tid=3 key=43
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.087 [D] Platform------: Received spinel frame, flg:0x2, tid:3, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.087 [D] Platform------: Sent spinel frame, flg:0x2, tid:4, cmd:PROP_VALUE_SET, key:PHY_CHAN_MAX_POWER, channel:23, power:30
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.087 [D] Platform------: Wait response: tid=4 key=43
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.091 [D] Platform------: Received spinel frame, flg:0x2, tid:4, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.092 [D] Platform------: Sent spinel frame, flg:0x2, tid:5, cmd:PROP_VALUE_SET, key:PHY_CHAN_MAX_POWER, channel:24, power:30
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.092 [D] Platform------: Wait response: tid=5 key=43
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.095 [D] Platform------: Received spinel frame, flg:0x2, tid:5, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.096 [D] Platform------: Sent spinel frame, flg:0x2, tid:6, cmd:PROP_VALUE_SET, key:PHY_CHAN_MAX_POWER, channel:25, power:30
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.096 [D] Platform------: Wait response: tid=6 key=43
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.100 [D] Platform------: Received spinel frame, flg:0x2, tid:6, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.100 [D] Platform------: Sent spinel frame, flg:0x2, tid:7, cmd:PROP_VALUE_SET, key:PHY_CHAN_MAX_POWER, channel:26, power:30
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.101 [D] Platform------: Wait response: tid=7 key=43
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.105 [D] Platform------: Received spinel frame, flg:0x2, tid:7, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.105 [D] Platform------: Trying to get RCP time offset
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.106 [D] Platform------: Sent spinel frame, flg:0x2, tid:8, cmd:PROP_VALUE_GET, key:TIMESTAMP
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.106 [D] Platform------: Wait response: tid=8 key=2050
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.108 [D] Platform------: Received spinel frame, flg:0x2, tid:8, cmd:PROP_VALUE_IS, key:TIMESTAMP, timestamp:694041688
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.108 [N] Platform------: RCP recovery is done
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.108 [D] Platform------: Sent spinel frame, flg:0x2, tid:9, cmd:PROP_VALUE_SET, key:PHY_ENABLED, enabled:1
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.108 [D] Platform------: Wait response: tid=9 key=32
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.112 [D] Platform------: Received spinel frame, flg:0x2, tid:9, cmd:PROP_VALUE_IS, key:PHY_ENABLED, enabled:1
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.112 [D] Platform------: Sent spinel frame, flg:0x2, tid:10, cmd:PROP_VALUE_SET, key:MAC_15_4_PANID, panid:0xffff
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.112 [D] Platform------: Wait response: tid=10 key=54
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.116 [D] Platform------: Received spinel frame, flg:0x2, tid:10, cmd:PROP_VALUE_IS, key:MAC_15_4_PANID, panid:0xffff
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.116 [D] Platform------: Sent spinel frame, flg:0x2, tid:11, cmd:PROP_VALUE_SET, key:MAC_15_4_SADDR, saddr:0xfffe
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.116 [D] Platform------: Wait response: tid=11 key=53
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.120 [D] Platform------: Received spinel frame, flg:0x2, tid:11, cmd:PROP_VALUE_IS, key:MAC_15_4_SADDR, saddr:0xfffe
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.121 [D] Platform------: Sent spinel frame, flg:0x2, tid:12, cmd:PROP_VALUE_SET, key:MAC_15_4_LADDR, laddr:d2f0f7923b38cfbd
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.121 [D] Platform------: Wait response: tid=12 key=52
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.124 [D] Platform------: Received spinel frame, flg:0x2, tid:12, cmd:PROP_VALUE_IS, key:MAC_15_4_LADDR, laddr:d2f0f7923b38cfbd
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.124 [D] Platform------: Sent spinel frame, flg:0x2, tid:13, cmd:PROP_VALUE_SET, key:PHY_CHAN, channel:0
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.124 [D] Platform------: Wait response: tid=13 key=33
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.134 [D] Platform------: Received spinel frame, flg:0x2, tid:13, cmd:PROP_VALUE_IS, key:PHY_CHAN, channel:0
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.134 [D] Platform------: Sent spinel frame, flg:0x2, tid:14, cmd:PROP_VALUE_SET, key:RCP_MAC_KEY, keyIdMode:8, keyId:1, prevKey:, currKey:, nextKey:***
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.134 [D] Platform------: Wait response: tid=14 key=2048
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.141 [D] Platform------: Received spinel frame, flg:0x2, tid:14, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.141 [D] Platform------: Sent spinel frame, flg:0x2, tid:15, cmd:PROP_VALUE_SET, key:PHY_CHAN_MAX_POWER, channel:11, power:30
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.141 [D] Platform------: Wait response: tid=15 key=43
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.145 [D] Platform------: Received spinel frame, flg:0x2, tid:15, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.145 [D] Platform------: Sent spinel frame, flg:0x2, tid:1, cmd:PROP_VALUE_SET, key:PHY_CHAN_MAX_POWER, channel:12, power:30
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.146 [D] Platform------: Wait response: tid=1 key=43
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.148 [D] Platform------: Received spinel frame, flg:0x2, tid:1, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.149 [D] Platform------: Sent spinel frame, flg:0x2, tid:2, cmd:PROP_VALUE_SET, key:PHY_CHAN_MAX_POWER, channel:13, power:30
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.149 [D] Platform------: Wait response: tid=2 key=43
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.152 [D] Platform------: Received spinel frame, flg:0x2, tid:2, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.152 [D] Platform------: Sent spinel frame, flg:0x2, tid:3, cmd:PROP_VALUE_SET, key:PHY_CHAN_MAX_POWER, channel:14, power:30
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.153 [D] Platform------: Wait response: tid=3 key=43
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.157 [D] Platform------: Received spinel frame, flg:0x2, tid:3, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.157 [D] Platform------: Sent spinel frame, flg:0x2, tid:4, cmd:PROP_VALUE_SET, key:PHY_CHAN_MAX_POWER, channel:15, power:30
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.157 [D] Platform------: Wait response: tid=4 key=43
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.159 [D] Platform------: Received spinel frame, flg:0x2, tid:4, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.160 [D] Platform------: Sent spinel frame, flg:0x2, tid:5, cmd:PROP_VALUE_SET, key:PHY_CHAN_MAX_POWER, channel:16, power:30
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.160 [D] Platform------: Wait response: tid=5 key=43
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.164 [D] Platform------: Received spinel frame, flg:0x2, tid:5, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.165 [D] Platform------: Sent spinel frame, flg:0x2, tid:6, cmd:PROP_VALUE_SET, key:PHY_CHAN_MAX_POWER, channel:17, power:30
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.165 [D] Platform------: Wait response: tid=6 key=43
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.168 [D] Platform------: Received spinel frame, flg:0x2, tid:6, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.169 [D] Platform------: Sent spinel frame, flg:0x2, tid:7, cmd:PROP_VALUE_SET, key:PHY_CHAN_MAX_POWER, channel:18, power:30
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.169 [D] Platform------: Wait response: tid=7 key=43
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.171 [D] Platform------: Received spinel frame, flg:0x2, tid:7, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.171 [D] Platform------: Sent spinel frame, flg:0x2, tid:8, cmd:PROP_VALUE_SET, key:PHY_CHAN_MAX_POWER, channel:19, power:30
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.172 [D] Platform------: Wait response: tid=8 key=43
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.176 [D] Platform------: Received spinel frame, flg:0x2, tid:8, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.176 [D] Platform------: Sent spinel frame, flg:0x2, tid:9, cmd:PROP_VALUE_SET, key:PHY_CHAN_MAX_POWER, channel:20, power:30
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.176 [D] Platform------: Wait response: tid=9 key=43
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.180 [D] Platform------: Received spinel frame, flg:0x2, tid:9, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.180 [D] Platform------: Sent spinel frame, flg:0x2, tid:10, cmd:PROP_VALUE_SET, key:PHY_CHAN_MAX_POWER, channel:21, power:30
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.181 [D] Platform------: Wait response: tid=10 key=43
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.183 [D] Platform------: Received spinel frame, flg:0x2, tid:10, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.184 [D] Platform------: Sent spinel frame, flg:0x2, tid:11, cmd:PROP_VALUE_SET, key:PHY_CHAN_MAX_POWER, channel:22, power:30
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.184 [D] Platform------: Wait response: tid=11 key=43
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.186 [D] Platform------: Received spinel frame, flg:0x2, tid:11, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.186 [D] Platform------: Sent spinel frame, flg:0x2, tid:12, cmd:PROP_VALUE_SET, key:PHY_CHAN_MAX_POWER, channel:23, power:30
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.186 [D] Platform------: Wait response: tid=12 key=43
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.189 [D] Platform------: Received spinel frame, flg:0x2, tid:12, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.189 [D] Platform------: Sent spinel frame, flg:0x2, tid:13, cmd:PROP_VALUE_SET, key:PHY_CHAN_MAX_POWER, channel:24, power:30
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.190 [D] Platform------: Wait response: tid=13 key=43
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.193 [D] Platform------: Received spinel frame, flg:0x2, tid:13, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.193 [D] Platform------: Sent spinel frame, flg:0x2, tid:14, cmd:PROP_VALUE_SET, key:PHY_CHAN_MAX_POWER, channel:25, power:30
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.193 [D] Platform------: Wait response: tid=14 key=43
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.195 [D] Platform------: Received spinel frame, flg:0x2, tid:14, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.196 [D] Platform------: Sent spinel frame, flg:0x2, tid:15, cmd:PROP_VALUE_SET, key:PHY_CHAN_MAX_POWER, channel:26, power:30
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.196 [D] Platform------: Wait response: tid=15 key=43
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.200 [D] Platform------: Received spinel frame, flg:0x2, tid:15, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
./build/posix/src/posix/ot-daemon[3858]: 00:00:09.200 [N] Platform------: RCP recovery is done
./build/posix/src/posix/ot-daemon[3858]: 00:00:10.951 [D] Platform------: Received spinel frame, flg:0x2, tid:0, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:RESET_POWER_ON
./build/posix/src/posix/ot-daemon[3858]: 00:00:10.951 [C] Platform------: Unexpected RCP reset: RESET_POWER_ON
./build/posix/src/posix/ot-daemon[3858]: 00:00:10.951 [W] Platform------: RCP failure detected
./build/posix/src/posix/ot-daemon[3858]: 00:00:10.951 [W] Platform------: Trying to recover (1/2)
./build/posix/src/posix/ot-daemon[3858]: 00:00:10.951 [D] Platform------: Sent spinel frame, flg:0x2, tid:0, cmd:RESET
./build/posix/src/posix/ot-daemon[3858]: 00:00:10.951 [D] Platform------: Wait response: tid=0 key=0
./build/posix/src/posix/ot-daemon[3858]: 00:00:10.957 [D] Platform------: Received spinel frame, flg:0x2, tid:0, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:RESET_POWER_ON
./build/posix/src/posix/ot-daemon[3858]: 00:00:10.957 [I] Platform------: RCP reset: RESET_POWER_ON
./build/posix/src/posix/ot-daemon[3858]: 00:00:10.957 [I] Platform------: Software reset RCP successfully
./build/posix/src/posix/ot-daemon[3858]: 00:00:10.957 [D] Platform------: Sent spinel frame, flg:0x2, tid:1, cmd:PROP_VALUE_SET, key:PHY_ENABLED, enabled:1
./build/posix/src/posix/ot-daemon[3858]: 00:00:10.957 [D] Platform------: Wait response: tid=1 key=32
./build/posix/src/posix/ot-daemon[3858]: 00:00:10.960 [D] Platform------: Received spinel frame, flg:0x2, tid:1, cmd:PROP_VALUE_IS, key:PHY_ENABLED, enabled:1
./build/posix/src/posix/ot-daemon[3858]: 00:00:10.960 [D] Platform------: Sent spinel frame, flg:0x2, tid:2, cmd:PROP_VALUE_SET, key:MAC_15_4_PANID, panid:0xffff
./build/posix/src/posix/ot-daemon[3858]: 00:00:10.960 [D] Platform------: Wait response: tid=2 key=54
./build/posix/src/posix/ot-daemon[3858]: 00:00:10.965 [D] Platform------: Received spinel frame, flg:0x2, tid:2, cmd:PROP_VALUE_IS, key:MAC_15_4_PANID, panid:0xffff
./build/posix/src/posix/ot-daemon[3858]: 00:00:10.965 [D] Platform------: Sent spinel frame, flg:0x2, tid:3, cmd:PROP_VALUE_SET, key:MAC_15_4_SADDR, saddr:0xfffe
./build/posix/src/posix/ot-daemon[3858]: 00:00:10.965 [D] Platform------: Wait response: tid=3 key=53
./build/posix/src/posix/ot-daemon[3858]: 00:00:10.969 [D] Platform------: Received spinel frame, flg:0x2, tid:3, cmd:PROP_VALUE_IS, key:MAC_15_4_SADDR, saddr:0xfffe
./build/posix/src/posix/ot-daemon[3858]: 00:00:10.969 [D] Platform------: Sent spinel frame, flg:0x2, tid:4, cmd:PROP_VALUE_SET, key:MAC_15_4_LADDR, laddr:d2f0f7923b38cfbd
./build/posix/src/posix/ot-daemon[3858]: 00:00:10.969 [D] Platform------: Wait response: tid=4 key=52
./build/posix/src/posix/ot-daemon[3858]: 00:00:10.973 [D] Platform------: Received spinel frame, flg:0x2, tid:4, cmd:PROP_VALUE_IS, key:MAC_15_4_LADDR, laddr:d2f0f7923b38cfbd
./build/posix/src/posix/ot-daemon[3858]: 00:00:10.974 [D] Platform------: Sent spinel frame, flg:0x2, tid:5, cmd:PROP_VALUE_SET, key:PHY_CHAN, channel:0
./build/posix/src/posix/ot-daemon[3858]: 00:00:10.974 [D] Platform------: Wait response: tid=5 key=33
./build/posix/src/posix/ot-daemon[3858]: 00:00:10.977 [D] Platform------: Received spinel frame, flg:0x2, tid:5, cmd:PROP_VALUE_IS, key:PHY_CHAN, channel:0
./build/posix/src/posix/ot-daemon[3858]: 00:00:10.977 [D] Platform------: Sent spinel frame, flg:0x2, tid:6, cmd:PROP_VALUE_SET, key:RCP_MAC_KEY, keyIdMode:8, keyId:1, prevKey:, currKey:, nextKey:***
./build/posix/src/posix/ot-daemon[3858]: 00:00:10.977 [D] Platform------: Wait response: tid=6 key=2048
./build/posix/src/posix/ot-daemon[3858]: 00:00:12.977 [W] Platform------: Wait for response timeout
./build/posix/src/posix/ot-daemon[3858]: 00:00:12.978 [W] Platform------: RCP failure detected
./build/posix/src/posix/ot-daemon[3858]: 00:00:12.978 [W] Platform------: Trying to recover (2/2)
./build/posix/src/posix/ot-daemon[3858]: 00:00:12.978 [D] Platform------: Sent spinel frame, flg:0x2, tid:0, cmd:RESET
./build/posix/src/posix/ot-daemon[3858]: 00:00:12.978 [D] Platform------: Wait response: tid=0 key=0
./build/posix/src/posix/ot-daemon[3858]: 00:00:14.981 [W] Platform------: Wait for response timeout
./build/posix/src/posix/ot-daemon[3858]: 00:00:14.981 [I] Platform------: RCP self reset successfully
./build/posix/src/posix/ot-daemon[3858]: 00:00:14.981 [D] Platform------: Sent spinel frame, flg:0x2, tid:1, cmd:PROP_VALUE_SET, key:PHY_ENABLED, enabled:1
./build/posix/src/posix/ot-daemon[3858]: 00:00:14.981 [D] Platform------: Wait response: tid=1 key=32
./build/posix/src/posix/ot-daemon[3858]: 00:00:15.001 [D] Platform------: Received spinel frame, flg:0x2, tid:1, cmd:PROP_VALUE_IS, key:PHY_ENABLED, enabled:1
./build/posix/src/posix/ot-daemon[3858]: 00:00:16.981 [W] Platform------: Wait for response timeout
./build/posix/src/posix/ot-daemon[3858]: 00:00:16.981 [W] Platform------: RCP failure detected
./build/posix/src/posix/ot-daemon[3858]: 00:00:16.981 [C] Platform------: Too many rcp failures, exiting
./build/posix/src/posix/ot-daemon[3858]: 00:00:16.981 [C] Platform------: RecoverFromRcpFailure() at radio_spinel_impl.hpp:2079: Failure

@jwhui
Copy link
Member

jwhui commented Oct 10, 2023

Can you try using the RCP provided by nRF Connect SDK?

@Pawlicho
Copy link
Author

I have found the issue. The problem was connected with USB port setup. Closing the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants