Hi,
我使用的是Xavier开发套件,连接 是将开发套件的type-C口与主机的USB3 type-A口相连。
现在我注意到,在刷写过程中使用lsusb -t 显示新出现的设备也在USB2.0速度下
下面是接入USB之前的状态:
lsusb -t
/: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 10000M
/: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/12p, 480M
|__ Port 2: Dev 2, If 1, Class=Communications, Driver=cdc_mbim, 480M
|__ Port 2: Dev 2, If 2, Class=CDC Data, Driver=cdc_mbim, 480M
|__ Port 2: Dev 2, If 0, Class=Vendor Specific Class, Driver=, 480M
|__ Port 3: Dev 3, If 0, Class=Vendor Specific Class, Driver=, 12M
|__ Port 4: Dev 4, If 0, Class=Video, Driver=uvcvideo, 480M
|__ Port 4: Dev 4, If 1, Class=Video, Driver=uvcvideo, 480M
|__ Port 4: Dev 4, If 2, Class=Video, Driver=uvcvideo, 480M
|__ Port 4: Dev 4, If 3, Class=Video, Driver=uvcvideo, 480M
|__ Port 4: Dev 4, If 4, Class=Application Specific Interface, Driver=, 480M
|__ Port 10: Dev 5, If 0, Class=Wireless, Driver=btusb, 12M
|__ Port 10: Dev 5, If 1, Class=Wireless, Driver=btusb, 12M
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/3p, 20000M
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/1p, 480M
下面是开发套件进入Recovery模式下,接入USB,多了Dev 79
和 Dev80两个设备
lsusb -t
/: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 10000M
/: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/12p, 480M
|__ Port 1: Dev 80, If 0, Class=Vendor Specific Class, Driver=, 480M
|__ Port 2: Dev 2, If 1, Class=Communications, Driver=cdc_mbim, 480M
|__ Port 2: Dev 2, If 2, Class=CDC Data, Driver=cdc_mbim, 480M
|__ Port 2: Dev 2, If 0, Class=Vendor Specific Class, Driver=, 480M
|__ Port 3: Dev 3, If 0, Class=Vendor Specific Class, Driver=, 12M
|__ Port 4: Dev 4, If 0, Class=Video, Driver=uvcvideo, 480M
|__ Port 4: Dev 4, If 1, Class=Video, Driver=uvcvideo, 480M
|__ Port 4: Dev 4, If 2, Class=Video, Driver=uvcvideo, 480M
|__ Port 4: Dev 4, If 3, Class=Video, Driver=uvcvideo, 480M
|__ Port 4: Dev 4, If 4, Class=Application Specific Interface, Driver=, 480M
|__ Port 7: Dev 79, If 0, Class=Vendor Specific Class, Driver=, 480M
|__ Port 10: Dev 5, If 0, Class=Wireless, Driver=btusb, 12M
|__ Port 10: Dev 5, If 1, Class=Wireless, Driver=btusb, 12M
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/3p, 20000M
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/1p, 480M
下面是进入刷写过程中,多了Dev 81 和Dev 82
lsusb -t
/: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 10000M
/: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/12p, 480M
|__ Port 1: Dev 81, If 2, Class=Mass Storage, Driver=usb-storage, 480M
|__ Port 1: Dev 81, If 0, Class=Communications, Driver=rndis_host, 480M
|__ Port 1: Dev 81, If 1, Class=CDC Data, Driver=rndis_host, 480M
|__ Port 2: Dev 2, If 1, Class=Communications, Driver=cdc_mbim, 480M
|__ Port 2: Dev 2, If 2, Class=CDC Data, Driver=cdc_mbim, 480M
|__ Port 2: Dev 2, If 0, Class=Vendor Specific Class, Driver=, 480M
|__ Port 3: Dev 3, If 0, Class=Vendor Specific Class, Driver=, 12M
|__ Port 4: Dev 4, If 0, Class=Video, Driver=uvcvideo, 480M
|__ Port 4: Dev 4, If 1, Class=Video, Driver=uvcvideo, 480M
|__ Port 4: Dev 4, If 2, Class=Video, Driver=uvcvideo, 480M
|__ Port 4: Dev 4, If 3, Class=Video, Driver=uvcvideo, 480M
|__ Port 4: Dev 4, If 4, Class=Application Specific Interface, Driver=, 480M
|__ Port 7: Dev 82, If 0, Class=Communications, Driver=rndis_host, 480M
|__ Port 7: Dev 82, If 1, Class=CDC Data, Driver=rndis_host, 480M
|__ Port 7: Dev 82, If 2, Class=Mass Storage, Driver=usb-storage, 480M
|__ Port 10: Dev 5, If 0, Class=Wireless, Driver=btusb, 12M
|__ Port 10: Dev 5, If 1, Class=Wireless, Driver=btusb, 12M
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/3p, 20000M
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/1p, 480M
我在两台笔记本电脑上测试,都是这样。
请问,这种状态正常吗?