待到山花烂漫时,依旧是那些经典在微笑 ~__~
发布时间:2015-03-02 11:33:03
文章资料来源:http://blog.chinaunix.net/uid/20543672/cid-6411-abstract-2.html......【阅读全文】
发布时间:2015-02-26 14:45:36
原文:http://blog.chinaunix.net/uid-20543672-id-3065852.html......【阅读全文】
发布时间:2015-02-10 16:06:46
内核启动:http://blog.chinaunix.net/uid-26202349-id-4829000.html 可知道,最终会调用bootm命令。 点击(此处)折叠或打开bootcmd=nand read C0008000 600000 400000; nand read 30A00000 B00000 180000; bootm C0008000 30A00000 从.........【阅读全文】
发布时间:2015-02-09 16:36:57
u-boot 1.3.4 cpu:s5pv210 架构体系armv7---BL2阶段启动内核(上)......【阅读全文】
发布时间:2015-02-03 15:14:15
***********************目标*********************************** 1.分析uboot1.3.4如何引导内核 2.uboot1.3.4和内核之间的参数传递 3.uboot1.3.4的命令实现 4.uboot1.3.4.........【阅读全文】