This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM335x (SDK 8.0) gadgetfs

After I use gadgetfs in my program, I see often the "Used by" count go to 2147483647 (0x7FFFFFFF) and then it's unsusable... I have to reboot each time the target.  Does anyone knows why?

root@am335x-evm:~# lsmod

Module Size Used by
gadgetfs 15921 2147483647
musb_dsps 6979 0
musb_hdrc 30544 1 musb_dsps
udc_core 6884 2 musb_hdrc,gadgetfs
phy_am335x 1975 2
usb_common 1786 3 musb_dsps,musb_hdrc,udc_core
phy_am335x_control 2226 1 phy_am335x
musb_am335x 999 0

Thanks,

Simon Defayette