Code: Select all
./ot-daemon -I wpan0 -B wlan0 "spinel+hdlc+uart:///dev/ttyUSB0?uart-baudrate=460800" --auto-attach=0 &In contrast, the NXP-based `ot_rcp` firmware responds correctly with Spinel, but the ESP32-H2 `ot_rcp` does not.
I suspect the following reasons:
1. In `ot_rcp/sdkconfig`, `CONFIG_OPENTHREAD_RADIO_NATIVE=y` is set by default. I am curious if this setting is correct for using the Spinel protocol.
- `#CONFIG_OPENTHREAD_RADIO_SPINEL_UART is not set` is disabled.
2. Does the fact that `#CONFIG_OPENTHREAD_SPINEL_ONLY is not set` mean there should be no issues with communicating via Spinel, even if it is not configured?
I am curious about these two points. Additionally, if I attempt to change these two options and build, I encounter build errors that prevent binary extraction.