Congatec cgtqmx6 no USB

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Congatec cgtqmx6 no USB

Jump to solution
636 Views
pavelkopylov
Contributor III

My setup:

  • Congatec cgtqmx6 i.MX6 QuadCore 1GHz, 1GB RAM
  • fsl-community-bsp

BB_VERSION        = "1.20.0"

BUILD_SYS         = "x86_64-linux"

NATIVELSBSTRING   = "Ubuntu-12.04"

TARGET_SYS        = "arm-poky-linux-gnueabi"

MACHINE           = "cgtqmx6"

DISTRO            = "poky"

DISTRO_VERSION    = "1.5.1"

TUNE_FEATURES     = "armv7a vfp neon callconvention-hard cortexa9"

TARGET_FPU        = "vfp-neon"


The system, when booted, not react on any USB device plugged in: Mouse/keyboard/USB stick...

No messages in dmesg, neither in var/log/messages.


Dmesg, however shows some USB activity during the kernel booting:

root@cgtqmx6:~# dmesg | grep usb                                                                                       
usbcore: registered new interface driver usbfs                                                                         
usbcore: registered new interface driver hub                                                                           
usbcore: registered new device driver usb                                                                              
usbcore: registered new interface driver usb-storage                                                                   
usbcore: registered new interface driver btusb                                                                         
usbcore: registered new interface driver usbhid                                                                        
usbhid: USB HID core driver                                                                                            
usbcore: registered new interface driver snd-usb-audio                                                                 


how to proceed?


Labels (3)
0 Kudos
1 Solution
483 Views
pavelkopylov
Contributor III

Looks like kernel was missing:

CONFIG_USB_EHCI_ARC_H1=y

CONFIG_USB_FSL_ARC_OTG=y

View solution in original post

0 Kudos
1 Reply
484 Views
pavelkopylov
Contributor III

Looks like kernel was missing:

CONFIG_USB_EHCI_ARC_H1=y

CONFIG_USB_FSL_ARC_OTG=y

0 Kudos