uboot 编译说明

优质
小牛编辑
118浏览
2023-12-01

编译 uboot:

make package/uboot-leo/compile

清除 uboot:

make package/uboot-leo/clean

拷贝 uboot 到编译生成目录

make package/uboot-leo/install

顺序执行 uboot 的 clean,compile,install

make package/uboot-leo/{clean,compile,install}