u-boot
文章平均质量分 79
gowyz
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
U-Boot中Linux的image文件头的定义(启动时间优化)
Linux Support: ============== Although U-Boot should support any OS or standalone application easily, the main focus has always been on Linux during the design of U-Boot. U-Boot includes many fea转载 2012-06-14 23:00:30 · 3578 阅读 · 0 评论 -
制作Linux映像和Kernel的启动
进入bootm命令分析之前,先来看看README里面的几段话,简单翻译之 制作Linux映像 ============ 使用uboot时,内核通常生成的文件"zImage"或"bzImage"是没用的。较新一些的内核原码会 生成"uImage", 这个可以为uboot使用。 "uImage"全用了一个工具"tools/mkimage"来封装压缩后的映像文件,在其头部添加一 些信转载 2012-07-12 14:46:09 · 1334 阅读 · 0 评论
分享