当前位置:网站首页>Introduction to uboot
Introduction to uboot
2022-07-07 10:04:00 【Brother Dong's cultivation diary】
├── api Deposit uboot Provided API The interface function
├── arch We only need to care about the platform related parts under this directory ARM Folder
│ ├──arm
│ │ └──cpu
│ │ │ └──armv7
│ │ └──dts
│ │ │ └──*.dts Where the equipment is stored dts, That is, the pin information related to the device configuration
├── board The corresponding code of development boards for different platforms
├── cmd seeing the name of a thing one thinks of its function , Most of the command implementations are under this folder .
├── common Public code
├── configs The corresponding configuration files of each board are inside , our Lichee Configuration is also inside
├── disk Some operations on the disk are in this folder , For example, partition, etc .
├── doc Reference documents , There are many use documents related to the platform .
├── drivers All kinds of driver files are here
├── dts A tree structure (device tree) This should be uboot New syntax
├── examples Some official sample programs
├── fs file system ,uboot Some file systems that will be used
├── include The header file , All header files are under this folder
├── lib Some commonly used library files are under this folder
├── Licenses This actually has nothing to do with compilation , Just some license Statement of
├── net Network related , Need to use a small network protocol stack
├── post Power on self test program
├── scripts Compile scripts and Makefile file
├── spl second program loader, That is, it is equivalent to level II uboot start-up .
├── test Small unit test program .
└── tools There's a lot in it uboot Common tools .
边栏推荐
- **Grafana installation**
- Before joining the chain home, I made a competitive product analysis for myself
- La différence entre viewpager 2 et viewpager et la mise en œuvre de la rotation viewpager 2
- 请教个问题,我用sql-client起了个同步任务,从MySQL同步到ADB,历史数据有正常同步过去
- Bean 作⽤域和⽣命周期
- The Himalaya web version will pop up after each pause. It is recommended to download the client solution
- First issue of JS reverse tutorial
- 2016 CCPC Hangzhou Onsite
- [4g/5g/6g topic foundation-146]: Interpretation of white paper on 6G overall vision and potential key technologies-1-overall vision
- The applet realizes multi-level page switching back and forth, and supports sliding and clicking operations
猜你喜欢
request对象对请求体,请求头参数的解析
Strategic cooperation subquery becomes the secret weapon of Octopus web browser
Internship log - day04
【frida实战】“一行”代码教你获取WeGame平台中所有的lua脚本
Performance optimization record of the company's product "yunzhujia"
Basic chapter: take you through notes
[Frida practice] "one line" code teaches you to obtain all Lua scripts in wegame platform
官媒关注!国内数字藏品平台百强榜发布,行业加速合规健康发展
Lesson 1: finding the minimum of a matrix
AI moves from perception to intelligent cognition
随机推荐
Luogu p2482 [sdoi2010] zhuguosha
web3.0系列之分布式存储IPFS
Become a "founder" and make reading a habit
大佬们,请问 MySQL-CDC 有什么办法将 upsert 消息转换为 append only 消
How to use Mongo shake to realize bidirectional synchronization of mongodb in shake database?
ORM--分组查询,聚合查询,查询集QuerySet对象特性
Main (argc, *argv[]) details
conda离线创建虚拟环境
Scratch crawler mysql, Django, etc
Internship log - day07
位操作==c语言2
Applet sliding, clicking and switching simple UI
Official media attention! The list of top 100 domestic digital collection platforms was released, and the industry accelerated the healthy development of compliance
Guys, have you ever encountered the case of losing data when Flink CDC reads mysqlbinlog? Every time the task restarts, there is a probability of losing data
Delete a record in the table in pl/sql by mistake, and the recovery method
Introduction to energy Router: Architecture and functions for energy Internet
“十二星座女神降临”全新活动推出
小程序实现页面多级来回切换支持滑动和点击操作
Esp8266 uses TF card and reads and writes data (based on Arduino)
使用BigDecimal的坑