工具/软件:
您好、
这是原始帖子的附加问题。
客户希望在 Linux SDK 下将 USB2.0 置于合规性测试模式。
USB2.0、高速模式、Type-C 连接器、主机和器件。
您能告诉我测试程序或文档吗?
谢谢。此致、
田代浩一郎
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
工具/软件:
您好、
这是原始帖子的附加问题。
客户希望在 Linux SDK 下将 USB2.0 置于合规性测试模式。
USB2.0、高速模式、Type-C 连接器、主机和器件。
您能告诉我测试程序或文档吗?
谢谢。此致、
田代浩一郎
尊敬的 Tashiro-san:
USB-IF 记录了 USB2.0 合规性测试程序。
https://www.usb.org/document-library/usb-20-electrical-compliance-test-specification-version-107
尊敬的 Tashiro-san:
AM62x 的外部引脚 USB0 在主机 MOST 测试模式下:
# devmem2 0x31000420、带 0xA0
# devmem2 0x31000020 w 0x4
# devmem2 0x31000424、带 0x40000000
AM62x 的外部引脚 USB1 在主机模式下测试模式:
# devmem2 0x31100420、带 0xA0
# devmem2 0x311000020、带 0x4
# devmem2 0x31100424 w 0x40000000
AM62x 的外部引脚 USB0 在器件模式至测试模式下:
# echo “test_packet">“> /sys/kernel/debug/usb/31000000.usb/testmode
AM62x 的外部引脚 USB1 在器件模式至测试模式下:
# echo “test_packet">“> /sys/kernel/debug/usb/31100000.usb/testmode