Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
9 years ago

Arria 10 aocl diagnose failed

Dear all,

I have used an Arria 10 board on Ubuntu 12.04 OS. And I successfully flash the board with OpenCL hello_world image. After reboot the PC and type lspci | grep altera, I get:

01:00.0 Class 1200: Altera Corporation Device 2494 (rev 01)

Which should mean that the board is properly installed on the system. But when I execute command aocl diagnose, it gives error:

aocl diagnose: Running diagnose from /root/altera_pro/16.0/hld/board/de5a_net_i2/linux64/libexec

aocl diagnose: failed 32 times. First error below:

Unable to find the kernel mode driver.

Please make sure you have properly installed the driver. To install the driver, run

aocl install

DIAGNOSTIC_FAILED

Then I executed command aocl install, and it worked well and indeed the command lsmod | grep alcpci gives result:

aclpci_de5a_net_i2_drv 36670 0

But aocl diagnose still gives the same error, showing that it cannot detect the board kernel mode driver.

Could anyone know about this?

13 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Ouch... Sometimes I wonder whether these people even test their own stuff before releasing them to public... I am glad to hear the issue has been resolved though.

    P.S. It seems they have not updated the BSP on their website; do they expect people to contact them one by one to get the fixed BSP?
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    --- Quote Start ---

    Ouch... Sometimes I wonder whether these people even test their own stuff before releasing them to public... I am glad to hear the issue has been resolved though.

    P.S. It seems they have not updated the BSP on their website; do they expect people to contact them one by one to get the fixed BSP?

    --- Quote End ---

    Well, seems that they have already updated the BSP now