summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--wic/sdimage-cyclone5-arria5.wks2
-rw-r--r--wic/sdimage-stratix10.wks2
2 files changed, 2 insertions, 2 deletions
diff --git a/wic/sdimage-cyclone5-arria5.wks b/wic/sdimage-cyclone5-arria5.wks
index d377b7f..b5e8ca6 100644
--- a/wic/sdimage-cyclone5-arria5.wks
+++ b/wic/sdimage-cyclone5-arria5.wks
@@ -3,6 +3,6 @@
3# Boot files are located in the first vfat partition and u-Boot is located in 3# Boot files are located in the first vfat partition and u-Boot is located in
4# the third partition. 4# the third partition.
5 5
6part /boot --source bootimg-partition --ondisk mmcblk --fstype=vfat --label boot --active --align 4 --size 16 6part --source bootimg-partition --ondisk mmcblk --fstype=vfat --label boot --active --align 4 --size 16
7part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --align 4 7part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --align 4
8part /a2 --source rawcopy --sourceparams="file=u-boot-with-spl.sfp" --ondisk mmcblk --system-id=a2 --align 4 --fixed-size 1M 8part /a2 --source rawcopy --sourceparams="file=u-boot-with-spl.sfp" --ondisk mmcblk --system-id=a2 --align 4 --fixed-size 1M
diff --git a/wic/sdimage-stratix10.wks b/wic/sdimage-stratix10.wks
index 44486c2..3e04dac 100644
--- a/wic/sdimage-stratix10.wks
+++ b/wic/sdimage-stratix10.wks
@@ -2,5 +2,5 @@
2# long-description: Creates a partitioned SD card image for the Intel 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. 3# Stratix 10 SoC. Boot files are located in the first vfat partition.
4 4
5part /boot --source bootimg-partition --ondisk mmcblk --fstype=vfat --label boot --active --align 4 --size 16 5part --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 6part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --align 4