Forum Discussion

GTese's avatar
GTese
Icon for New Contributor rankNew Contributor
5 years ago
Solved

Why the following error has occurred when I try to program FPGA? I use Altera board DE1_SoC. OS Ubuntu 18.04 and IntelFPGA 18.1 standard version.

aocl program: Running reprogram from /home/root/opencl_arm32_rte/board/c5soc/arn

altera_fpga_manager ff706000.fpgamgr: timeout

  • Hi ,

    If you can try the compilation on Ubuntu 16.04 or 18.04 that would be helpful , since the issues of compatibility of GLIBC can be avoided.

    You can also check which version of GLIBC is currently installed in your system to cross verify.

    Thanks and Regards

    Anil

10 Replies

  • AnilErinch_A_Intel's avatar
    AnilErinch_A_Intel
    Icon for Frequent Contributor rankFrequent Contributor

    Hi

    can you confirm that The MSEL settings for your board is correctly configured.

    Thanks and Regards

    Anil

    • GTese's avatar
      GTese
      Icon for New Contributor rankNew Contributor

      I have conform the MSEL setting to pp32 bits.​

    • GTese's avatar
      GTese
      Icon for New Contributor rankNew Contributor

      Thanks

      I use URTA USB for reprogram the DE1_SoC board via minicom. So, How I can reduce the frequency of URTA or it not?

      I generated .aocx file by using offline compiler.

  • AnilErinch_A_Intel's avatar
    AnilErinch_A_Intel
    Icon for Frequent Contributor rankFrequent Contributor

    Hi,

    If you are using an SD card with pre-built image and using minicom to login to it please let us know the same.

    In that case you can try creating the SD card image with lower JTAG frequency configuration.

    Also please try multiple OpenCL examples , like helloworld and simple programs, and let us know whether the issue is still coming.

    Thanks and Regards

    Anil

  • GTese's avatar
    GTese
    Icon for New Contributor rankNew Contributor

    Thank you!!!

    I have no idea creating SD card image with lower JTAG frequency configuration.

    If you have some note on this idea please share with me.

    • GTese's avatar
      GTese
      Icon for New Contributor rankNew Contributor

      Thank you very much!! I have great respect you.

      I have some issue.

      After I program FPGA with .aocx file it now successful configured. However, when I try to running host code the following error is generated. So,how I can fix it?

      /run: /lib/libm.so.6: version `GLIBC_2.27' not found (required by ./run)

      ./run: /lib/libm.so.6: version `GLIBC_2.29' not found (required by ./run)

      ./run: /lib/libc.so.6: version `GLIBC_2.17' not found (required by ./run)

      ./run: /lib/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by ./run)

      ./run: /lib/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by ./run)

      unfortunately, Upgrade OS Ubuntu 18.04 to Ubuntu 20.04.

      Please help me!!!

      Warm regrades!!

      Guta

  • AnilErinch_A_Intel's avatar
    AnilErinch_A_Intel
    Icon for Frequent Contributor rankFrequent Contributor

    Hi ,

    If you can try the compilation on Ubuntu 16.04 or 18.04 that would be helpful , since the issues of compatibility of GLIBC can be avoided.

    You can also check which version of GLIBC is currently installed in your system to cross verify.

    Thanks and Regards

    Anil

    • GTese's avatar
      GTese
      Icon for New Contributor rankNew Contributor

      THankyou for reply!