How can I build the Angstrom Linux kernel and root file system for a CycloneV SoC device?
I have to generate a Linux Angstrom image and root file system (rootfs) for the CycloneV SoC device. I have a hardware background and do not have much familiarity with Linux. I was following the Rocket Board guidelines
(https://rocketboards.org/foswiki/Documentation/GSRDCompilingLinux) on building the image and rootfs but it does not complete. When I try to run “bitbake gsrd-console-image”, it throws out an error message given in bold below :
“ERROR: ExpansionError during parsing /home/lakshman/angstrom-build/layers/meta-altera-refdes/recipes-altera/dmaxfer-altera/dmaxfer-altera_1.0.bb
Traceback (most recent call last):
bb.data_smart.ExpansionError: Failure expanding variable SRCPV, expression was ${@bb.fetch2.get_srcrev(d)} which triggered exception FetchError: Fetcher failure: Unable to resolve 'socfpga-19.1-dev' in upstream git repository in git ls-remote output for github.com/altera-opensource/linux-refdesigns.git”
I am using Ubunto 14.04.5 64-bit to do the build. I think I have installed the packages I need.
I have been browsing the internet for solutions for the past two weeks with no real success. There are some that say that the git repositories might not be available any more. I am concerned that I will not be able to build the image and rootfs for our system.
Any help is much appreciated.