Forum Discussion

AIvan11's avatar
AIvan11
Icon for New Contributor rankNew Contributor
7 years ago
Solved

DMA example Arria 10 PAC

Hi, I am trying to run DMA example from the OPAE samples on Arria 10. I managed to run other examples such as nlb and hello_afu, but dma_afu example gives me following error: Running test in HW m...
  • FawazJ_Altera's avatar
    7 years ago

    Hello,

    Can you confirm if you have sufficient memory allocated with the following command.

    sudo sh -c "echo 20 > /sys/kernel/mm/hugepages/hugepages-\ 2048kB/nr_hugepages"

    Also, if you are using multiple PAC cards, you need to allocate more memory.

    thanks