Part Number: PROCESSOR-SDK-AM65X
Hi TI,
Can someone tell me how to add the usbmon module to my linux distro?
Thank you,
SC
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.
Part Number: PROCESSOR-SDK-AM65X
Hi TI,
Can someone tell me how to add the usbmon module to my linux distro?
Thank you,
SC
Hi Bin,
I am using TI Processor SDK. From i understand i need to rebuild my kernel?
Hi,
Yes, you have to enable CONFIG_USB_MON Kconfig option and rebuild the kernel.
ok, i found it in the tisdk_am65xx-evm_defconfig file. how do i go about rebuilding the kernel?
Hi,
There is a top level Makefile in the Processor SDK Linux package, you can use it to re-build the kernel.
$ make linux
$ make linux-install
You could modify tisdk_am65xx-evm_defconfig to enable CONFIG_USB_MON before build the kernel.