Jump to content

Samor140

Members
  • Posts

    8
  • Joined

  • Last visited

Reputation Activity

  1. Like
  2. Like
    Samor140 reacted to c0rnelius in BPI‑M4 Zero : how to force USB0 (Type‑C OTG) into host mode on Armbian?   
    Try this overlay
     
    /dts-v1/; /plugin/; / { fragment@0 { target = <&ehci0>; __overlay__ { status = "okay"; }; }; fragment@1 { target = <&ohci0>; __overlay__ { status = "okay"; }; }; fragment@2 { target = <&usbotg>; __overlay__ { dr_mode = "host"; }; }; };  
    sunxi-usb-host-mode.dts
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines