diff options
-rw-r--r-- | wic/sdimage-arria10.wks | 6 | ||||
-rw-r--r-- | wic/sdimage-cyclone5-arria5.wks | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/wic/sdimage-arria10.wks b/wic/sdimage-arria10.wks index 6ab3284..6087dad 100644 --- a/wic/sdimage-arria10.wks +++ b/wic/sdimage-arria10.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 | ||
6 | part --source bootimg-partition --ondisk mmcblk --fstype=vfat --label boot --active --align 4 --size 50M | 6 | part --source bootimg-partition --ondisk mmcblk --fstype=vfat --label boot --active --align 1024 --size 50M |
7 | part --source rawcopy --sourceparams="file=u-boot-with-spl.sfp" --ondisk mmcblk --system-id=a2 --align 4 --fixed-size 10M | 7 | part --source rawcopy --sourceparams="file=u-boot-with-spl.sfp" --ondisk mmcblk --system-id=a2 --align 1024 --fixed-size 10M |
8 | part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --align 4 | 8 | part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --align 1024 |
diff --git a/wic/sdimage-cyclone5-arria5.wks b/wic/sdimage-cyclone5-arria5.wks index 774192f..c55187d 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 | ||
6 | part --source bootimg-partition --ondisk mmcblk --fstype=vfat --label boot --active --align 4 --size 16 | 6 | part --source bootimg-partition --ondisk mmcblk --fstype=vfat --label boot --active --align 1024 --size 16 |
7 | part --source rawcopy --sourceparams="file=u-boot-with-spl.sfp" --ondisk mmcblk --system-id=a2 --align 4 --fixed-size 1M | 7 | part --source rawcopy --sourceparams="file=u-boot-with-spl.sfp" --ondisk mmcblk --system-id=a2 --align 1024 --fixed-size 1M |
8 | part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --align 4 | 8 | part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --align 1024 |