arm_dev
文章平均质量分 79
ghoshi
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
s3c2440开发日记,u-boot启动过程,Nand Flash启动分析irq_handler, 中断响应过程,
3.u-boot启动过程,2010-08-15 (1)0x0开始的地方为 "cpu/arm920t/start.S" 文件,启动进入 reset,此段代码位于前4K里自动 被加载到内部的4K内存里面,在reset里把u-boot从Nand Flash复制到64M的SDRAM里面。 (2)复制完后跳到lib_arm/board.c的start_armboot函数,在这里初始化内存和网络连接,中断后 进入一个 for(;;) {}的无限循环,在此循环里面不断执行位于 co原创 2010-08-15 00:52:00 · 1718 阅读 · 0 评论 -
ARM Linux Boot Sequence, arm linux启动顺序
ARM Linux Boot Sequence<br />The following traces the Linux boot sequence for ARM-based systems in the 2.6.18 kernel. It looks at just the earliest stages of the boot process, until the generic non-processor-specific start_kernel function is called. The li转载 2010-09-29 23:13:00 · 698 阅读 · 0 评论 -
Embedded Linux Boot- Code Walkthrough
Embedded Linux Boot- Code Walkthrough<br /> July 31st, 2010 by admin Leave a reply »<br />By K.V.Mohan Reddy & Raghu Bharadwaj<br />This will be a series of articles Documenting Embedded Linux Boot sequence. This is part one.<br />转载 2010-09-30 14:51:00 · 729 阅读 · 0 评论
分享