FPGA, SoC, And CPLD Boards And Kits
FPGA Evaluation and Development Kits
6033 Discussions

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

MarcoWu
Beginner
942 Views

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

 

 

Labels (1)
0 Kudos
7 Replies
mabdrahi
Employee
936 Views

Hi,


I pickup some reference info from discussion previously


https://www.rocketboards.org/foswiki/Documentation/AgilexSoCGSRD

Start from "Building the GSRD for the DK-SI-AGF014EA Version" section.


0 Kudos
mabdrahi
Employee
921 Views

Im reproducing it.


Will update to you by today


0 Kudos
mabdrahi
Employee
911 Views

the issue is reproducible

I will check it


0 Kudos
mabdrahi
Employee
897 Views

Hi Marco,


Give me sometime to debug.


I found a useful link from stackoverflow and i will try the solution


https://stackoverflow.com/questions/48652982/bitbake-nothing-provides-error


Please stay tune


0 Kudos
mabdrahi
Employee
836 Views

Hi Marco,


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



0 Kudos
mabdrahi
Employee
818 Views

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






0 Kudos
mabdrahi
Employee
766 Views

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.


0 Kudos
Reply