Connectcore Imx6UL Micro AB OTG enable

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Connectcore Imx6UL Micro AB OTG enable

708件の閲覧回数
nagarjun_cs90
Contributor I

Hi,

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

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

status = "okay";
};

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

status = "okay";
};

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 detects USB.

Kindly, let me know for any suggestions.

Thank you.

ラベル(2)
タグ(3)
0 件の賞賛
2 返答(返信)

608件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

Hi Nagarjun

digi community is on link

Recent activity - Digi Forum 

For usb usage one can look at

USB Host/On-The-Go 

and attached Linux Manual Chapter 39 CHIPIDEA USB Driver

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 件の賞賛

608件の閲覧回数
nagarjun_cs90
Contributor I

Hi Igor,

I had gone through the link and tried it. USB host itself gets disabled. So, its not working. Is there an other way?

Thanks,

0 件の賞賛