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

---
 apps/lvgl/libs_lvgl/build.sh |    2 +-
 bsp/images/build.sh          |    4 ++--
 readme.md                    |   11 ++++-------
 3 files changed, 7 insertions(+), 10 deletions(-)

diff --git a/apps/lvgl/libs_lvgl/build.sh b/apps/lvgl/libs_lvgl/build.sh
index 20f4d93..214d647 100755
--- a/apps/lvgl/libs_lvgl/build.sh
+++ b/apps/lvgl/libs_lvgl/build.sh
@@ -3,7 +3,7 @@
 PRJ_PATH=`pwd`
 BOARD=imx6ull
 
-LYFTP_SRC=http://master.weike-iot.com:2211/src/
+LYFTP_SRC=http://master.weike-iot.com:8021/src/
 
 LIB_LVGL=lvgl-8.0.2 
 LIB_LVGL_DRV=lv_drivers-8.0.1
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
 
diff --git a/readme.md b/readme.md
index 1b5e09c..d642d13 100644
--- a/readme.md
+++ b/readme.md
@@ -17,10 +17,10 @@
 
 
 
-凌云实验室 IMX 系列开发板一键编译脚本托管在 [凌云实验室的 git 服务器上](http://main.iot-yun.club:8088/summary/build-imxboard.git), 我们可以从该站点上下载最新的编译系统。这里以 IGKBoard-IMX6ULL 开发板为例,使用 git 命令下载该项目源码并重命名为 igkboard-imx6ull(也可以命名为其它开发板的名字)。
+凌云实验室 IMX 系列开发板一键编译脚本托管在 [凌云实验室的 git 服务器上](http://master.weike-iot.com:8088/tree/build-imxboard.git), 我们可以从该站点上下载最新的编译系统。这里以 IGKBoard-IMX6ULL 开发板为例,使用 git 命令下载该项目源码并重命名为 igkboard-imx6ull(也可以命名为其它开发板的名字)。
 
 ```bash
-guowenxue@9d57f9229b66:~$ git clone http://iotcraft.cn:8088/r/build-imxboard.git ~/igkboard-imx6ull
+guowenxue@9d57f9229b66:~$ git clone http://master.weike-iot.com:8088/r/build-imxboard.git ~/igkboard-imx6ull
 
 guowenxue@9d57f9229b66:~$ cd ~/igkboard-imx6ull/
 
@@ -183,15 +183,12 @@
      "bsp":
      {
 -        "giturl":"https://github.com/nxp-imx/",
-+        "giturl":"http://studio.xxx.club:2211",
++        "giturl":"http://master.weike-iot.com:8021",
      },
 ```
 
 
 
-> ***WARNNING: 上面的 `"http://studio.xxx.club:2211"` 请改成实验室文件服务器的正确域名。***
-
-
 
 下面是我配置的代理命令 **proxy** 用来代理访问 github,设置好后可以使用 **curl** 命令访问 google.com 来测试代理是否生效。
 
@@ -422,7 +419,7 @@
 
 guowenxue@9d57f9229b66:~/igkboard-imx6ull/bsp/images$ sudo ./build.sh
  Build system image yocto-mickledore-lf-6.1.36-2.1.0.img
- INFO: download rootfs-yocto-mickledore.tar.zst form http://studio.xxx.com:2211
+ INFO: download rootfs-yocto-mickledore.tar.zst from http://master.weike-iot.com:8021
  ... ...
  start generate empty system image
  ... ...

--
Gitblit v1.10.0