Created
June 18, 2025 01:58
-
-
Save cnjax/58dbd5c5861ab16cb7585f88f76f53cb to your computer and use it in GitHub Desktop.
enable N1 for usb gether.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo device | tee /sys/bus/platform/drivers/dwc3-meson-g12a/d0078080.usb/usb_role/d0078080.usb-role-switch/role | |
echo c9100000.usb | tee /sys/bus/platform/drivers/dwc2/unbind | |
echo c9100000.usb | tee /sys/bus/platform/drivers/dwc2/bind | |
/sbin/modprobe g_ether |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment