当前位置:网站首页>uboot机构简介
uboot机构简介
2022-07-07 07:10:00 【栋哥修炼日记】
├── api 存放uboot提供的API接口函数
├── arch 平台相关的部分我们只需要关心这个目录下的ARM文件夹
│ ├──arm
│ │ └──cpu
│ │ │ └──armv7
│ │ └──dts
│ │ │ └──*.dts 存放设备的dts,也就是设备配置相关的引脚信息
├── board 对于不同的平台的开发板对应的代码
├── cmd 顾名思义,大部分的命令的实现都在这个文件夹下面。
├── common 公共的代码
├── configs 各个板子的对应的配置文件都在里面,我们的Lichee配置也在里面
├── disk 对磁盘的一些操作都在这个文件夹里面,例如分区等。
├── doc 参考文档,这里面有很多跟平台等相关的使用文档。
├── drivers 各式各样的驱动文件都在这里面
├── dts 一种树形结构(device tree)这个应该是uboot新的语法
├── examples 官方给出的一些样例程序
├── fs 文件系统,uboot会用到的一些文件系统
├── include 头文件,所有的头文件都在这个文件夹下面
├── lib 一些常用的库文件在这个文件夹下面
├── Licenses 这个其实跟编译无关了,就是一些license的声明
├── net 网络相关的,需要用的小型网络协议栈
├── post 上电自检程序
├── scripts 编译脚本和Makefile文件
├── spl second program loader,即相当于二级uboot启动。
├── test 小型的单元测试程序。
└── tools 里面有很多uboot常用的工具。
边栏推荐
- 进程间的通信方式
- 2016 CCPC Hangzhou Onsite
- Huffman encoded compressed file
- 根据热门面试题分析Android事件分发机制(一)
- MongoDB怎么实现创建删除数据库、创建删除表、数据增删改查
- Sword finger offer II 107 Distance in matrix
- Lesson 1: hardness of eggs
- Check the example of where the initialization is when C initializes the program
- [bw16 application] Anxin can realize mqtt communication with bw16 module / development board at instruction
- How to use Mongo shake to realize bidirectional synchronization of mongodb in shake database?
猜你喜欢
VSCode+mingw64+cmake
Dynamics 365Online ApplicationUser创建方式变更
【原创】程序员团队管理的核心是什么?
内存==c语言1
Vs2013 generate solutions super slow solutions
How does mongodb realize the creation and deletion of databases, the creation of deletion tables, and the addition, deletion, modification and query of data
csdn涨薪技术-浅学Jmeter的几个常用的逻辑控制器使用
Esp8266 uses TF card and reads and writes data (based on Arduino)
使用BigDecimal的坑
How to use clipboard JS library implements copy and cut function
随机推荐
NETCORE 3.1 solves cross domain problems
Qualifying 3
JS inheritance prototype
牛客网——华为题库(61~70)
2016 CCPC Hangzhou Onsite
Diffusion模型详解
sql 里面使用中文字符判断有问题,哪位遇到过?比如value<>`无`
flink. CDC sqlserver. 可以再次写入sqlserver中么 有连接器的 dem
【frida实战】“一行”代码教你获取WeGame平台中所有的lua脚本
企业实战|复杂业务关系下的银行业运维指标体系建设
请教个问题,我用sql-client起了个同步任务,从MySQL同步到ADB,历史数据有正常同步过去
Lesson 1: hardness of eggs
CSDN salary increase technology - learn about the use of several common logic controllers of JMeter
Deep understanding of UDP, TCP
2020浙江省赛
2020CCPC威海 J - Steins;Game (sg函数、线性基)
HCIP 第一天 笔记整理
In fact, it's very simple. It teaches you to easily realize the cool data visualization big screen
一大波开源小抄来袭
高斯消元