From 3d79f51902c03c07290b3a96f531f6a71f363c1f Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Mon, 18 Jul 2022 13:15:47 +0800 Subject: [PATCH] update bsp download address --- tools/setup_tools.sh | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/tools/setup_tools.sh b/tools/setup_tools.sh index 5e49ecd..6d7a917 100755 --- a/tools/setup_tools.sh +++ b/tools/setup_tools.sh @@ -2,7 +2,7 @@ # This shell script used to setup imx6ull build envrionment # -LYFTP_PUB=http://weike-iot.com:2211/imx6ull/tools/lintools +LYFTP_PUB=http://wekei-iot.com:2211/imx/igkboard/tools/lintools if [ `id -u` != 0 ] ; then echo "" @@ -32,6 +32,9 @@ #QT build will installed to this path mkdir -p /apps && chmod 777 /apps + #TFTP server path + mkdir -p /tftp && chmod 777 /tftp + #crosstool will installed to this path chmod 777 /opt/ } @@ -50,7 +53,7 @@ libsdl1.2-dev xterm sed cvs subversion coreutils texi2html docbook-utils python-pysqlite2 tree \ help2man make gcc g++ desktop-file-utils libgl1-mesa-dev libglu1-mesa-dev mercurial autoconf \ automake groff curl lzop asciidoc lib32z1 lib32ncurses-dev libssl-dev autoconf-archive bison \ - kpartx jq binfmt-support qemu qemu-user-static debootstrap debian-archive-keyring " + kpartx jq binfmt-support qemu qemu-user-static debootstrap debian-archive-keyring zstd lz4 tmux" apt update > /dev/null 2>&1 -- Gitblit v1.9.1