凌云实验室推出的ARM Linux物联网网关开发板IGKBoard(IoT Gateway Kit Board)项目源码
guowenxue
2022-01-03 b0cd99d409f38e1aafcd67fef85a95f913b8ffbd
update imx6ull bsp tarball buid.sh fix 127.0.0.1 bug
1 files modified
2 ■■■ changed files
bsp/tarball/build.sh 2 ●●● patch | view | raw | blame | history
bsp/tarball/build.sh
@@ -10,7 +10,7 @@
ROOTFS_DIR=rootfs_${SYSNAME}
TARBALL_URL=http://127.0.0.1:2211/imx6ull/bsp
TARBALL_URL=http://weike-iot.com:2211/imx6ull/bsp
GIT_URL_NXP="https://source.codeaurora.org/external/imx"
function do_fetch_git()