You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/en/guides/border-router/build-native.md
+32Lines changed: 32 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,38 @@ Mar 01 05:46:26 raspberrypi otbr-agent[2997]: [INFO]-PLAT----: Host netif is dow
65
65
66
66
> Note: If you receive an "InvalidArguments" error, make sure your RCP board is connected as `/dev/ttyACM0`. It happens that the device path may change to `/dev/ttyACM1` after flashing the RCP. Re-plugging the RCP should solve this.
67
67
68
+
## Edit the Radio URL path
69
+
70
+
The OTBR agent uses the `/etc/default/otbr-agent` configuration file for its
71
+
startup parameters. This file contains the `OTBR_AGENT_OPTS` variable, which
72
+
defines settings like the Radio URL. For example,
73
+
`spinel+hdlc+uart:///dev/ttyACM0`.
74
+
75
+
This configuration file is generated by CMake from the
0 commit comments