From ebbc324cef6966f7c3aabbe5d4bcf1049dc6b9d5 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Thu, 06 Oct 2022 12:05:23 +0800 Subject: [PATCH] update linux-imx-lf-5.15.32-2.0.0.patch, fix lcd bug --- bsp/images/igkboard.json | 13 ++++++------- 1 files changed, 6 insertions(+), 7 deletions(-) diff --git a/bsp/images/igkboard.json b/bsp/images/igkboard.json index ace0889..04dad55 100644 --- a/bsp/images/igkboard.json +++ b/bsp/images/igkboard.json @@ -1,8 +1,8 @@ { "IMAGE_CONF": { - "NAME": "linuxsys_${BOARD}_${SYSNAME}.img", - "SIZE": "4096", - "COMPRESS": "yes" + "NAME": "linuxsys-${SYSNAME}-${BOARD}.img", + "SIZE": "1024", + "COMPRESS": "no" }, "BOOT_CONF": { "IMG_UBOOT":"u-boot-${BOARD}.imx", @@ -13,9 +13,8 @@ }, "BOOT_IMAGES": { "${PRJ_PATH}/boot/zImage":"${MNT_POINT}", - "${PRJ_PATH}/boot/*${BOARD}*.dtb":"${MNT_POINT}" - }, - "BOOT_ROOTFS": { - "${PRJ_PATH}/../rootfs/${ROOTFS_DIR}.tar.bz2":"${MNT_POINT}" + "${PRJ_PATH}/boot/*${BOARD}*.dtb":"${MNT_POINT}", + "${PRJ_PATH}/boot/overlays":"${MNT_POINT}", + "${PRJ_PATH}/boot/config*.txt":"${MNT_POINT}" } } -- Gitblit v1.9.1