搜索资源列表
U-Boot44B0-Porting
- U-BOOT是嵌入式系统里面比较常用的bootloader,支持许多平台,比如ARM,PPC等。这个文章详细描述了讲U-BOOT移植到44B0平台的步骤-U-BOOT system is embedded inside the commonest Bootloader. support many platforms, such as ARM, PPC, and so on. This article describes the stresses U-BOOT transplant 44 B0 p
U-Boot
- U-BOOT的开发文档,比较详细,具体见文档
U-BOOT
- 三星24XX\\U-BOOT(bootloader)程序的特点功能
U-Boothinit
- 有关u-boot的文档,是嵌入式系统中初始化引导的代码,推荐在做u-boot的人看
u-boot
- 这是关于U-boot的一份教程,内容不错,希望对大家有帮助。
u-bootsourcecode
- digging u-boot source code (s3c44b0 ) arm7上的 u-boot分析!
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-boot1.1.6
- S3C2410开发板上移植文档u-boot 1.1.6.doc-Portable Document S3C2410 development board u-boot 1.1.6.doc
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
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启动第二阶段代码分析
- 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