ContributionsMost RecentMost LikesSolutionsRe: Stratix 10 DMA AFU descriptor field documentation @EngWei_O_Intel Can you point me to the package of Acceleration Stack for Development.? Stratix 10 DMA AFU descriptor field documentation Hello, Is there a doc that describes the various fields used in the descriptor of the Stratix 10 DMA AFU? https://www.intel.com/content/www/us/en/programmable/documentation/edj1542148561811.html#cxu1542149035471 Ashish Re: XFCE policy kit agent Error @Lawrence_L_Intel I have attached the screenshot. Thanks. Re: XFCE policy kit agent Error @Hazlina_R_Intel It happens every time Re: DMA example Arria 10 PAC @AIvan11 @FawazJ_Altera @Richard_C_Intel How was this issue resolved? I am having the same problem. Re: more memory needed with acceleration card 0x3b and Arria 10 v1.2.1 devstack @EricMunYew_C_Intel Can you help with this issue? more memory needed with acceleration card 0x3b and Arria 10 v1.2.1 devstack Hello, I am using Arria 10 for the dma_afu sample. I am running into a memory limitation issue when I try to run the executable. See messages below. u69703@s005-n002:~/work$ lspci | grep accel 3b:00.0 Processing accelerators: Intel Corporation Device 09c4 @s005-n002:~/work/dma_afu/sw$ ./fpga_dma_test 0 Running test in HW mode Error fpgaDmaOpen: no memory Error fpgaDmaClose: invalid parameter Re: DMA example Arria 10 PAC Folks, What was the solution to this issue? I am having the same problem. From this ticket, it is not clear how the issue got resolved? Ofcourse, I am unable to run in sudo mode. s005-n002:~/A10_RTL_AFU/dma_afu/sw$ sudo sh -c "echo 20 > /sys/kernel/mm/hugepages/hugepages-\ 2048kB/nr_hugepages" Dear User, this server does not allow you to run "sudo". If you need to install a dependency, please put it in your home directory. * For autotools, you can do it with "./configure --prefix=~/my-path" * For Python packages, use "pip install <package_name> --user" or create a Conda environment. Re: Quartus Error: specified license file does not exist I do not see the Error with the setting: QUARTUS_EDITION="PRO" Error running host program fpga_dma_test I am following instructions to do the following exercise. https://github.com/intel/FPGA-Devcloud/tree/master/main/QuickStartGuides/RTL_AFU_Program_PAC_Quickstart/Arria10 I am able to follow and execute instructions until compiling the host program but when I try to run the host executable I get the following error. @s005-n002:~/A10_RTL_AFU/dma_afu/sw$ ./fpga_dma_test 0 Running test in HW mode Error fpgaDmaOpen: no memory Error fpgaDmaClose: invalid parameter