VAR-SOM-AM33 USB OTG host

From Variscite Wiki
Revision as of 12:34, 22 December 2015 by Admin (talk | contribs) (Created page with "= Change USB-OTG port configuration to Host-only = From SW perspective, the developer should do as follows: *Download a VAR-SOM-AM33 kernel out-of-tree. *Update var-som-am33.d...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Change USB-OTG port configuration to Host-only

From SW perspective, the developer should do as follows:

  • Download a VAR-SOM-AM33 kernel out-of-tree.
  • Update var-som-am33.dts, as follows:
$ gedit arch/arm/boot/dts/var-som-am33.dts
...
           usb@47401800 {
                               status = "okay";
                               dr_mode = "host"; /* <<-- Add this line */
                        };
...
  • Build var-som-am33.dtb and replace it on flash / NFS.

Once the var-som-am33.dtb has been replaced on flash / NFS - The USB-OTG port will function in Host-only mode.