-
Notifications
You must be signed in to change notification settings - Fork 422
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
QDMA 2019.2 fails on Ubuntu 20.04 #59
Comments
It also fails on Ubuntu 18.04 with Kernel 5.3
|
Finally, it works with Ubuntu 18.04 and Kernel 4.15
|
Finally, the last combination is: kernel 4 + 2019.2 driver, also fails
|
This seems to be environment issue, check at your end |
Thanks for the reply. I think it ended up being addressed in 2020.1. We had to jump from 2019.1 to 2020.1 |
When trying to load the kernel driver, dmesg reports the following: [434533.158745] qdma_pf:qdma_mod_init: Xilinx QDMA PF Reference Driver v2023.2.0.0. uname -a can anyone help to resolve this issue |
[AMD Official Use Only - AMD Internal Distribution Only]
***@***.***, ***@***.***>
From: Ganesh93904 ***@***.***>
Sent: Monday, November 18, 2024 12:11 PM
To: Xilinx/dma_ip_drivers ***@***.***>
Cc: Banoth, Sujatha ***@***.***>; State change ***@***.***>
Subject: Re: [Xilinx/dma_ip_drivers] QDMA 2019.2 fails on Ubuntu 20.04 (#59)
Caution: This message originated from an External Source. Use proper caution when opening attachments, clicking links, or responding.
When trying to load the kernel driver, dmesg reports the following:
[434533.158745] qdma_pf:qdma_mod_init: Xilinx QDMA PF Reference Driver v2023.2.0.0.
[434533.159053] qdma_pf:probe_one: 0000:01:00.0: func 0x0, p/v 0/0,0x0000000000000000.
[434533.159057] qdma_pf:probe_one: Configuring '01:00:0' as master pf
[434533.159059] qdma_pf:probe_one: Driver is loaded in auto(0) mode
[434533.159061] qdma_pf:qdma_device_open: qdma-pf, 01:00.00, pdev 0x000000009aa5ba17, 0x10ee:0x9038.
[434533.159227] entering into the qdma_is_configbar
[434533.159232] reg_address : 0
[434533.159233] reg_value is : -1
[434533.159234] field get value is :65535
[434533.159235] qdma_is_config_bar: Invalid config bar, err:-4
[434533.159236] qdma_hw_access_init: config bar passed is INVALID, err:-1
[434533.159330] qdma-pf: probe of 0000:01:00.0 failed with error -22
uname -a
Linux lab 5.15.0-124-generic #134<#134>-Ubuntu SMP Fri Sep 27 20:20:17 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
can anyone help to resolve this issue
—
Reply to this email directly, view it on GitHub<#59 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AIO7J3VLW2H2BHVMC5EA6332BGDYTAVCNFSM6AAAAABR64VC76VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIOBSGA4DAOJRG4>.
You are receiving this because you modified the open/close state.Message ID: ***@***.***>
|
Thanks for the reply. I didn't do any modifications in the open/close state, but still getting the same issue |
Hi Ganesh, Have you enabled the Config BAR in your design? Please refer the following wiki page to add the proper config BAR in qdma.conf file. |
Hi devegali, I enabled and using BAR 0 in my design and i mentioned same in my qdma.conf file according to the document, i cross checked it and still getting the same error. Here is my qdma.conf file |
Hi Ganesh, Can please share the o/p of below command |
When trying to load the kernel driver,
dmesg
reports the following:When compiling from the 2019.1 sources on ubuntu 18.04 with kernel 4.X, the driver loads as expected.
The text was updated successfully, but these errors were encountered: