zoukankan      html  css  js  c++  java
  • 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和树莓派:
        zengjf@zengjf:~/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
        zengjf@zengjf:~/MiniOS/buildrootqt-2017.05.1/configs$ 
    
    三、使用方法:
        1. make <defconfig name>
        2. make freescale_imx6dlsabresd_defconfig
  • 相关阅读:
    Service Name Port Number Transport Protocol tcp udp 端口号16bit
    linux linux 互传文件 win 不通过 ftp sftp 往linux 传文件(文件夹)
    soft deletion Google SRE 保障数据完整性的手段
    Taylor series
    Taylor's theorem
    Moving average
    REQUEST
    Unix file types
    mysqld.sock
    Tunneling protocol
  • 原文地址:https://www.cnblogs.com/zengjfgit/p/7461963.html
Copyright © 2011-2022 走看看