From 840948bfbb6a79a7caf6ec2071e3de430a72b1d8 Mon Sep 17 00:00:00 2001
From: guowenxue@gmail.com <guowenxue>
Date: Thu, 04 Jun 2026 12:29:34 +0800
Subject: [PATCH] update FTP server address

---
 bsp/images/build.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bsp/images/build.sh b/bsp/images/build.sh
index 11e5c3a..2a999c0 100755
--- a/bsp/images/build.sh
+++ b/bsp/images/build.sh
@@ -131,7 +131,7 @@
         TAR_TYPE=tar.xz
     fi
 
-    # Decompress the rootfs form Yocto build install path
+    # Decompress the rootfs fromm Yocto build install path
     if [[ $DIS_TYPE == yocto ]] ; then
 
         for tarball in $ROOTFS_YCTPATH/*.${TAR_TYPE}
@@ -153,7 +153,7 @@
 
     else
 
-        pr_info "INFO: download $tarball form $BSP_URL"
+        pr_info "INFO: download $tarball from $BSP_URL"
 
         mkdir -p $TARBALL_PATH
 

--
Gitblit v1.10.0