Skip to content

Commit aeb8799

Browse files
committed
docs: add newly supported gadget
Signed-off-by: ZHANG Yuntian <[email protected]>
1 parent 5b3d0c8 commit aeb8799

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@
22

33
[![Build & Release](https://github.com/radxa-pkg/radxa-otgutils/actions/workflows/release.yml/badge.svg)](https://github.com/radxa-pkg/radxa-otgutils/actions/workflows/release.yml)
44

5-
Radxa USB OTG utility (radxa-otgutils) provides additional features over USB OTG port to facilitate easy cmmunication with another computer.
5+
Radxa USB OTG utility (radxa-otgutils) provides additional features over USB OTG port to facilitate easy communication with another computer.
66

77
# Usage
88

99
The following gadgets are supported:
1010

1111
- radxa-adbd
12-
- radxa-usbnet
12+
- radxa-ecm (previously radxa-usbnet)
13+
- radxa-ncm
1314

14-
They can be enabled with `sudo systemctl enable --now <gadget>`, and disabled with `sudo systemctl disable --now <gadget>`.
15+
They can be configured from [`rsetup`](https://github.com/radxa-pkg/rsetup) which is included in our systems.
1516

16-
Please be aware than those gadgets are mutually exclusive. If one is already enabled you have to diable then reboot before you can enable anyther gadget.
17+
Optionally they can be enabled with `sudo systemctl enable --now <gadget>@<udc controller>`, and disabled with `sudo systemctl disable --now <gadget>@<udc controller>`.

0 commit comments

Comments
 (0)