Is it possible to get the source code for the linux console image with the 4.5 kernel?
The original console image for the DE10-nano works fine, but I need to add ALSA audio drivers.
When I recompile the kernel for the console image the USB controller doesn’t recognize any USB devices anymore. When I connect a USB device, I get the error message: “dwc2 ffb40000.usb: Overcurrent change detected”. I use kernel v4.5 from the official github. I pulled the kernel configuration directly from the original running kernel with “zcat /proc/config.gz > .config”.
I already tried newer and older kernel versions, with the same result.
Is there a specific patch that I’m missing to get USB running again?
Thanks and best wishes,
Clemens