Welcome![Sign In][Sign Up]
Location:
Search - S3C2410 Nand Bootloader

Search list

[Other resourcevivi

Description: vivi是MIZI公司开发的系统引导程序,原本只支持串口下载。本文以S3C2410处理器加CS8900网络芯片为例,介绍一种在vivi基础上增加网络支持的设计方法,使vivi能够通过TFTP下载文件,可以有效地缩短系统的开发周期,方便用户使用。 关键词 vivi Bootloader TFTP协议 网络功能扩展   随着嵌入式的发展,基于ARM的系统越来越流行。在开发ARM系统时,第一步就是要选择一种合适的Bootloader。目前网络上可得到的Bootloader很多,一般几十KB,所以除非要求把Bootloader限制在几KB以内,否则没有必要自己去写一个Bootloader。Bootloader一般存放在Flash中。当前主流的Flash分为NOR Flash和NAND Flash。前者价格比后者高出很多,而性能相差无几。如果系统采用的是NAND Flash,那么vivi可能会是一个好的选择。
Platform: | Size: 504674 | Author: uanddc | Hits:

[Embeded Linuxuboot_final.tar

Description: 针对基于LINUX的S3C2410下的BOOTLOADER,u-boot1.1.13,支持NANDFlash,网卡已经移植.调试OK-Based on the Linux S3C2410 the BOOTLOADER. u-boot1.1.13 support NANDFlash, network card has been transplanted. Debugging OK
Platform: | Size: 10464256 | Author: gf | Hits:

[Embeded-SCM DevelopNandbootload

Description: s3c2410的Nandflash的bootloader,参考wince的boot-s3c2410 the Nandflash Bootloader. Reference wince the boot
Platform: | Size: 144384 | Author: hb6106 | Hits:

[Embeded Linuxvivi

Description: vivi是MIZI公司开发的系统引导程序,原本只支持串口下载。本文以S3C2410处理器加CS8900网络芯片为例,介绍一种在vivi基础上增加网络支持的设计方法,使vivi能够通过TFTP下载文件,可以有效地缩短系统的开发周期,方便用户使用。 关键词 vivi Bootloader TFTP协议 网络功能扩展   随着嵌入式的发展,基于ARM的系统越来越流行。在开发ARM系统时,第一步就是要选择一种合适的Bootloader。目前网络上可得到的Bootloader很多,一般几十KB,所以除非要求把Bootloader限制在几KB以内,否则没有必要自己去写一个Bootloader。Bootloader一般存放在Flash中。当前主流的Flash分为NOR Flash和NAND Flash。前者价格比后者高出很多,而性能相差无几。如果系统采用的是NAND Flash,那么vivi可能会是一个好的选择。-err
Platform: | Size: 504832 | Author: | Hits:

[Embeded Linuxs3c2410LinuxDocument

Description: 构建嵌入式Linux系统的详细文档,系统启动bootloader的编写,GNU交叉工具链的构建,u-boot的移植,linux2.6内核的移植,应用程序的移植 NAND flash驱动的编写与移植-Embedded Linux System Construction of the detailed document, prepared by the bootloader to boot the system, GNU cross tool chain build, u-boot transplant, linux2.6 core of the transplant, the application of transplantation NAND flash-driven preparation and transplantation
Platform: | Size: 1026048 | Author: tutu | Hits:

[ARM-PowerPC-ColdFire-MIPSBootloader

Description: 阐述Bootloader实现的目的、过程、原理,结合三星S3c2410开发板的硬件特性和项目的具体需求,设计开发合理高效的启动模块,并衍生出Bootloader在NAND Flash与NOR Flash下的2种不同加载方式,针对NAND Flash和NOR Flash实现完整的启动引导程序-Bootloader on the achievement of the purpose, process, principle, combined with Samsung' s hardware development board S3c2410 characteristics and the specific needs of the project, the design of rational and efficient development of start-up module, and derived from Bootloader in the NAND Flash and NOR Flash the two kinds of different ways to load for NAND Flash and NOR Flash to achieve a complete start-up boot
Platform: | Size: 61440 | Author: wangpin | Hits:

[Linux-Unixsjf2410_linux

Description: You can use this as one method to un-brick your Neo1973, in case your bootloader has been corrupted. sjf2410-linux is a linux-enabled version of the sjf2410 tool. It allows you to use a wiggler compatible JTAG Probe to program NAND and NOR flash attached to the S3C2410 (In the Neo1973, we only use NAND flash).
Platform: | Size: 23552 | Author: a872312 | Hits:

[Embeded LinuxMyVV-NAND-CP.tar

Description: s3c2410 bootloader 简短的启动代码-s3c2410 bootloader
Platform: | Size: 55296 | Author: xiaohe | Hits:

[VxWorksvxWork-Boot-from-NandFlash

Description: 有很多朋友在摸索怎样从单片NandFlash来启动Vxworks;现把我自己做的从NandFlash来存储和启动VxWorks方案分享给大家: 平台: 基于尤龙FS2410;S3c2410+64M DRAM+NandFlash+CS8900A,但是NorFlash没有用; BSP VxWorks5.5 2410 Bootloader -Have many friends in exploring how to start from a single NandFlash Vxworks is from my own store and start the VxWorks NandFlash programs to share with you: Platform: Based on the particular dragon FS2410 S3c2410+64 M DRAM+ NandFlash+ CS8900A, but NorFlash no use BSP VxWorks5.5 2410 Bootloader
Platform: | Size: 2952192 | Author: 田野 | Hits:

[Linux-UnixLinux-driver-development19

Description: 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第19章、Flash设备驱动。Flash在嵌入式系统中是必不可少的,它是BootLoader、Linux内核和文件系统的最佳载体。在Linux内核中,引入了MTD层为NOR Flash和NAND Flash设备提供统一的接口,从而使得Flash驱动的设计工作大为简化。19.1节讲解了Linux Flash驱动的结构,主要讲解了MTD系统的层次结构和接口。19.2节和19.3节分别讲解了NOR Flash和NAND Flash驱动的设计方法,给出了设计模板。19.4节和19.5节分别以S3C2410外围NOR Flash和NAND Flash为实例进一步讲解了NOR Flash和NAND Flash驱动的设计。19.6节讲解了如何在Flash上建立cramfs、jffs/jffs2及yaffs/yaffs2文件系统。-Author: HuaQing vision embedded institute. The Linux device driver development "(08 and 09 sep TOP50) annual list of best-selling chapter 19, Flash device drivers. Flash in embedded systems is necessary, that it is the BootLoader, Linux kernel file system and the best carrier. In the Linux kernel, introduce a MTD layer TTL NAND Flash for Flash and provide a unified interface equipment, thus make the Flash drive design work greatly simplified. Section 19.1 explained Linux Flash drive structure, main explained MTD system level structure and interface. Section 19.2 and 19.3 respectively explained TTL NAND Flash drive and Flash design method are given, and the design template. Section 19.4 and 19.5 respectively to S3C2410 TTL NAND Flash Flash and peripheral as an example to explain further TTL NAND Flash drive and Flash design. Section 19.6 explained how to establish cramfs, JFFS Flash on the original and yaffs/yaffs2/file system.
Platform: | Size: 581632 | Author: 华清远见 | Hits:

[Driver Developunsp_boot

Description: 几乎全部C语言写的bootloader,适用于S3C2410的开发板,支持Nand flash和Uart。-S3C2410 development board suitable for almost all of the C language to write the bootloader support Nand flash Uart.
Platform: | Size: 41984 | Author: 周成 | Hits:

CodeBus www.codebus.net