在 buildroot目录 中,运行
$ make menuconfig
$ make nconfig
$ make xconfig
$ make gconfig
1、单独编译 uboot
make uboot-menuconfig
make uboot-rebuild V=1
2、单独编译 kernel
make linux-menuconfig
make linux-rebuild V=1
3、单独编译配置busybox
make busybox-menuconfig
清理无效缓存 重新打包
rm -rf output/target; find output/build/ -name .stamp_target_installed | xargs rm ; make
4、编译sdcard 最小系统镜像
下面配置一般只需要第一次执行
make BR2_EXTERNAL="../br2t113pro ../br2lvgl " 100ask_t113-pro_sdcard_core_defconfig
uboot、kernel、rootfs 改动都需要执行make V=1
make V=1
5、查看已经配置的软件包
如果时间久忘记了,可以用来查看配置情况。
make show-targets
6、显示带有 defconfig的板 级列表 :
make list-defconfigs