From 1e563e2b731d928942f43e1341c8c50b0faf1c01 Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Fri, 31 May 2024 11:39:31 +0800
Subject: [PATCH]  APPS:IGKBoard-IMX6ULL: Add test-apps source code:

---
 bootloader/build.sh |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/bootloader/build.sh b/bootloader/build.sh
index 2c0736a..99eeba6 100755
--- a/bootloader/build.sh
+++ b/bootloader/build.sh
@@ -92,6 +92,10 @@
 
         export FMW_IMX=firmware-imx-8.21
 
+    elif [[ $BSP_VER =~ 5.15.71 ]] ;  then
+
+        export FMW_IMX=firmware-imx-8.18
+
     fi
 
     export FMWS="$FMW_IMX"
@@ -160,7 +164,7 @@
 
             # Download source code packet
             if [ ! -s $TARBALL_PATH/$src.tar.xz ] ; then
-                wget $BSP_URL/bsp/$BSP_VER/$src.tar.xz -P $TARBALL_PATH
+                wget $BSP_URL/imx/bsp/$BSP_VER/$src.tar.xz -P $TARBALL_PATH
             fi
 
             # decompress source code packet

--
Gitblit v1.9.1