From 290d1e2e44809e6ccf2b8b940ae265a37fa12321 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Sat, 18 Dec 2021 12:18:22 +0800 Subject: [PATCH] update rootfs build shell script, fix debian rootfs bug --- 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