From 6a4b3a1935c6d9a2f48ea0e1e82c7046b4efd85a Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Wed, 22 Dec 2021 20:04:05 +0800 Subject: [PATCH] update linux patch to add igkboard-emmc.dts --- bsp/kernel/build.sh | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/bsp/kernel/build.sh b/bsp/kernel/build.sh index aece0e5..b786ad4 100755 --- a/bsp/kernel/build.sh +++ b/bsp/kernel/build.sh @@ -91,13 +91,14 @@ set -x cp arch/arm/boot/zImage ${IMG_PATH} - cp arch/arm/boot/dts/imx6ul-14x14-evk-emmc.dtb ${IMG_PATH}/${BOARD}-${BOOT}.dtb + cp arch/arm/boot/dts/${BOARD}-${BOOT}.dtb ${IMG_PATH}/ cp arch/arm/boot/zImage /tftp - cp arch/arm/boot/dts/imx6ul-14x14-evk-emmc.dtb /tftp/${BOARD}-${BOOT}.dtb + cp arch/arm/boot/dts/${BOARD}-${BOOT}.dtb /tftp/ set +x if [ $INST_DRIVER != 0 ] ;then + rm -rf ${PRJ_PATH}/../rootfs/driver make modules_install INSTALL_MOD_PATH=${PRJ_PATH}/../rootfs/driver INSTALL_MOD_STRIP=1 fi -- Gitblit v1.9.1