凌云实验室推出的ARM Linux物联网网关开发板IGKBoard(IoT Gateway Kit Board)项目源码
guowenxue
2022-10-29 e699b35d841124f4322a7ec27e44a8d64f79d9fa
update bsp crosstool
3 files modified
6 ■■■■ changed files
bsp/build.sh 2 ●●● patch | view | raw | blame | history
bsp/drivers/users/Makefile 2 ●●● patch | view | raw | blame | history
bsp/scripts/setup_env.sh 2 ●●● patch | view | raw | blame | history
bsp/build.sh
@@ -7,7 +7,7 @@
# BSP_VER should be lf-5.10.52-2.1.0, lf-5.15.32-2.0.0
BSP_VER=lf-5.15.32-2.0.0
CROSS_TOOL=/opt/gcc-arm-11.2-2022.02/bin/arm-none-linux-gnueabihf-
CROSS_TOOL=/opt/gcc-arm-10.3-2021.07/bin/arm-none-linux-gnueabihf-
# SYSTEM  should be: buildroot, debian,            yocto
# DISTRO  should be: v2021.02, bullseye, hardknott/honister/kirkstone
bsp/drivers/users/Makefile
@@ -11,7 +11,7 @@
#
#********************************************************************************/
CROSS_COMPILE ?= /opt/gcc-arm-11.2-2022.02/bin/arm-none-linux-gnueabihf-
CROSS_COMPILE ?= /opt/gcc-arm-10.3-2021.07/bin/arm-none-linux-gnueabihf-
LINUX_SRC = ${shell pwd}/../../kernel/linux-imx/
DRV_PATH ?= ${shell pwd}/../../images/drivers/
bsp/scripts/setup_env.sh
@@ -5,7 +5,7 @@
# update by top build.sh
BOARD=igkboard
CROSS_TOOL=/opt/gcc-arm-11.2-2022.02/bin/arm-none-linux-gnueabihf-
CROSS_TOOL=/opt/gcc-arm-10.3-2021.07/bin/arm-none-linux-gnueabihf-
# Source code download address
SRV_URL=http://weike-iot.com:2211