Skip to content

Commit

Permalink
fix: apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: ZHANG Yuntian <[email protected]>
  • Loading branch information
CodeChenL and RadxaYuntian authored Jan 17, 2025
1 parent 9fce622 commit b9aa790
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/common/radxa-os/_usbnet.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
大多数 Radxa 产品都预留了一个 USB 端口作为 OTG 端口,在运行 Android 时也作为 ADB 调试端口。你可以在此查阅相应[产品](https://radxa.com/products)的端口定义。
你可以通过 OTG 端口连接两个产品来建立一个共享网络。现在官方支持最新的 Radxa OS 和 Android 图像
你可以通过 OTG 端口连接两个产品来建立一个共享网络。此文档仅适用于官方发布的最新的 Radxa OS 和 Android 镜像

### 准备工作

Expand Down Expand Up @@ -38,7 +38,7 @@ ip a
valid_lft forever preferred_lft forever
```

如果没有新的网卡,请检查前面的步骤:重新打开 [Overlay](#otg设置)(别忘了重启),并重新[启动 NCM 服务](#开启-ncm-服务)
如果没有新的网卡,请检查前面的步骤:打开 [Overlay](#otg设置),重启,并[启动 NCM 服务](#开启-ncm-服务)

`NetworkManager` 是推荐的网络管理工具,输入命令即可打开界面:

Expand Down Expand Up @@ -117,7 +117,7 @@ ip a
link/ether 76:c7:9d:9e:d5:da brd ff:ff:ff:ff:ff:ff
```
如果没有,请检查前面的步骤:重新打开 [Overlay](#otg设置)(别忘了重启),并重新[启动 NCM 服务](#开启-ncm-服务)。
如果没有,请检查前面的步骤:打开 [Overlay](#otg设置),重启,并[启动 NCM 服务](#开启-ncm-服务)。
**设置 NCM 适配器:**
Expand Down

0 comments on commit b9aa790

Please sign in to comment.