summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDalon Westergreen <dwesterg@gmail.com>2018-02-15 14:01:11 -0800
committerKhem Raj <raj.khem@gmail.com>2018-02-26 18:33:46 -0800
commitf2b506ff48c67903a76f0f793076e6059594e2c0 (patch)
tree17a00244c25325aef21645bfcb28e4dd07e8f549
parent9b47da504d14c33b76d586a85d82432f87a971ea (diff)
downloadmeta-altera-f2b506ff48c67903a76f0f793076e6059594e2c0.tar.gz
Add wic file for stratix10
Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
-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