I planned to use droid c2 in a project which require to output string via USB. Hence i was thinking HID device keyboard would work with the native USB-A ports.
it seems even if i am seeing g_hid.ko then it's not working on the last ubuntu release 18.04 kernel 3.16-72.46. i can modeprob libcomposite but cannot load g_hid. I read in some thread the linux kernel should be up to 3.19.
it fails when i try to create the mkdir -p functions/hid.usb0
my questions are :
- Is there any image i can use with new kernel allowing g_hid on c2 ?
- Is there any other unix OS i can use (i supposed Aarch but not sure) to support the feature g_hid on c2
- Is there any other boards/component/hat i can use with the c2 ?
- Have you other boards model you could recommend that support this feature ? I do not require much CPU for my app. any ARM should do it easily. it's a console curses apps.