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