搜索资源列表
u-boot_44b0
- uboot移植到44b0开发板上的过程,doc文件,仅作为一点点参考。-44b0 uboot transplanted to the process of development boards, doc documents, as only a little bit of information.
u-boot-1.2.0_porting_analysis
- 对Uboot 移植的过程的详细分析,很不错的一篇文章
U-BOOT移植
- 介绍UBOOT移植方法机案例分析
u-boot逐行分析
- uboot的详细分析
u-boot 移植步骤详解
- 告诉你如何移植UBOOT,说得很明白,基本上看了就会使用
u-boot-cmd.pdf.tar
- Uboot 命令简介 包括各种详细的命令,方便大家进行Uboot移植-About Uboot orders including an order in detail to facilitate transplantation to Uboot
U-BOOT
- 本文档讲述了uboot的移植方法及相关的知识,很不错的说明-This document describes methods and uboot transplant-related knowledge, it is a good descr iption of
u-boot-08-10
- UBOOT移植 Uboot移植步骤 方法 经测试可用-UBOOT80.10
u-boot
- 十分实用的uboot学习笔记,初学者实用!-Uboot very useful study notes, useful for beginners!
uboot
- 国嵌tiny ok 课程5(内核驱动进阶班)第2天(U-Boot移植)必修实验-U-Boot linux
U-Boot_Makefile-analyse
- uboot编译中的Makefile的解读-Descr iption of the Makefile in uboot of Linux
u-boot
- This the Linux uboot document. It demonstrate how to get and build the ARM uboot on Linux.-This is the Linux uboot document. It demonstrate how to get and build the ARM uboot on Linux.
mini2440-U-Boot-Makefile
- 三星mini2440Uboot Makefile分析详解-S3Cmini2440 Uboot Makefile
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