summaryrefslogtreecommitdiffstats
path: root/wic
diff options
context:
space:
mode:
authorAndrey Zhizhikin <andrey.z@gmail.com>2018-08-23 13:34:04 +0200
committerKhem Raj <raj.khem@gmail.com>2018-08-23 09:55:46 -0700
commit30330bf30ade4d34352fc233408c3b085878d094 (patch)
tree864f188e79f39dc7ec559ba6ea37c709ac204750 /wic
parent296a22d90b7555a9d213d134efab1b697cac51d1 (diff)
downloadmeta-altera-30330bf30ade4d34352fc233408c3b085878d094.tar.gz
Exchange A2 and ext4 rootfs partitions in wic image
This would allow to later on resize the rootfs partition inside of the Linux if the storage media used is originally bigger than the image itself. It would effectively allow to utilize the entire storage media from the Linux OS on the device. Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
Diffstat (limited to 'wic')
-rw-r--r--wic/sdimage-cyclone5-arria5.wks2
1 files changed, 1 insertions, 1 deletions
diff --git a/wic/sdimage-cyclone5-arria5.wks b/wic/sdimage-cyclone5-arria5.wks
index 2514c8f..774192f 100644
--- a/wic/sdimage-cyclone5-arria5.wks
+++ b/wic/sdimage-cyclone5-arria5.wks
@@ -4,5 +4,5 @@
4# the third partition. 4# the third partition.
5 5
6part --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
8part --source rawcopy --sourceparams="file=u-boot-with-spl.sfp" --ondisk mmcblk --system-id=a2 --align 4 --fixed-size 1M 7part --source rawcopy --sourceparams="file=u-boot-with-spl.sfp" --ondisk mmcblk --system-id=a2 --align 4 --fixed-size 1M
8part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --align 4