From c643ed11f680e66e9c355a9c2bb7498411181f6e Mon Sep 17 00:00:00 2001 From: guowenxu <guowenxue@gmail.com> Date: Sun, 14 Nov 2021 14:23:15 +0800 Subject: [PATCH] update win_flash.bat --- bsp/kernel/build.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/bsp/kernel/build.sh b/bsp/kernel/build.sh index 1a37eab..a23a609 100755 --- a/bsp/kernel/build.sh +++ b/bsp/kernel/build.sh @@ -11,7 +11,7 @@ CROSS_TOOL=/opt/buildroot/cortexA7/bin/arm-linux- # linux kernel tarball path and branch -TAR_PATH=/home/guowenxue/imx6ull/bsp/tarball +TAR_PATH=${PRJ_PATH}/../tarball BSP_BRANCH=lf-5.10.52-2.1.0 BOOT=emmc -- Gitblit v1.9.1