0.3.0
radxa-otgutils
Radxa USB OTG utility (radxa-otgutils) provides additional features over USB OTG port to facilitate easy cmmunication with another computer.
Usage
The following gadgets are supported:
- radxa-adbd
- radxa-usbnet
They can be enabled with sudo systemctl enable --now <gadget>
, and disabled with sudo systemctl disable --now <gadget>
.
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.
Changelog for 0.3.0
radxa-otgutils (0.3.0) stable; urgency=medium
.
[ ZHANG Yuntian ]
* Remove symlinks
* feat; update CI
* fix: fix issues found by pre-commit
* fix: suppress lintian warning
.
[ dependabot[bot] ]
* Bump actions/checkout from 3 to 4
* Bump actions/upload-artifact from 3 to 4
* Bump actions/download-artifact from 3 to 4
.
[ CodeChenL ]
* Add multi-UDC support (#7)
* Extended sleep time to fix adbd startup failure