Skip to content

Latest commit

 

History

History
executable file
·
15 lines (9 loc) · 303 Bytes

10-BuildRootfs.md

File metadata and controls

executable file
·
15 lines (9 loc) · 303 Bytes

使用buildroot-SDK编译构建rootfs

单独编译配置busybox

book@virtual-machine:~/Neza-D1/buildroot-2021$ make  busybox-menuconfig

清理无效缓存 重新打包

rm -rf  output/target;    find output/build/ -name .stamp_target_installed | xargs rm ; make