Hey,
So I am looking for a way to "enable" the debug folder in /sys/kernel as it does not exist in my raspberry pi. I know there is a simple solution for this by enabling some command in the .config file but would like someone to walk me through it.
The reason I need the debug folder is to mount debugfs so I can sniff usb packets being sent to the bus using usbmon. Rather than installing 3rd party software and taking up more space, I'd prefer to use the existing linux libraries to handle tracking the usb data.
Thanks,
T