Altera_Forum
Honored Contributor
7 years agomake_sdimage - Scrpt not working correctly
SOLVED:
Due to my inexperience with Ubuntu/Linux, I did not know of the symlink files. After finding the "real" files and using them I were able to create the sd-image. Hi, I'm trying to create a sd-card from rebuilt binaries. I've followed the GSRD tutorials on Rocketboards, but I've hit a wall. I have some issues when trying to execute the make_sdimage.py script supplied by Altera/Intel. Here is the script call with parameters:# sudo ./make_sdimage.py
-f
-P preloader-mkpimage.bin,u-boot-sockit.img,num=3,format=raw,size=10M,type=A2
-P rootfs/*,num=2,format=ext3,size=1500M
-P zImage,u-boot.scr,soc_system.rbf,socfpga.dtb,num=1,format=vfat,size=500M
-s 2G
-n sd_card_image_cyclone5.bin Here is the error output: # info: creating the image sd_card_image_cyclone5.bin# info: creating the partition table# info: processing partitions...
partition# 1...# error: failed to copy zImage I'm running Ubuntu 16.04 LTS as a virtual image with VirtualBox. Anyone have any ideas what might cause this? Folder contents: https://alteraforum.com/forum/attachment.php?attachmentid=15455&stc=1