搜索资源列表
U-Boot
- U-BOOT的开发文档,比较详细,具体见文档
U-BOOT
- 三星24XX\\U-BOOT(bootloader)程序的特点功能
u-boot中的i2c
- u-boot中的i2c
U-Boot代码结构分析
- 详细介绍U-boot的内部源码结构,对于了解U-boot的启动过程有帮助
U-boot启动流程
- 介绍了U-boot启动流程
u-boot启动全过程.rar
- 嵌入式 arm架构下的u-boot分析。
u-boot中文文档
- u-boot中文文档
u-boot在s3c2410上的移植
- 引言 U-Boot是用于初始化目标板硬件,为嵌入式操作系统提供目标板硬件配置信息,完成嵌入式操作系统装载、引导和运行的固件程序。它能够将系统的软硬件紧密衔接在一起。S3C2410是三星公司的一款基于ARM920T核的嵌入式通用处理器。本文将详细介绍U-Boot在S3C2410开发板上的移植与运行。 U-BOOT简介 U-Boot支持ARM、 PowerPC等多种架构的处理器,也支持Linux、NetBSD和VxWorks等多种操作系统。它提供启动加载和下载
3 利用u-boot下载VxWorks操作系统.rar
- mini2440开发板利用u-boot下载VxWorks操作系统
Linux-u-boot
- u-boot 的移植。平台2416,交叉编译4.2.2.我成功在2416的开发板上移植成功。-u-boot porting. Platform 2416
u-boot启动
- u-boot启动.doc
u-boot1.1.6
- S3C2410开发板上移植文档u-boot 1.1.6.doc-Portable Document S3C2410 development board u-boot 1.1.6.doc
U-Boot(1)
- 介绍u-boot的两篇文章,相当不错.适合linux嵌入式开发-u-boot introduction
u-boot_mips
- 文章是2年前移植u-boot时候分析的,u-boot方面文章比较多,但是mips方面的稍微少一点,因此贴上来就当资料搜集贴吧-The article is 2 years ago when the u-boot transplantation analysis, u-boot more articles, but mips slightly less area, so when the data collection on贴上来Post Bar
u-boot.lds_analysis
- u-boot-1.3.3/board/davinci/dv-evm/u-boot.lds文件的简要分析-u-boot-1.3.3/board/davinci/dv-evm/u-boot.lds file a brief analysis of
S3c2410_NandFlash_U-Boot
- u-boot在s3c2410上的移植论文,支持nandflash启动,很有指导意义。-u-boot in s3c2410 papers on migration, support nandflash start, is very instructive.
U-BOOT_S3C2440
- U-BOOT移植S3C2440完全手册.pdf- U-BOOT transplants S3C2440 complete handbook .pdf
u-boot-2008.10utu2440
- 本文详细介绍了U-BOOT-2008.10在UTU2440开发板上的移植过程-This paper describes the U-BOOT-2008.10 UTU2440 development board in the transplant process
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