From e699b35d841124f4322a7ec27e44a8d64f79d9fa Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Sat, 29 Oct 2022 10:18:49 +0800
Subject: [PATCH] update bsp crosstool

---
 bsp/scripts/setup_env.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/bsp/scripts/setup_env.sh b/bsp/scripts/setup_env.sh
index cd4c82d..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

--
Gitblit v1.9.1