Closed ghost closed 5 years ago
Could you please upload full boot log? The code in this repo is too old and might not work with latest upstream changes.
I have rewritten the code and thus solved the XHCI issue.
Based on your previous job, I've adapted it to fit the current kernel. It's been merged to OpenWrt officially. Thank you! Hope the LCD package could be done completely. Currently, it's not fully supported on my K3-D1.
Hello, thanks for your job. This is a magnificent project! I tested your .trz on my K3 device, everything seems OK.
However, when I build it in my own way, usb 3.0 does not function at all. There is even no any
xhci
presented in dmesg logs at all. Of course, I selected all common necessary usb module bymake menuconfig
, includingkmod-brcmfmac
,kmod-phy-bcm-ns-usb2(3)
,kmod-usb2(3)
,usb-storage(-uas)
,kmod-ext4(ntfs, vfat)
and so on.My question is, how did you achieve functioning xhci, like this? I also noticed that northstar driver seemed relevent to that, as this post showing. Is there any further deep job I have to complete in order to perfect its work?