Connectcore Imx6UL Micro AB OTG enable

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Connectcore Imx6UL Micro AB OTG enable

319 Views
nagarjun_cs90
Contributor I

Hi,

I am new to DIGI community, I want to enable OTG support on the micro AB. I have used the following setup in order to enable OTG for the Micro AB:

&usbotg1 {
dr_mode = "host";
fsl,power-line-polarity-active-high;
disable-over-current;
};

&usbotg2 {
dr_mode = "host";
fsl,power-line-polarity-active-high;
disable-over-current;
};

But, Unfortunately I am not able to enable OTG on the micro USB. When I try drmode = `otg` @usbotg1, USB1 in host turns off and no longer reads.

Kindly, let me know for any suggestions.

Thank you 

0 Kudos
0 Replies