Hi All,
I am currently working on Beagle Bone Black prototyped custom board which runs on TI SDK 8.0.
For this board, we need to perform USB2.0 Compliance test. As per the information from TI (link below), we are trying to generate the USB test pattern on board and analyze them using CATC USB analyzer.
processors.wiki.ti.com/.../UsbgeneralpageLinuxCore
Following are the steps:
1. Enabled the kernel debugfs option through menuconfig
2. Mounted the debug file system
3. Force musb to host mode
4. Tested different test patterns
A) Test packet
B) Test J pattern
C) Test K pattern
Note: In between switching the test patterns, the board was reset to reset USB.
In the data captured by the CATC USB analyzer, we are observing packets being received, but could not determine if these are the required test packets.
Is there any way we can confirm that proper USB test data is being generated by the test pattern?
Thanks,
Sridhar CR