This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
resources:tools-software:linuxdsp:docs:linux-kernel-and-drivers:usb:device_mode:gadget_fs [27 Jul 2020 07:29] cathy fang [USB Gadget Filesystem] |
resources:tools-software:linuxdsp:docs:linux-kernel-and-drivers:usb:device_mode:gadget_fs [04 Feb 2021 03:33] cathy fang |
||
---|---|---|---|
Line 89: | Line 89: | ||
* **Get the testusb** | * **Get the testusb** | ||
- | Please following the [[http://www.linux-usb.org/usbtest|usbtest]] to get the [[resources:tools-software/linuxdsp/docs/linux-kernel-and-drivers/usb/usbtest/usbtest.c|testusb.c]]. and then compile the source code with the command: | + | Please following the [[http://www.linux-usb.org/usbtest|usbtest]] to get the resources:tools-software/linuxdsp/docs/linux-kernel-and-drivers/usb/usbtest/testusb.c. and then compile the source code with the command: |
<code c++> | <code c++> | ||
gcc -Wall -g -pthread -o testusb testusb.c | gcc -Wall -g -pthread -o testusb testusb.c |