zoukankan      html  css  js  c++  java
  • Buildroot 指定内核版本

    /********************************************************************************
     *                         Buildroot 指定内核版本
     * 说明:
     *     Linux版本算是挺多的了,不同芯片的内核版本一在一直往上走,文件系统的内核版本
     * 也要对应的跟上,之前也一直没有设置好这个内核版本,只要直接填这个版本号就行了。
     *
     *                                              2017-9-1 深圳 龙华樟坑村 曾剑锋
     *******************************************************************************/
    
    一、make menuconfig settings
    
     Toolchain ──────────────────────────────────────────────────────────────────
      ┌─────────────────────────────── Toolchain ───────────────────────────────┐
      │  Arrow keys navigate the menu.  <Enter> selects submenus ---> (or empty │  
      │  submenus ----).  Highlighted letters are hotkeys.  Pressing <Y>        │  
      │  selectes a feature, while <N> will exclude a feature.  Press           │  
      │  <Esc><Esc> to exit, <?> for Help, </> for Search.  Legend: [*] feature │  
      │ ┌────^(-)─────────────────────────────────────────────────────────────┐ │  
      │ │        C library (uClibc-ng)  --->                                  │ │  
      │ │        *** Kernel Header Options ***                                │ │  
      │ │        Kernel Headers (Manually specified Linux version)  --->      │ │  
      │ │    (3.0.35) linux version                                           │ │  
      │ │        Custom kernel headers series (3.0.x)  --->                   │ │  
      │ │        *** uClibc Options ***                                       │ │  
      │ │    (package/uclibc/uClibc-ng.config) uClibc configuration file to us│ │  
      │ │    ()  Additional uClibc configuration fragment files               │ │  
      │ └────┴(+)─────────────────────────────────────────────────────────────┘ │  
      ├─────────────────────────────────────────────────────────────────────────┤  
      │        <Select>    < Exit >    < Help >    < Save >    < Load >         │  
      └─────────────────────────────────────────────────────────────────────────┘  
        
  • 相关阅读:
    C# 串口调试助手源码
    C# 中 textBox 侧面滑条 属性
    C# 中 comboBox 禁止输入
    VS2015 下载 破解
    中国移动OnetNet云平台 GET指令使用
    JSON JsonArray和JsonObject学习资料
    sublime 添加 ConvertToUTF-8
    sublime 添加 颜色插件 colorcoder
    线程池
    爬虫中基本的多线程
  • 原文地址:https://www.cnblogs.com/zengjfgit/p/7462703.html
Copyright © 2011-2022 走看看