diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2024-10-02 14:15:35 -0700 |
---|---|---|
committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-10-05 22:08:59 +0000 |
commit | 80ddfb0c81663fb3155f18825385316b8e4d3b73 (patch) | |
tree | 5ba8996c563bb90f39bbe3eb90c410f69fc88b9b | |
parent | 9f432c61e9ec030ef35d2db467c5ad99222aa31b (diff) | |
download | meta-freescale-80ddfb0c81663fb3155f18825385316b8e4d3b73.tar.gz |
imx-imx-boot-bootpart.wks.in: Increase /boot partition 64 MiB -> 256 MiB
For i.MX 9 a typical kernel is 35 MB. With gcov, that increases to 75 MB
or more. Bump the /boot partition size accordingly.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
(cherry picked from commit 1aca2de4cf0d16cd18afa899098a799ff629f0f4)
-rw-r--r-- | wic/imx-imx-boot-bootpart.wks.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wic/imx-imx-boot-bootpart.wks.in b/wic/imx-imx-boot-bootpart.wks.in index 20af7a6a..e8e6e891 100644 --- a/wic/imx-imx-boot-bootpart.wks.in +++ b/wic/imx-imx-boot-bootpart.wks.in | |||
@@ -10,11 +10,11 @@ | |||
10 | # - ---------- -------------- -------------- | 10 | # - ---------- -------------- -------------- |
11 | # ^ ^ ^ ^ ^ | 11 | # ^ ^ ^ ^ ^ |
12 | # | | | | | | 12 | # | | | | | |
13 | # 0 | 8MiB 72MiB 72MiB + rootfs + IMAGE_EXTRA_SPACE (default 10MiB) | 13 | # 0 | 8MiB 264MiB 264MiB + rootfs + IMAGE_EXTRA_SPACE (default 10MiB) |
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.tagged" --ondisk mmcblk --no-table --align ${IMX_BOOT_SEEK} | 16 | part u-boot --source rawcopy --sourceparams="file=imx-boot.tagged" --ondisk mmcblk --no-table --align ${IMX_BOOT_SEEK} |
17 | part /boot --source bootimg-partition --ondisk mmcblk --fstype=vfat --label boot --active --align 8192 --size 64 | 17 | part /boot --source bootimg-partition --ondisk mmcblk --fstype=vfat --label boot --active --align 8192 --size 256 |
18 | part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --align 8192 | 18 | part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --align 8192 |
19 | 19 | ||
20 | bootloader --ptable msdos | 20 | bootloader --ptable msdos |