From da1d6e9f524b827749015341a175e3123f6ee498 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Fri, 17 Dec 2021 23:08:39 +0800 Subject: [PATCH] update image and rootfs build shell script --- bsp/build.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/bsp/build.sh b/bsp/build.sh index 76e1789..f0b524b 100755 --- a/bsp/build.sh +++ b/bsp/build.sh @@ -2,7 +2,7 @@ PRJ_PATH=`pwd` -BOARD=imx6ull +BOARD=igkboard #CROSS_TOOL=arm-linux-gnueabihf- CROSS_TOOL=/opt/buildroot/cortexA7/bin/arm-linux- -- Gitblit v1.9.1