Skip to content
Snippets Groups Projects
Verified Commit ea09864a authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

x-imx-uboot-bootpart.wks.in: Add wic configuration seco-imx8mm-c61


This is based on imx-uboot-bootpart.wks.in but with our common partition
layout.

Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent b985b7c7
No related branches found
No related tags found
No related merge requests found
# SPDX-FileCopyrightText: Huawei Inc.
#
# SPDX-License-Identifier: Apache-2.0
# short-description: Create SD card image with a boot partition for i.MX boards
# long-description: Create an image that can be written onto a SD card for use
# with i.MX SoC family. Configuration based on imx-uboot-bootpart.wks.in but
# with support for common partitions.
#
# Disk layout:
# - -------- --------- --------- ------------------------------------------
# | | | | | extended |
# | | | | | ------------ ------------ ------------ |
# | | x-boot | x-sys-a | x-sys-b | | x-dev-data | x-sys-data | x-app-data | |
# | | | | | ------------ ------------ ------------ |
# - -------- --------- --------- ------------------------------------------
# ^ ^
# | |
# 0 |
# 4096KiB
bootloader --ptable msdos
part u-boot --source rawcopy --sourceparams="file=${UBOOT_BINARY}" --no-table --align 1
part --source bootimg-partition --fstype=vfat --label x-boot --align 4096 --fixed-size ${BOOT_PARTITION_SIZE} --active --offset 4096
${WIC_ROOTA_PARTITION}
${WIC_ROOTB_PARTITION}
${WIC_DEVICEDATA_PARTITION}
${WIC_SYSDATA_PARTITION}
${WIC_APPDATA_PARTITION}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment