Changes between Version 6 and Version 7 of alternateconnectors


Ignore:
Timestamp:
03/08/2019 12:56:08 AM (5 years ago)
Author:
Ryan Erbstoesser
Comment:

add example for external usb otg connector

Legend:

Unmodified
Added
Removed
Modified
  • alternateconnectors

    v6 v7  
    7171  * GW 02050699
    7272  * 1X4X1.25MM
     73  * Ventana Note: On boards that do not have an OTG_ID pin going to the external USB connector and that do not have a hard pull-down on the OTG_ID pin on the PCB, you can use IMX6 padconf registers to enable a pull-up for device-mode or a pull-down for host mode
     74   * The exmaple below is ONLY for a GW5910:
     75{{{
     76# ONLY GW5910 with IMX6DL
     77devmem2 0x20e05e0 w 0x13059 # 100k pd (host-mode)
     78devmem2 0x20e05e0 w 0x17059 # 47k pu (dev-mode)
     79}}}
    7380
    7481