u-boot专区
qinxiongxu
静...//君子以自强不息~
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
uboot配置过程详细解析
U-Boot开头有一些跟主机软硬件环境相关的代码,在每次执行make命令时这些代码都被执行一次。 1. U-Boot 配置过程 (1)定义主机系统架构 HOSTARCH := $(shell uname -m | / sed -e s/i.86/i386/ / -e s/sun4u/sparc64/ / -e s转载 2013-05-18 16:57:39 · 1269 阅读 · 0 评论 -
u-boot笔记(一)
s5pv210 启动分为3个阶段:分别是BL0,BL1,BL2。 BL0:为IC出厂前固化在S5PV210 其内部的Rom里面,即我们常说的ROM Code; BL1:为u-boot-spl.bin; BL2:为u-boot,bin 从上我们知道: 1.S5pv210 Rom code为BL0段代码,起来后会Initial System Clock,相关设备的驱动控原创 2013-05-19 22:27:54 · 829 阅读 · 0 评论
分享