From 0dc49032afc63113a023b7a23e5c6a56cae4c1c9 Mon Sep 17 00:00:00 2001 From: "Rodrigo M. Duarte" Date: Wed, 1 Mar 2023 18:34:57 -0300 Subject: imx-imx-boot.wks: Add wks file without bootpart Signed-off-by: Rodrigo M. Duarte --- wic/imx-imx-boot.wks.in | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 wic/imx-imx-boot.wks.in diff --git a/wic/imx-imx-boot.wks.in b/wic/imx-imx-boot.wks.in new file mode 100644 index 00000000..8e78b5e3 --- /dev/null +++ b/wic/imx-imx-boot.wks.in @@ -0,0 +1,19 @@ +# short-description: Create SD card image with a boot partition +# long-description: +# Create an image that can be written onto a SD card using dd for use +# with i.MX SoC family +# It uses u-boot + other binaries gathered together on imx-boot file +# +# The disk layout used is: +# - ---------- -------------- +# | | imx-boot | rootfs | +# - ---------- -------------- +# ^ ^ ^ ^ +# | | | | +# 0 | 8MiB 8MiB + rootfs + IMAGE_EXTRA_SPACE (default 10MiB) +# ${IMX_BOOT_SEEK} 32 or 33kiB, see reference manual +# +part u-boot --source rawcopy --sourceparams="file=imx-boot" --ondisk mmcblk --no-table --align ${IMX_BOOT_SEEK} +part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --align 8192 + +bootloader --ptable msdos -- cgit v1.2.3-54-g00ecf