-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to install gasket-dkms #223
Comments
@Harishrelysys the linux-hearders package is requires to do a dkms build. |
Hi Namburger, But in dmesg we are getting error like [ 2.471002] apex 0000:01:00.0: Couldn't initialize interrupts: -22 Below is my pcie and apex log dmesg | grep -i "pcie" dmesg | grep -i "apex" And also I have an sample application which works fine with usb coral tpu.But with pcie it is giving same initialize interrupts:-22 error. We have pcie gen 2.0 lspci -vvv log:
Thanks and regards, |
Hey Harish - apologies for the issue, it seems that your CPU doesn't support MSI-X which is necessary for our pcie devices:
I'll work with my team to get this documented |
Hi Namburger, Thanks and regards, |
@Harishrelysys unfortunately, we don't have a plan to support MSI on our side |
@Namburger who is we? Are you part of the coral team? Could you elaborate on steps to take to verify if the Bananapi M4 supports MSI-X, unless you have a device in your lab. I can loop you in with Banana Pi’s team. |
@gavan1 with with coral team, our engs have a bananapi now but as I mentioned, msi-x is required at the moment for our gasket driver. It is now documented on the requirements part of our m.2 getting started page. There are on going work to make this possible but we are experiencing road blocks |
See here: #280 |
I'm trying to install pcie drivers on my armv8 board which has yocto. I'm using Renesas G2M processor with 4.19 kernel. I installed dkms but now it is asking for linux-headers, which isn't there. Is there any other way to install gasket-dkms without apt-get ??
The text was updated successfully, but these errors were encountered: