From c26aa2450821ba2c315dafa879e07b2f16c48263 Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Sat, 29 Oct 2022 10:20:02 +0800
Subject: [PATCH] update setup_tools.sh
---
bsp/scripts/setup_env.sh | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/bsp/scripts/setup_env.sh b/bsp/scripts/setup_env.sh
index 5e838af..f95f044 100755
--- a/bsp/scripts/setup_env.sh
+++ b/bsp/scripts/setup_env.sh
@@ -5,7 +5,7 @@
# update by top build.sh
BOARD=igkboard
-CROSS_TOOL=arm-linux-gnueabihf-
+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
@@ -17,7 +17,7 @@
# DISTRO should be: hardknott, buster
# SYSNAME should be: yocto, buster
SYSTEM=yocto
-DISTRO=honister
+DISTRO=kirkstone
TARBALL_DIR=${PRJ_PATH}/../tarballs/
--
Gitblit v1.9.1