We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am following the steps provided in the below link:
http://nvdla.org/vp_fpga.html
For step 2.3, I have followed the below commands:
$ sudo fpga-clear-local-image -S 0 $ sudo fpga-load-local-image -S 0 -I agfi-09c2a21805a8b9257 # Load MSI-X interrupt fixed AFI $ sudo fpga-clear-local-image -S 0 $ sudo fpga-describe-local-image -S 0 -H
However, I have an issue for the below command:
sudo fpga-load-local-image -S 0 -I # Load the image
I do not know how to get the image-afi-global-id?
Do we have to use the below ids?
NVIDIA Sample AFI: nv_small: agfi-05d68b424ef03f66e nv_small_256: agfi-04aac7585d90d7b7b nv_small_256_full: agfi-0d9cf88f1002a1efb nv_medium_512: agfi-06497597cc7376b4c nv_medium_1024_full: agfi-0d4e2503b5f71d257 nv_large: agfi-0f541fc533cba53ef
Can you kindly help?
Thank you.
The text was updated successfully, but these errors were encountered:
This is the answer I got from the NVDLA team.
Hi Hassan,
are the default one we generated for reference based on different DLA configuration.
And you don’t really need to use them, you can follow 4.7 Generate AFI to generate your own AFI image.
Sorry, something went wrong.
No branches or pull requests
I am following the steps provided in the below link:
http://nvdla.org/vp_fpga.html
For step 2.3, I have followed the below commands:
$ sudo fpga-clear-local-image -S 0
$ sudo fpga-load-local-image -S 0 -I agfi-09c2a21805a8b9257 # Load MSI-X interrupt fixed AFI
$ sudo fpga-clear-local-image -S 0
$ sudo fpga-describe-local-image -S 0 -H
However, I have an issue for the below command:
sudo fpga-load-local-image -S 0 -I # Load the image
I do not know how to get the image-afi-global-id?
Do we have to use the below ids?
NVIDIA Sample AFI:
nv_small: agfi-05d68b424ef03f66e
nv_small_256: agfi-04aac7585d90d7b7b
nv_small_256_full: agfi-0d9cf88f1002a1efb
nv_medium_512: agfi-06497597cc7376b4c
nv_medium_1024_full: agfi-0d4e2503b5f71d257
nv_large: agfi-0f541fc533cba53ef
Can you kindly help?
Thank you.
The text was updated successfully, but these errors were encountered: