Location:
Search - vivi 2410
Search list
Description: samsung公司下载的vivi(bootloader)源码,是最新的更新版-downloaded anger (Bootloader) of the source code, is the latest update
Platform: |
Size: 168960 |
Author: sparkish |
Hits:
Description: VI 是2410的ARM9芯片的BOOTLOADER,用于启动和初始化芯片-VIVI 2410 is the ARM9 chip BOOTLOADER for startup and initialization chip
Platform: |
Size: 470016 |
Author: haha |
Hits:
Description: arm系统bootloader,包括网络TFTP,USB等方式下载IMAGE到目标板上-arm system, including network TFTP, USB, etc. IMAGE downloaded to the target board
Platform: |
Size: 470016 |
Author: 王月 |
Hits:
Description: 2410 nand boot load!(4K DRAM)
0地址开始运行,没有象VIVI拷贝自身到
高端内存运行,可以用它加载UBOOT。
也可以改写它用来引导自己的系统-2410 nand boot load! (4K DRAM) 0 addresses begin, as VIVI not copy itself to high-end memory operation, can be used UBOOT load. It can also rewrite used to guide their systems
Platform: |
Size: 76800 |
Author: whwlxl |
Hits:
Description: 一个让我受益 非浅的s3c2410的vivi源码(带注释,转自http://www.18jin.cn/ShowForum.asp?forumid=45)-an benefited from the anger of s3c2410 source (with Notes, switched from http :// www.18jin.cn/ShowForum.asp forumid = 45)
Platform: |
Size: 315392 |
Author: 柳林 |
Hits:
Description: S3C2410 Vivi bootloader源代码。可以快速编译生成适应自己目标板的Loader。-S3C2410 Vivi Bootloader source code. Rapid generation compiler can adapt themselves to the target board Loader.
Platform: |
Size: 244736 |
Author: 古月伦 |
Hits:
Description: s3c2410 vivi,修改了延时启动部分,按任意键进入vivi提示符,-s3c2410 anger, which amended the launch delay, according to a random keys into anger prompt,
Platform: |
Size: 590848 |
Author: guicaili |
Hits:
Description: s3c2410内部控制器在vivi下的可运行源代码-s3c2410 14:57 internal controller in the operational source code
Platform: |
Size: 1024 |
Author: god is crazy |
Hits:
Description: arm9的bootloader,适合通用2410x平台
vivi.pal(20051228)支持tv输出和vga输出,vclk为26.25mhz
vivi(20060330)支持vga输出和tv输出,vclk为25mhz
以上两个vivi均编译自vivi-br-release(20051228).tar.gz
在两个不同vivi间切换的方法是在源文件“/include/platform/smdk2410.h”中打开或者取消对PAL640480宏的定义:
#define PAL640480
默认该句是注释掉的,编译得到的vivi的vclk为25mhz
ch7005手册中要求640x480的pal输出时vclk为26.25mhz,但实践中发现并不需要完全等与这个频率,有时候vivi(20051228)的pal效果更好,具体使用哪个参数用户可以多比较尝试,也可以尝试修改成其他的频率。-arm9 Bootloader, Definitive 2410 x suitable platform vivi.pal (20051228) support tv vga output and losers that vclk to 26.25mhz 14:57 (20060330) support tv vga output and exports, vclk for more than two 25mhz were compiled from 14:57 14:57- br-release (20 051,228). tar.gz 14:57 in the two different ways of switching between the source document "/ incl. ude/platform/smdk2410.h "open or cancel right PAL64048 0-definition :# define default PAL640480 comment out of the sentence. Compiling the 14:57 of the vclk 25mhz ch7005 manual requirements 640x480 p al output when vclk 26.25mhz for, but the practice is found to be unnecessary, such as the frequency, Sometimes 14:57 (20051228) pal better effect, use specific parameters which users can try to compare, could also try to amend it in
Platform: |
Size: 587776 |
Author: star |
Hits:
Description: vivi的远代码,使用于s3c2410
好东西哦!-vivi far code, used for good things S3C2410 Oh!
Platform: |
Size: 174080 |
Author: 小闭 |
Hits:
Description: 斯道S3C2410普及版III型vivi-usb启动源码-S3C2410 universal version of Enso-III start vivi-usb-source
Platform: |
Size: 327680 |
Author: 刘清华 |
Hits:
Description: 详细解释了vivi这种bootloader的实现过程,对理解一般的bootloder有很好的辅助作用
Platform: |
Size: 51200 |
Author: fd |
Hits:
Description: 这是一个基于arm的嵌入式linux的启动代码,能够实现对2410的启动。-This is an arm of the embedded linux-based start-up code, to achieve the start of 2410.
Platform: |
Size: 316416 |
Author: 田江华 |
Hits:
Description: 这个vivi的功能很丰富,除了mizi标准的vivi功能以外,其它的特点如下:
1、支持yaffs文件系统的启动
2、具有VGA芯片初始化功能
3、具有CS8900A/DM9000A网络芯片的网络下载功能
4、可以启动WindowsCE映象-This function is very rich vivi, vivi In addition to standard features mizi, other characteristics are as follows: 1, yaffs file system to support the launch of 2, with a VGA chip initialization function 3, with a network chip CS8900A/DM9000A network download features 4 , you can start mapping WindowsCE
Platform: |
Size: 550912 |
Author: chen |
Hits:
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:
Description: 2410的bootloader(vivi)的详细讲解,很优秀,引用众多-2410 of the bootloader (vivi) to explain the details, it is excellent, citing numerous
Platform: |
Size: 50176 |
Author: 缪德芳 |
Hits:
Description: 适用于阳初公司的2410开发板的vivi源代码 包含tftp vga-Applicable to Shenyang in early 2410 the company
Platform: |
Size: 643072 |
Author: okapy |
Hits:
Description: s3c2410平台的开发详解 包括 开发环境 linux的 还有 gdb的 还有基础实验 包括LED I/O, linux, memory , flash , uart , 中断,timer ,mmu, clock还有bootloader vivi等 初学者的 宝典 强烈推荐-Detailed S3C2410 platform including linux development environment are also the basis of experimental gdb including LED I/O, linux, memory, flash, uart, interrupt, timer, mmu, clock, etc. There are bootloader vivi beginners Baodian strongly Recommended
Platform: |
Size: 377856 |
Author: 吴志 |
Hits:
Description: 根据三星公司提供的在linux环境下的bootloader vivi,经过重新组合变成在ADS1.2环境下编译,并增加了USB下载功能。此源码作为监控程序,烧录在NORFLASH里面,作为专用下载软件使用。-According to Samsung provided in the linux environment bootloader vivi, after re-combination into the ADS1.2 compiler environment, and increase the USB download function. This source as a monitoring program, burn in NORFLASH inside, as a special download software to use.
Platform: |
Size: 558080 |
Author: liumao |
Hits:
Description: 2410开发板的vivibootloader-2410 development board of vivibootloader
Platform: |
Size: 485376 |
Author: 贾凯 |
Hits: