Device: AM625 GP
Installer: ti-processor-sdk-linux-am62xx-evm-09.00.00.03-Linux-x86-Install.bin — 6664936 K
SD card image: tisdk-debian-bookworm-am62xx-evm.wic.xz — 1955030 K
Our customer wants USB OTG function, I want to know if AM62x supports this function, please refer to the attached file page 20.
After reading the datasheet, I think AM62x does not support USB OTG function.
Please see the following forum, it seems that the USB ID pin is not needed.
It makes me think that AM62x has support USB OTG function.
AM625: To enable Peripheral/OTG mode from and test our custom board in device mode.
I've tried two settings and it's not being detected by the connected laptop.
&usb0 {
dr_mode = "otg";
status = "okay";
};
&usb0 {
dr_mode = "peripheral";
status = "okay";
};
And set it as host to work normally.
&usb0 {
dr_mode = "host";
status = "okay";
};
Thanks,
Andrew