
Device tree
文章平均质量分 93
Hacker_Albert
If I am not for myself, who will be for me?
If I am only for myself, what am I?
If not now, when?
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Linux Device tree(二) - DT分析
分析DT。1.DTB format The Devicetree Blob (DTB) format is a flat binary encoding of devicetree data. It used to exchange devicetree data between software programs. For example, when booting an operat...原创 2019-11-03 11:40:01 · 1689 阅读 · 1 评论 -
Linux Device Tree(一) - 基本介绍
学习device tree1.Introduction A hardware device tree is a tree data structure with nodes and properties that describes the physical devices in a system, that is Direct Memory Access, Universal Seri...原创 2019-06-03 18:55:03 · 2186 阅读 · 0 评论