0.2.2
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.2.2
radxa-otgutils (0.2.2) stable; urgency=medium
.
[ ZHANG Yuntian ]
* Do not create source package
* Add function_stop
* Better way to detect adbd
* Allow multiple gadgets to be enabled
* Fix symlink creation
* Fix function detection
* Proper way to disable function
* Fix systemd invoke ExecStop immediately
* This could fail if the device is already enabled
* Fix adbd restart