From f2b506ff48c67903a76f0f793076e6059594e2c0 Mon Sep 17 00:00:00 2001 From: Dalon Westergreen Date: Thu, 15 Feb 2018 14:01:11 -0800 Subject: Add wic file for stratix10 Signed-off-by: Dalon Westergreen --- wic/sdimage-stratix10.wks | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 wic/sdimage-stratix10.wks diff --git a/wic/sdimage-stratix10.wks b/wic/sdimage-stratix10.wks new file mode 100644 index 0000000..44486c2 --- /dev/null +++ b/wic/sdimage-stratix10.wks @@ -0,0 +1,6 @@ +# short-description: Create SD card image for the Intel Stratix 10 SoC +# long-description: Creates a partitioned SD card image for the Intel +# Stratix 10 SoC. Boot files are located in the first vfat 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 -- cgit v1.2.3-54-g00ecf