[DEFCONFIG][USB_MON] Enable USB Monitor
- the usb monitor is useful to collect traces of I/O on the USB bus. - Step to use it: 1) find the usb bus that you want to analyze (eg: 1) 2) check that under /sys/kernel/debug/usb/usbmon/ there are some files that start with the number of this bus (1s, 1t, 1u) 3.a) analyze the traffic with the cat of /sys/kernel/debug/usb/usbmon/1u (not easy to understand the content) 3.b) collect the traffic with tcpdump (eg: tcpdump -i usbmon1 -s0 -w usb1.pcap) and then use wireshark to analyze the content of the file
-
mentioned in commit clea-os/layers/seco/meta-seco-imx@844539b7
-
mentioned in merge request clea-os/layers/seco/meta-seco-imx!372 (merged)
-
mentioned in commit clea-os/seco-manifest@0c739121
-
mentioned in commit clea-os/layers/seco/meta-seco-imx@5b727a4f
-
mentioned in commit clea-os/seco-manifest@28e28fe6
Please register or sign in to comment