Hello!
I have a beagleboard reference board. Now I'm starting to research this device. At first I want to develop simple USB device, for example simple HID keyboard or mouse. I have few different Linux kernels for my board like TI DVSDK, Argo and Angstrom. But unfortunately I'm a novice in Linux. What kernel should I choose for my target? Can somebody describe my future steps to configure Linux kernel to support HID device for my task? And what should I do to get data from host and process this data? As I understand I should use something like gadget API.
Thanks!