From 9b2f4172e09b5150525e79412ef67c8ef21d078a Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Thu, 18 Nov 2021 22:44:30 +0800
Subject: [PATCH] update linux kernel patch, fix usb NTFS not support and TF card not work bug

---
 bsp/images/build.sh |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/bsp/images/build.sh b/bsp/images/build.sh
index 8db2ddf..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      |
 # +-------------------------------+-----------------------+---------------------------------+
@@ -26,7 +26,7 @@
 ROOTFS=buildroot
 
 # linux kernel tarball path and branch
-TAR_PATH=/home/guowenxue/imx6ull/bsp/tarball
+TAR_PATH=${PRJ_PATH}/../tarball
 
 BOOT=emmc
 
@@ -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