Search code examples
linuxusblinux-kernelembedded-linuxlibusb

USB driver tests on embedded linux device


I am looking for and open source test suite to test the USB drivers on an embedded linux device. Any suggestions are welcome ? I am reading through this link : http://www.linux-usb.org/usbtest/

If any open suite USB test suite does not exist can someone suggest some ideas on testing the USB on an embedded device please ?


Solution

  • You might be able to use the Linux Test Project. In their tool matrix usbstress is listed. You could also extend LTP to support more USB tests...