diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2019-04-23 14:40:35 +0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-04-23 09:55:07 -0300 |
commit | 02eb08c1f9945d0b9f0310c3af4cfd1f6e8a2ea2 (patch) | |
tree | 13b4cf799f9704e12b9fb75ea21c8f2ba02d3978 /wic | |
parent | 6977a56dc1676e00a825c0eb7348e6ffbf5490a5 (diff) | |
download | meta-freescale-02eb08c1f9945d0b9f0310c3af4cfd1f6e8a2ea2.tar.gz |
imx-imx-boot-bootpart.wks.in: increase boot partition to 64m
The i.MX8 / i.MX8X kernel's size is about 22MB.
Increase the boot partitions minimum size to have space for two kernel
images and have a constant partition size.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'wic')
-rw-r--r-- | wic/imx-imx-boot-bootpart.wks.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wic/imx-imx-boot-bootpart.wks.in b/wic/imx-imx-boot-bootpart.wks.in index 601b9340..1d725c8d 100644 --- a/wic/imx-imx-boot-bootpart.wks.in +++ b/wic/imx-imx-boot-bootpart.wks.in | |||
@@ -14,7 +14,7 @@ | |||
14 | # ${IMX_BOOT_SEEK} 32 or 33kiB, see reference manual | 14 | # ${IMX_BOOT_SEEK} 32 or 33kiB, see reference manual |
15 | # | 15 | # |
16 | part u-boot --source rawcopy --sourceparams="file=imx-boot" --ondisk mmcblk --no-table --align ${IMX_BOOT_SEEK} | 16 | part u-boot --source rawcopy --sourceparams="file=imx-boot" --ondisk mmcblk --no-table --align ${IMX_BOOT_SEEK} |
17 | part /boot --source bootimg-partition --ondisk mmcblk --fstype=vfat --label boot --active --align 4096 --size 16 | 17 | part /boot --source bootimg-partition --ondisk mmcblk --fstype=vfat --label boot --active --align 4096 --size 64 |
18 | part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --align 4096 | 18 | part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --align 4096 |
19 | 19 | ||
20 | bootloader --ptable msdos | 20 | bootloader --ptable msdos |