Tool/software:
Hello everyone!
I'm using the SK-AM62 EVM board and ti-processor-sdk-linux-rt-am62xx-evm-09.02.01.10. I tried to run the tisdk-base-image and I rebuilt the kernel using the configuration make ARCH=arm64 CROSS_COMPILE="$CROSS_COMPILE_64" defconfig ti_arm64_prune.config ti_rt.config,
not making any more changes to the kernel or dts. Everything is working well, except for the USB interface, which is not working, meaning for example I cannot connect a flash drive to the USB-A port. Here is my dmesg log | grep usb
[ 0.737532] usbcore: registered new interface driver usbfs [ 0.737579] usbcore: registered new interface driver hub [ 0.737612] usbcore: registered new device driver usb [ 0.884561] usbcore: registered new interface driver usb-storage [ 0.887559] usbcore: registered new interface driver usbhid [ 0.887563] usbhid: USB HID core driver
What could be the problem? And an additional question, is there any appnote on creating a USB HID device based on the AM62x?