From 0fc3a1ceed2da1ce0ed50151b870607812257318 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Thu, 25 Nov 2021 23:57:34 +0800 Subject: [PATCH] move win_flash.bat to image and update lintools --- bsp/images/build.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/bsp/images/build.sh b/bsp/images/build.sh index b66b133..fa49f9d 100755 --- a/bsp/images/build.sh +++ b/bsp/images/build.sh @@ -25,7 +25,7 @@ BOARD=imx6ull # rootfs should be buildroot or stretch/buster/bullseye for debian system -ROOTFS=buildroot +ROOTFS=buster # linux kernel tarball path and branch TAR_PATH=${PRJ_PATH}/../tarball -- Gitblit v1.9.1