Hi all,
I am using bootloader source from https://github.com/Xilinx/u-boot-xlnx and linux kernel source from https://github.com/Xilinx/linux-xlnx.
I tried to configure zedboard zc702 as 'usb device' by using Xilinx PS Highspeed USB DR Peripheral Controller driver and gadgetfs driver.
Steps used:
zynq> mkdir -p /dev/gadget
zynq> mount -t gadgetfs gadgetfs /dev/gadget/
I am getting the following error:
mount: mounting gadgetfs on /dev/gadget/ failed: No such device
Please help.
Regards,
Sreeja