Tool/software: Linux
Linux experts,
We have a customer with the following problem, while working on the AM5728 EVM:
I was having trouble getting the USB port (acting as a device) to work (the /dev/ttyGS0 device not was being created and when I attach the USB port to a Windows PC, the PC did not auto create a COM port device. I finally determined that I needed to load the g_serial module. With the g_serial module loaded, the /dev/ttyGS0 device is now being created and when attached to a Windows PC, a COM port is auto created.
I am now trying to statically link the gadget serial driver into the linux kernel but the USB in device mode doesn’t seem to work with this configuration. The /dev/ttyGS0 device is not created and attaching the USB port to a Windows PC does not auto create a COM port device.
Do you know which other drivers are needed to statically link the gadget serial driver into the linux kernel?
Additional observation:
when I tried to statically compile in support for gadget serial the other USB ports operating in host mode stopped working.
Any advice?
Thanks,
Darren