From 9c222f3844cd06ce2d59511a01dcbfca8ad8e762 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Thu, 30 Mar 2023 14:20:43 +0800 Subject: [PATCH] update bsp to lf-5.15.71-2.2.0, rename system image to distro, update download url --- bsp/scripts/setup_env.sh | 15 ++++++--------- 1 files changed, 6 insertions(+), 9 deletions(-) diff --git a/bsp/scripts/setup_env.sh b/bsp/scripts/setup_env.sh index c56353c..893ba46 100755 --- a/bsp/scripts/setup_env.sh +++ b/bsp/scripts/setup_env.sh @@ -5,26 +5,23 @@ # update by top build.sh BOARD=igkboard -CROSS_TOOL=/opt/buildroot/cortexA7/bin/arm-linux- +CROSS_TOOL=/opt/gcc-arm-10.3-2021.07/bin/arm-none-linux-gnueabihf- # Source code download address -SRV_URL=http://weike-iot.com:2211 -BSP_VER=lf-5.15.32-2.0.0 +SRV_URL=http://master.iot-yun.club:2211 +#SRV_URL=http://127.0.0.1:2211 +BSP_VER=lf-5.15.71-2.2.0 BSP_URL=${SRV_URL}/imx/bsp/${BSP_VER} # SYSTEM should be: yocto or debian # DISTRO should be: hardknott, buster # SYSNAME should be: yocto, buster SYSTEM=yocto -DISTRO=honister +DISTRO=kirkstone TARBALL_DIR=${PRJ_PATH}/../tarballs/ -if [ $SYSTEM == "debian" ] ; then - SYSNAME=${DISTRO} -else - SYSNAME=${SYSTEM} -fi +SYSNAME=${DISTRO} ROOTFS_DIR=rootfs_${DISTRO} -- Gitblit v1.9.1