Forum Discussion
Hi
Sorry for the slow update.
I tried out the latest flow and found that I am facing the same error on my end.
However I tried out the older flow which checks out a different branch ("Langdale")
This is working on my end.
For the time being could you try the command below to build the rootfs:
cd $ROOTFS_TOP
rm -rf a10 && mkdir a10 && cd a10
git clone -b langdale https://git.yoctoproject.org/poky
git clone -b langdale https://git.yoctoproject.org/meta-intel-fpga
source poky/oe-init-build-env ./build
echo 'MACHINE = "arria10"' >> conf/local.conf
echo 'BBLAYERS += " ${TOPDIR}/../meta-intel-fpga "' >> conf/bblayers.conf
# Uncomment next line to add more packages to the image
# echo 'CORE_IMAGE_EXTRA_INSTALL += "openssh gdbserver"' >> conf/local.conf
bitbake core-image-minimal
ln -s $ROOTFS_TOP/a10/build/tmp/deploy/images/arria10/core-image-minimal-arria10.tar.gz $LINUX_BIN/a9/
Regards
Jingyang, Teh