From f2733b7bf062d8f560bfdc8b4583d21680351f01 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Sun, 12 Jun 2022 17:08:24 +0800 Subject: [PATCH] update rootfs & images build shell script, use rsync instead tar to install rootfs --- bsp/images/igkboard.json | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/bsp/images/igkboard.json b/bsp/images/igkboard.json index 064015f..50a2ce5 100644 --- a/bsp/images/igkboard.json +++ b/bsp/images/igkboard.json @@ -1,7 +1,7 @@ { "IMAGE_CONF": { "NAME": "linuxsys_${BOARD}_${SYSNAME}.img", - "SIZE": "4096", + "SIZE": "1024", "COMPRESS": "no" }, "BOOT_CONF": { @@ -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