guowenxue@gmail.com
9 days ago 840948bfbb6a79a7caf6ec2071e3de430a72b1d8
update FTP server address
3 files modified
17 ■■■■■ changed files
apps/lvgl/libs_lvgl/build.sh 2 ●●● patch | view | raw | blame | history
bsp/images/build.sh 4 ●●●● patch | view | raw | blame | history
readme.md 11 ●●●●● patch | view | raw | blame | history
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
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
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
 ... ...