Hi,
How can I generate the file u_ether.ko usb_f_rndis.ko gadgetfs.ko libcomposite.ko configfs.ko UltraZed-3EG-IO
I have done all process of creating the files to SDcard through Petalinux. But those files were not created,
So I couldn't configure at the end the USB3 to IP address.
---------------------
Those files are missing:
- linux-xlnx/fs/configfs/configfs.ko
linux-xlnx/drivers/usb/gadget/libcomposite.ko
linux-xlnx/drivers/usb/gadget/legacy/gadgetfs.ko
linux-xlnx/drivers/usb/gadget/function/u_ether.ko --à this file is the main driver of ethernet gadget
linux-xlnx/drivers/usb/gadget/function/usb_f_rndis.ko
In the wiki it is says
-----------------------
insmod configfs.ko
insmod libcomposite.ko
insmod u_ether.ko
insmod usb_f_rndis.ko
mount -t configfs none /sys/kernel/config
cd /sys/kernel/config/usb_gadget
mkdir g1
cd g1
echo "64" > bMaxPacketSize0
echo "0x200" > bcdUSB
echo "0x100" > bcdDevice
echo "0x03FD" > idVendor
echo "0x0502" > idProduct
mkdir configs/c1.1
mkdir functions/rndis.rn0
ln -s functions/rndis.rn0/ configs/c1.1/
echo "fe200000.dwc3" > UDC
ifconfig usb0 10.10.70.1
ifconfig usb0 up
BR,
Shiri