Compile builderroot
The “Release_to_customer.sh” script does not contain the configuration of builderroot, so builderroot needs to be configured separately.
# tar -jxvf buildroot-2020.05.tar.bz2 -C .
# cd buildroot-2020.05/
# ARCH=arm make menuconfig
- Target options->
- Toolchain–>
Once configured, “Save” and compile
# make
When the compilation is complete, we will generate the file system we need in the output/target/ directory, which we will use in Chapter 6.
文档更新时间: 2021-03-22 13:42 作者:Aeeditor