博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
u-boot-2016.07 README文档结构
阅读量:5238 次
发布时间:2019-06-14

本文共 1764 字,大约阅读时间需要 5 分钟。

Author:AP0904225

版权声明:本文为博主原创文章,转载请标明出处。

    阅读u-boot的README文档,可以获取很多有用的信息,例如从哪里可以获得帮助,帮助;u-boot版本命名规则,目录层次结构;软件配置,开发板初始化流程,配置选项,开发板的初始化设置,配置设置,硬件相关的配置选项;如何编译u-boot,环境变量,Image格式,Linux支持等等有关的信息。

    u-boot README文档信息主干结构不够清晰,各主题埋没在汪汪文字海洋中,因此特意整理了下u-boot EADME文档的主干结构,方便查找所需的信息。这个README是基于u-boot-2016.07版本整理的。

Summary

Status

    Where to get help

    Where to get source code

    Where we come from

    Names and Spelling

    Versioning

    Directory Hierarchy

    Software Configuration

    Selection of Processor Architecture and Board Type

    Sandbox Environment

   Board Initialisation Flow

        lowlevel_init():

         board_init_f():

         board_init_r():

    Configuration Options

 

Board initialization settings:

   Configuration Settings:

    Low Level (hardware related) configuration options:

    Freescale QE/FMAN Firmware Support:

    Freescale Layerscape Management Complex Firmware Support:

    Freescale Layerscape Debug Server Support:

    Reproducible builds

Building the Software:

    Testing of U-Boot Modifications, Ports to New Hardware, etc.

    Monitor Commands - Overview:

    Monitor Commands - Detailed Description

    Environment Variables

    Callback functions for environment variables

    Command Line Parsing

    Old, simple command line parser

    Hush shell

    General rules

    Note for Redundant Ethernet Interfaces

    Image Formats

    New uImage format (FIT)

    Old uImage format

Linux Support

Linux HOWTO

    Porting Linux to U-Boot based systems

    Configuring the Linux kernel

    Building a Linux Image

    Installing a Linux Image

    Boot Linux

    Boot Linux and pass a flat device tree

    More About U-Boot Image Types

    Booting the Linux zImage

Standalone HOWTO

Minicom warning

NetBSD Notes

Implementation Internals

    Initial Stack, Global Data

    Memory Management

    System Initialization

    U-Boot Porting Guide

    Coding Standards

    Submitting Patches

转载于:https://www.cnblogs.com/LoTGu/p/5811772.html

你可能感兴趣的文章
Django 相关
查看>>
git init
查看>>
训练记录
查看>>
IList和DataSet性能差别 转自 http://blog.csdn.net/ilovemsdn/article/details/2954335
查看>>
Hive教程(1)
查看>>
第16周总结
查看>>
C#编程时应注意的性能处理
查看>>
Fragment
查看>>
比较安全的获取站点更目录
查看>>
苹果开发者账号那些事儿(二)
查看>>
使用C#交互快速生成代码!
查看>>
UVA11374 Airport Express
查看>>
P1373 小a和uim之大逃离 四维dp,维护差值
查看>>
NOIP2015 运输计划 树上差分+树剖
查看>>
P3950 部落冲突 树链剖分
查看>>
读书_2019年
查看>>
读书汇总贴
查看>>
微信小程序 movable-view组件应用:可拖动悬浮框_返回首页
查看>>
MPT树详解
查看>>
空间分析开源库GEOS
查看>>