当前位置:网站首页>About buildreoot compilation -- the function is configured but not compiled into the kernel

About buildreoot compilation -- the function is configured but not compiled into the kernel

2022-06-22 12:25:00 Alen. Wang

compile

When compiling after saving the configuration, you should pay attention to , If it is a new configuration , Then execute the following instructions to compile directly into rootfs

./build.sh buildroot

If you add a new configuration to an existing configuration item , You need to clean up the application first , Then recompile , Only in this way can I read it again

Get the configuration items in the configuration file , Recompile the application according to the configuration items buildroot, To compile the changes into the file system ,

Such as rkmedia recompile { You can see the definition in package/rockchip/rkmedia/ Under the table of contents ( Non auspicious micro fit packages are generally in package/ Under the table of contents ), therefore , The package name is rkmedia, You can use the package name to recompile }

make rkmedia-dirclean && make rkmedia-rebuild -j16

./build.sh buildroot

New configuration : It refers to the configuration items that are not available , Then add the new , Sub configuration items that do not include configuration

Existing configuration items are added : It refers to the configuration , Added or modified a sub configuration item

原网站

版权声明
本文为[Alen. Wang]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/173/202206221155200421.html