Tool/software:
Dear E2E community,
I'm working on a project with the SK-AM62A-LP, and my goal is to configure the board so that any computer recognizes it as a USB HID mouse. I've enabled the DWC3 module and attempted to activate gadget mode. I followed the guidance in the AM62x DWC3 USB documentation, which suggests using make menuconfig
to enable the required configurations.
However, I currently don't have access to a Linux PC to recompile the kernel, and I’m not certain that recompiling the kernel is necessary for this setup. I’ve also tried using device tree modifications, but I haven’t had success so far.
Here are the steps I’ve taken:
- Enabled the DWC3 module.
- Attempted to load the
g_hid
module but encountered errors indicating it wasn't found. - Tried using scripts to configure USB HID, but the device isn't recognized as a mouse by my computer.
I would appreciate guidance on the best way to proceed. Specifically:
- Do I need to recompile the Linux kernel, or is there an alternative method to enable the necessary configurations?
- Are there any precompiled modules or configurations available for this board that I could use?
- Any tips on correctly modifying the device tree or other configurations to achieve the HID mouse functionality?
Thank you for your support!
Best regards,
Lía