From 8d50ec0c607624649987ce389e54a6de00a07098 Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Sun, 05 Jun 2022 20:32:27 +0800
Subject: [PATCH] 1, Update top build.sh 2, Update setup_env.sh 3, update rootfs build shell script and json config file 4, update driver build shell script and json config file
---
bsp/images/igkboard.json | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/bsp/images/igkboard.json b/bsp/images/igkboard.json
index 064015f..57466af 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,7 +13,9 @@
},
"BOOT_IMAGES": {
"${PRJ_PATH}/boot/zImage":"${MNT_POINT}",
- "${PRJ_PATH}/boot/*${BOARD}*.dtb":"${MNT_POINT}"
+ "${PRJ_PATH}/boot/*${BOARD}*.dtb":"${MNT_POINT}",
+ "${PRJ_PATH}/boot/overlays":"${MNT_POINT}",
+ "${PRJ_PATH}/boot/config*.txt":"${MNT_POINT}"
},
"BOOT_ROOTFS": {
"${PRJ_PATH}/../rootfs/${ROOTFS_DIR}.tar.bz2":"${MNT_POINT}"
--
Gitblit v1.9.1