Page 1 of 1

Buildroot配置关掉软件包后镜像中还是存在

Posted: 2024-02-23 16:03
by Dawnlord
在buildroot配置的图形界面中,关掉一些软件包之后再build烧录,关掉的软件包还是存在
是按照wiki中的步骤来的,只不过把使能改成了n,但是发现保存后再次build还是存在该软件包

Re: Buildroot配置关掉软件包后镜像中还是存在

Posted: 2024-02-26 2:12
by Eng38
您好,

1.重新打开 buildroot 配置界面确保需要关掉的软件包使能是 "n"

Code: Select all

cd <SDK目录>/sysdrv/source/buildroot/buildroot-2023.02.6/
make luckfox_pico_defconfig
make menuconfig
2.清除 buildroot 重新编译

Code: Select all

cd <SDK目录>/sysdrv/source/buildroot/buildroot-2023.02.6/
make clean
make
cd <SDK目录>
./build.sh