Hi all,
i am trying to use the ZedBoard as USB gadget (g_ether or mass_storage). I did
make ARCH=arm xilinx_zynq_defconfig and
make menuconfig followed by
make ARCH=arm UIMAGE_LOADADRESS=0x8000 uImage
The driver support for the gadgets is enabled in the menuconfig, but the drivers are not compiled and not included in the uimage.
I am new to kernel programming, is there a possibility to compile the drivers afterwards? Or is something wrong with my configurations?
thanks in advance for every hint.