Hi,
Main chip: am3354.
Use USB0 on the hardware.
SDK: ti-processor-sdk-linux-rt-am335x-evm-03.03.00.04-Linux-x86-Install.bin
Compile the card to am335x-boneblack.dtb
USB0 device tree configuration is as follows(am335x-boneblack.dts):
&usb {
status = "okay";
};
&usb_ctrl_mod {
status = "okay";
};
&usb0 {
status = "okay";
dr_mode = "peripheral";
};
&usb1 {
status = "okay";
dr_mode = "peripheral";
};
After the am3354 is powered on :
root@am335x-evm:~# modprobe g_serial
[ 52.009994] g_serial gadget: Gadget Serial v2.4
[ 52.014586] g_serial gadget: g_serial ready
root@am335x-evm:~# ls -l /dev/ttyGS
ttyGS0 ttyGS1
When connecting USB0 to my win7 system, win7 system does not show Gadget Seria driver.
The same hardware and device tree configuration, the SDK into ti-processor-sdk-linux-am335x-evm-03.03.00.04-Linux-x86-Install.bin, win7 system shows Gadget Seria driver, as shown below.
For some reason, I need to use the RT3.3 SDK.
Will RT 3.3 SDK in win7 how to identify Gadget Seria driver ?
Why 3.3 SDK can, RT3.3 SDK can not ?
BR




