From a43f71cec50f5d82e7e0fe8cd44bd8cdbeddb62f Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Wed, 17 Nov 2021 23:56:02 +0800
Subject: [PATCH] update linux patch, fix eth1 not work bug
---
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