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

  • 您好,

    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