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

---
 tools/setup_tools.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/setup_tools.sh b/tools/setup_tools.sh
index 8c80b6a..02cb804 100755
--- a/tools/setup_tools.sh
+++ b/tools/setup_tools.sh
@@ -108,10 +108,10 @@
 #   https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads
 function install_crosstool()
 {
-    ARMTOOL_VER=11.2-2022.02
+    ARMTOOL_VER=10.3-2021.07
     ARMTOOL_NAME=gcc-arm-$ARMTOOL_VER
     ARMTOOL_PACK=${ARMTOOL_NAME}-`uname -p`-arm-none-linux-gnueabihf
-    ARMTOOL_URL=https://developer.arm.com/-/media/Files/downloads/gnu/$ARMTOOL_VER/binrel/
+    ARMTOOL_URL=https://developer.arm.com/-/media/Files/downloads/gnu-a/$ARMTOOL_VER/binrel/
 
     if [ -d /opt/$ARMTOOL_NAME ]  ; then
         pr_info "$ARMTOOL_NAME crosstool already installed, skip it"

--
Gitblit v1.9.1