From e817e1c770c3bc8404a86efa2671278e461d961e Mon Sep 17 00:00:00 2001 From: Dalon Westergreen Date: Thu, 15 Feb 2018 14:11:43 -0800 Subject: Add wic file for Cyclone5 / Arria5 --- wic/sdimage-cyclone5-arria5.wks | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 wic/sdimage-cyclone5-arria5.wks diff --git a/wic/sdimage-cyclone5-arria5.wks b/wic/sdimage-cyclone5-arria5.wks new file mode 100644 index 0000000..d377b7f --- /dev/null +++ b/wic/sdimage-cyclone5-arria5.wks @@ -0,0 +1,8 @@ +# short-description: Create an SD card image for the Cyclone 5 and Arria 5 SoCs +# long-description: Create an SD card image for the Cyclone 5 and Arria 5 SoCs. +# Boot files are located in the first vfat partition and u-Boot is located in +# the third partition. + +part /boot --source bootimg-partition --ondisk mmcblk --fstype=vfat --label boot --active --align 4 --size 16 +part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --align 4 +part /a2 --source rawcopy --sourceparams="file=u-boot-with-spl.sfp" --ondisk mmcblk --system-id=a2 --align 4 --fixed-size 1M -- cgit v1.2.3-54-g00ecf