From ccc4d4fdbe35a3362b6a5faa7263c44cac481fb9 Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Sun, 14 Nov 2021 23:05:03 +0800
Subject: [PATCH] update linux patch and buils shell script, LCD driver works now
---
bsp/images/build.sh | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/bsp/images/build.sh b/bsp/images/build.sh
index a5787f8..5a37c98 100755
--- a/bsp/images/build.sh
+++ b/bsp/images/build.sh
@@ -7,7 +7,7 @@
# +-------------------------------+-----------------------+---------------------------------+
# | Start Address | Size | Usage |
# +-------------------------------+-----------------------+---------------------------------+
-# | 0x0 | 32 sectors(16K) | Reserved for partition table |
+# | 0x0 | 2 sectors(1K) | Reserved for partition table |
# +-------------------------------+-----------------------+---------------------------------+
# | 2 sector(1K, 0x400) | 20414 sectors(9M+) | i.MX6ULL u-boot image |
# +-------------------------------+-----------------------+---------------------------------+
@@ -48,7 +48,7 @@
IMG_UBOOT=${IMAGE_PATH}/u-boot-imx6ull-emmc.imx
-IMG_KERNEL=${IMAGE_PATH}/Image
+IMG_KERNEL=${IMAGE_PATH}/zImage
IMG_DTB=${IMAGE_PATH}/imx6ull-emmc.dtb
ROOTFS_TAR=${TAR_PATH}/rootfs_${ROOTFS}.tar.bz2
@@ -180,5 +180,8 @@
install_rootfs
+cp ${IMG_UBOOT} .
+bzip2 ${IMAGE_NAME}
+
rm -rf ${MNT_POINT}
--
Gitblit v1.9.1