From 9f2e2a4d05b4b5ef9a3fa79a2bb77fd2523aeb68 Mon Sep 17 00:00:00 2001 From: Gerard Salvatella Date: Wed, 5 Sep 2018 14:56:43 +0200 Subject: images: add wic support for tegra Currently only imx and vybrid automatically generate wic images. This functionality is useful e.g. for booting from SD cards. Add wic image generation in tegra modules. Signed-off-by: Gerard Salvatella Acked-by: Marcel Ziswiler --- wic/sdimage-bootpart-tegra.wks | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 wic/sdimage-bootpart-tegra.wks (limited to 'wic') diff --git a/wic/sdimage-bootpart-tegra.wks b/wic/sdimage-bootpart-tegra.wks new file mode 100644 index 0000000..f58856b --- /dev/null +++ b/wic/sdimage-bootpart-tegra.wks @@ -0,0 +1,6 @@ +# short-description: Create SD card image with a boot partition +# long-description: Creates a partitioned SD card image. Boot files +# are located in the first vfat partition. + +part /boot --source bootimg-partition --ondisk mmcblk --fstype=vfat --label boot --active --align 4 --size 16 +part / --source rootfs --ondisk mmcblk --fstype=ext3 --label root --align 4 -- cgit v1.2.3