在buildroot配置的图形界面中,关掉一些软件包之后再build烧录,关掉的软件包还是存在
是按照wiki中的步骤来的,只不过把使能改成了n,但是发现保存后再次build还是存在该软件包
Buildroot配置关掉软件包后镜像中还是存在
您好,
1.重新打开 buildroot 配置界面确保需要关掉的软件包使能是 "n"
2.清除 buildroot 重新编译
1.重新打开 buildroot 配置界面确保需要关掉的软件包使能是 "n"
Code: Select all
cd <SDK目录>/sysdrv/source/buildroot/buildroot-2023.02.6/
make luckfox_pico_defconfig
make menuconfig
Code: Select all
cd <SDK目录>/sysdrv/source/buildroot/buildroot-2023.02.6/
make clean
make
cd <SDK目录>
./build.sh