compulab-yokneam/meta-compulab-imx8

USB HID Drivers

ottolewis8 opened this issue · 0 comments

I have successfully build and run an image using these options:

BRANCH=devel_ga-rev1.1
DISTRO=fsl-imx-wayland
IMAGE=fsl-image-qt5-validation-imx
MACHINE=cl-som-imx8
As defined: https://github.com/compulab-yokneam/meta-compulab-imx8/wiki/01.-Build-CompuLab-Images

I have added HID to the kernel and rebuilt and deployed
bitbake virtual/kernel -c menuconfig
dmesg on target does not show any connecting/disconnecting USB devices.

lsusb
Bus 003 Device 002: ID 8087:0a2b Intel Corp.
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 004 Device 002: ID 04b4:6500 Cypress Semiconductor Corp.
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Am I doing something wrong? How do I add USB HID to the IMX8?