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.
Refer to : https://community.nxp.com/t5/i-MX-Processors/yocto/m-p/432469
Host : Ubuntu 20.04
Quartus Pro 23.2
- Boot mode : QSPI
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