搜索资源列表
u-boot_44b0
- uboot移植到44b0开发板上的过程,doc文件,仅作为一点点参考。-44b0 uboot transplanted to the process of development boards, doc documents, as only a little bit of information.
Tribbox_Manual
- st7109的开发环境的使用说明,对uboot开发和kernel开发进行了一些说明-st7109 s development environment for use on the development of uboot and kernel development of a number of notes
U-BOOT
- 本文档讲述了uboot的移植方法及相关的知识,很不错的说明-This document describes methods and uboot transplant-related knowledge, it is a good descr iption of
uboot1.1.6_Makefile.rar
- uBoot的MAKEFILE文件详细解释,the uBoot The MAKEFILE file a detailed explanation
uboot procedure
- It's a good document to introduce uboot procedure.
U-Boot启动第二阶段代码分析
- U-Boot第一阶段的启动流程。(nandflash启动,把nand的4k代码考到sram中,因为nand没址线,不能映射到内存,所以通过sram进行过度,sram中4k代码把整个uboot拷贝到sdram上,初始化好堆栈,为c语言提供条件,进入uboot的第二阶段! )这个阶段主要是初始化硬件设备,为加载U-Boot的第二阶段代码准备RAM空间最后跳转到lib_arm/board.c中start_armboot函数,这是第二阶段的入口点。(U-Boot first phase of the s