From 3c43c34ca49a43d7c6dbfe63937a9dda4da4339e Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Sun, 12 Dec 2021 16:00:10 +0800 Subject: [PATCH] update default rootfs to buildroot --- 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 e8b2a0a..613a5a5 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=buster +ROOTFS=buildroot # linux kernel tarball path and branch TAR_PATH=${PRJ_PATH}/../tarball -- Gitblit v1.9.1