Buildroot 使用默认配置

Posted zengjf

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Buildroot 使用默认配置相关的知识,希望对你有一定的参考价值。

/********************************************************************************
 *                         Buildroot 使用默认配置
 * 说明:
 *     之前搭文件系统都是完全手动选择,不过,如果可以在某个基础上再做添加就更不错了
 * 看了一下Buildroot中的配置文件,可参考的还是很多的,以树莓派和i.MX6为示例。
 *
 *                                              2017-9-1 深圳 龙华樟坑村 曾剑锋
 *******************************************************************************/

一、参考文档:
    1. How do I grep for multiple patterns?
        https://unix.stackexchange.com/questions/37313/how-do-i-grep-for-multiple-patterns

二、列表i.MX6和树莓派:
    [email protected]:~/Minios/buildrootqt-2017.05.1/configs$ ls | grep "freescale\|raspberrypi"
    freescale_imx28evk_defconfig
    freescale_imx31_3stack_defconfig
    freescale_imx6dlsabreauto_defconfig
    freescale_imx6dlsabresd_defconfig
    freescale_imx6qsabreauto_defconfig
    freescale_imx6qsabresd_defconfig
    freescale_imx6sololiteevk_defconfig
    freescale_imx6sxsabresd_defconfig
    freescale_imx6ulevk_defconfig
    freescale_imx7dsabresd_defconfig
    freescale_mpc8315erdb_defconfig
    freescale_p1010rdb_pa_defconfig
    raspberrypi0_defconfig
    raspberrypi2_defconfig
    raspberrypi3_64_defconfig
    raspberrypi3_defconfig
    raspberrypi_defconfig
    [email protected]:~/MiniOS/buildrootqt-2017.05.1/configs$ 

三、使用方法:
    1. make <defconfig name>
    2. make freescale_imx6dlsabresd_defconfig

 

以上是关于Buildroot 使用默认配置的主要内容,如果未能解决你的问题,请参考以下文章

Linux基于IMX6ULL移植Buildroot

buildroot 不考虑配置更改

根文件系统构建(Buildroot 方式)

buildroot使用介绍

buildroot打包自己的配置

迅为iTop开发板使用buildroot构建opencv文件系统