Forum Discussion

MarcoWu's avatar
MarcoWu
Icon for New Contributor rankNew Contributor
2 years ago

Errors in build GSRD for Agilex 7 F-Series Transceiver-SoC DevKit

Hi:

I am rebuilding the GSRD of Agilex 7 SoC by following the steps of https://www.rocketboards.org/foswiki/Documentation/AgilexSoCGSRD#Building_the_GSRD_for_the_DK_45SI_45AGF014EA_Version

and so far, I am facing some problems as the description below.

Problem by following the Labs of Agilex in Rocketboard.

In this Rocketboards Project, I have modified the Makefile for correct the address.

INTEL_CUSTOM_IP_LINK = "https://releases.rocketboards.org/release/intel_custom_ip/$(INTEL_CUSTOM_IP_TARBALL)"

to

INTEL_CUSTOM_IP_LINK = "https://releases.rocketboards.org/intel_custom_ip/$(INTEL_CUSTOM_IP_TARBALL)"

Errors when I did

Setting Up Yocto Build System

-Erros: No Conf/bblayers.conf file.

PIC: Please check the attached file.


Build Yocto

- bitbake_image

There are several errors:

- ERROR: Nothing PROVIDES 'u-boot-socfpga'

- ERROR: Nothing PROVIDES 'hw-ref-design'

- ERROR: Nothing PROVIDES 'device-tree'

- ERROR: Nothing PROVIDES 'console-image-minimal'

PIC: Please check the attached file.

Please help to check if there is anything I have to known.

Best regards

Marco Wu

8 Replies

  • Hi Marco,


    Can you rerun the step because i successfully solve the problem when rerun the compilation



  • Hi Marco,


    Can you try to recompile at your side. se i manage t compile it.

    I dont do anything i the code. I seem updated during running below



    cd agilex_gsrd

    export TOP_FOLDER=$(pwd)


    export PATH=`pwd`/gcc-arm-11.2-2022.02-x86_64-aarch64-none-linux-gnu/bin:$PATH

    export ARCH=arm64

    export CROSS_COMPILE=aarch64-none-linux-gnu-


    sudo ln -sf /bin/bash /bin/sh


    cd $TOP_FOLDER


    cd gsrd_socfpga

    . agilex7_dk_si_agf014ea-gsrd-build.sh

    build_setup


    cd $TOP_FOLDER/gsrd_socfpga

    . ./poky/oe-init-build-env agilex-gsrd-rootfs/


    bitbake_image






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

      I am doing it by the same steps done by you
      I am getting this error.Plz help

      ERROR: OE-core's config sanity checker detected a potential misconfiguration.
      Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
      Following is the list of potential problems / advisories:

      The TMPDIR: /g/workarea/xsaathvik/quartus_proj/agilex_gsrd/gsrd_socfpga/agilex-gsrd-rootfs/tmp can't be located on nfs.

  • p/s: If any answer from the community or Intel Support are helpful, please feel free to give best answer or rate 4/5 survey.