Hi:
How to use usb device mode (gadget) in zedboard?
(The host mode I test is OK. But fail to test device mode)
The kernel version is 3.12.0 from linux-xlnx and configuration xilinx_zynq_defconfig.
Jumper Settings: JP2-> short JP3-> open
after make modules,there are several .ko in usb/gadget
#insmod libcomposite.ko
#insmod g_mass_storage.ko
but get such error:
insmod: can't insert 'g_mass_storage.ko': No such device
Does anybody test gadget sucessfully?
The doc about usage of gadget is too little,and who has more information about it please?
Thanks!