update bsp crosstool and bsp version
| | |
| | | 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 |
| | |
| | | # |
| | | #********************************************************************************/ |
| | | |
| | | 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/ |
| | |
| | | |
| | | # 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} |
| | | |