bsp/bootloader/build.sh
@@ -6,11 +6,11 @@ BOARD=imx6ull CROSS_TOOL=arm-linux-gnueabihf- CROSS_TOOL=/opt/buildroot/cortexA7/bin/arm-linux- # bootloader tarball path and branch TAR_PATH=/home/guowenxue/imx6ull/bsp/tarball BSP_BRANCH=lf-5.10.52-2.1.0 TAR_PATH=${PRJ_PATH}/../tarball BSP_BRANCH=lf-5.10.52-2.1.0 BOOT=emmc @@ -95,6 +95,7 @@ mkdir -p ${IMG_PATH} cp ${IMG_NAME} ${IMG_PATH} cp ${IMG_NAME} /tftp cd ${PRJ_PATH} }