Forum Discussion
sgannava
Occasional Contributor
2 years agoCustom linux image build failure for Arri10 SoC development kit
Hi, I am following the below documentation to build my custom Linux image for Arria10 SoC development kit. While building Yocto Rootfs, I am facing oe_runmake error. I have attached the log as wel...
tehjingy_Altera
Regular Contributor
2 years agoHi
After I run the Yocto build for for the langdale branch the rootfs package is in the path below:
What is the full command that you used to created the sd card image?
Are all the required files in the folder for creation and is it the same as the command in the how-to?
cd $TOP_FOLDER/sd_card
sudo python3 ./make_sdimage_p3.py -f \
-P u-boot-splx4.sfp,num=3,format=raw,size=10M,type=A2 \
-P sdfs/*,num=1,format=fat32,size=32M \
-P rootfs/*,num=2,format=ext3,size=32M \
-s 80M \
-n sdcard_a10.img
Regards
Jingyang, Teh