summaryrefslogtreecommitdiffstats
path: root/wic/imx-boot-container-bootpart.wks.in
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2022-01-18 19:54:46 -0300
committerGitHub <noreply@github.com>2022-01-18 19:54:46 -0300
commitf7f1da7c95325feb96e1cb0f7bc205261374b818 (patch)
tree16a1950a913b848c5a7ec56ccc12eb2dac7b5cea /wic/imx-boot-container-bootpart.wks.in
parentedb9ede43de3e70c4fea79bf4254d3ff550741a8 (diff)
parent399f542a2d26237770eb5013c698990b7417a403 (diff)
downloadmeta-freescale-f7f1da7c95325feb96e1cb0f7bc205261374b818.tar.gz
Merge pull request #950 from zandrey/upgrade-u-boot-fslc
Upgrade u-boot-fslc to v2022.01
Diffstat (limited to 'wic/imx-boot-container-bootpart.wks.in')
-rw-r--r--wic/imx-boot-container-bootpart.wks.in13
1 files changed, 6 insertions, 7 deletions
diff --git a/wic/imx-boot-container-bootpart.wks.in b/wic/imx-boot-container-bootpart.wks.in
index 88679a68..321ee46b 100644
--- a/wic/imx-boot-container-bootpart.wks.in
+++ b/wic/imx-boot-container-bootpart.wks.in
@@ -11,16 +11,15 @@
11# U-Boot DTB file, ATF, and optional OP-TEE components. 11# U-Boot DTB file, ATF, and optional OP-TEE components.
12# 12#
13# The disk layout used is: 13# The disk layout used is:
14# - ----------- -------------- ---------------------------- 14# - ----------- -------------- -------------
15# | | flash.bin | u-boot.itb | boot | rootfs | 15# | | flash.bin | boot | rootfs |
16# - ----------- -------------- ---------------------------- 16# - ----------- -------------- -------------
17# ^ ^ ^ ^ ^ ^ 17# ^ ^ ^ ^ ^
18# | | | | | | 18# | | | | |
19# 0 | 384KiB 8MiB 72MiB 72MiB + rootfs + IMAGE_EXTRA_SPACE (default 10MiB) 19# 0 | 8MiB 72MiB 72MiB + rootfs + IMAGE_EXTRA_SPACE (default 10MiB)
20# ${IMX_BOOT_SEEK} 32 or 33kiB, see reference manual 20# ${IMX_BOOT_SEEK} 32 or 33kiB, see reference manual
21# 21#
22part u-boot --source rawcopy --sourceparams="file=flash.bin" --ondisk mmcblk --no-table --align ${IMX_BOOT_SEEK} 22part u-boot --source rawcopy --sourceparams="file=flash.bin" --ondisk mmcblk --no-table --align ${IMX_BOOT_SEEK}
23part u-boot-itb --source rawcopy --sourceparams="file=u-boot.itb" --ondisk mmcblk --no-table --align 384
24part /boot --source bootimg-partition --ondisk mmcblk --fstype=vfat --label boot --active --align 8192 --size 64 23part /boot --source bootimg-partition --ondisk mmcblk --fstype=vfat --label boot --active --align 8192 --size 64
25part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --align 8192 24part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --align 8192
26 25