summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--wic/sdimage-stratix10.wks6
1 files changed, 6 insertions, 0 deletions
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 @@
1# short-description: Create SD card image for the Intel Stratix 10 SoC
2# long-description: Creates a partitioned SD card image for the Intel
3# Stratix 10 SoC. Boot files are located in the first vfat partition.
4
5part /boot --source bootimg-partition --ondisk mmcblk --fstype=vfat --label boot --active --align 4 --size 16
6part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --align 4