Welcome![Sign In][Sign Up]
Location:
Search - linux Red H

Search list

[Other resourceS3C2410_BIOS

Description: 第一版YL2410开发板的BIOS 功能比较简单,上电之后,LCD显示蓝色、绿色、红色三个竖条 同时串口显示如下: Power on reset ************************************ * * * YL2410 Board BIOS V2006 * * Http://www.ucdragon.com * * * ************************************ NAND Flash Boot Please select function : 0 : USB download file(通过USB下载文件) 1 : Uart download file(通过串口下载文件) 2 : Write Nand flash with download file(将下载的文件烧写到NandFlash) 3 : Load Pragram from Nand flash and run(从NandFlash装载文件并运行) 4 : Erase Nand flash regions(擦除NandFlash区域) 5 : Write NOR flash with download file(将下载的文件烧写到NorFlash) 6 : Set boot params(设置Linux启动相关参数) 7 : Set AutoBoot parameter,1:linux 2:wince(设置WINCE自启动) -Commentator YL2410 development board BIOS functions are relatively simple, electricity, LCD blue, green, red and three vertical lines while serial is shown below : Power on reset **************************** ********************** * * * YL2410 Board BIOS V2006 * * Http : / / www.ucdragon.com * * * *********** Attention duty announcers NAND Flash Boot Please sele ct function : 0 : USB download file (through USB download) 1 : Uart download file (via serial port download) 2 : Write Nand flash with download file (download the burning of documents NandFlash) 3 : Load Pragram from Nand flash and run (from NandFlas h load and run) 4 : Erase Nand flash regions (erasure NandFlash regional) 5 : Write NOR flash with download file (download the document to the burning N orFlash) 6 : Set boot params (i
Platform: | Size: 408976 | Author: wind | Hits:

[Booksredhat91

Description: linux RED HAT 9 从入门到精通书籍-linux from the induction of nine books proficient
Platform: | Size: 5229568 | Author: 王新 | Hits:

[ARM-PowerPC-ColdFire-MIPSS3C2410_BIOS

Description: 第一版YL2410开发板的BIOS 功能比较简单,上电之后,LCD显示蓝色、绿色、红色三个竖条 同时串口显示如下: Power on reset ************************************ * * * YL2410 Board BIOS V2006 * * Http://www.ucdragon.com * * * ************************************ NAND Flash Boot Please select function : 0 : USB download file(通过USB下载文件) 1 : Uart download file(通过串口下载文件) 2 : Write Nand flash with download file(将下载的文件烧写到NandFlash) 3 : Load Pragram from Nand flash and run(从NandFlash装载文件并运行) 4 : Erase Nand flash regions(擦除NandFlash区域) 5 : Write NOR flash with download file(将下载的文件烧写到NorFlash) 6 : Set boot params(设置Linux启动相关参数) 7 : Set AutoBoot parameter,1:linux 2:wince(设置WINCE自启动) -Commentator YL2410 development board BIOS functions are relatively simple, electricity, LCD blue, green, red and three vertical lines while serial is shown below : Power on reset***************************************************** YL2410 Board BIOS V2006** Http :// www.ucdragon.com************** Attention duty announcers NAND Flash Boot Please sele ct function : 0 : USB download file (through USB download) 1 : Uart download file (via serial port download) 2 : Write Nand flash with download file (download the burning of documents NandFlash) 3 : Load Pragram from Nand flash and run (from NandFlas h load and run) 4 : Erase Nand flash regions (erasure NandFlash regional) 5 : Write NOR flash with download file (download the document to the burning N orFlash) 6 : Set boot params (i
Platform: | Size: 408576 | Author: wind | Hits:

[Picture ViewerJPG2RGB565

Description: JPG2RGB565 说明: 1.对于单片机而言有的时候需要显示图片,一般单片机为了节约资源采用的图片一般为RGB565格式, PC机上用的一般是RGB格式,也就是说PC机器上RGB(R,G,B)三个字节表示一个像素,单片机采 用两个字节表示一个像素,第一个字节的高5位表示R,第一个字节的低3位和第二个字节的高3位 表示G,第二个字节的低5位表示B 2.本程序支持JPG格式转为RGB565格式,显示在屏幕上或者用管道命令输出到一个文本文件 命令行:JPG2RGB565 <infile.jpg> > <outfile.h> 打开outfile.h,拷贝其中的数据即可 3.这个工具很简单,只有一个Main.go文件,可执行文件也很简单绿色环保。 代码很简单,采用Google公司的Go语言开发,同时也便于大家在Windows系统下使用编译好了可执行文件。如果需要在Linux和Mac下,只需要重新编译Main.go文件即可。 -JPG2RGB565- A tool for JPG picture file to convert RGB565 format. Description: (1) Most of microcontroller sometimes need to display pictures with RGB565 format data.And we often get the picture on PC of RGB888 format.This tools can help you to covert JPG file with RGB888(in most PCs) to RGB565 format to .h file. PC RGB888 format use three byte represent one pixel,ie RGB. And the microcontroller uses two bytes to represent a pixel, the high five bits of the first byte is Red color, the low 3 bits of the first byte and the high 3 bits of the second byte stands yellow color toghter. And the rest 5 bits of the second byte stands blue color. (2) This program supports JPG format to convert to RGB565 format.Use it under the command line:JPG2RGB565 <infile.jpg> > <outfile.h>. Then open outfile.h and add it to your C project or copy the data to your c head file directly. (3) This tool is really simple, only one Main.go file written by Google Go language. I also provide the
Platform: | Size: 356352 | Author: Eric | Hits:

[Data structsalgorithms-master

Description: 1. 经典的算法实现 2. 服务器端 3. 正确,易于使用和改造, 一个头文件一个算法,并附带一个demo. 1. 一个算法用一个.h文件表示放到include下.2. 算法演示的demo程序放到src下.3. 程序正确通过后,请发起Pull Requests,代码被验证后入库,并在README中发布新算法实现。 已实现 ( Implemented ): Array shuffle Prime test(trial division) Prime test(Miller-Rabin s method) 2D Array Arbitary Integer Linear congruential generator Maximum subarray problem Bit-Set Queue Stack Binary Heap Fibonacci Heap Priority Queue (list based) Bubble sort Selection sort Insertion sort Radix sort Quick sort Merge sort Heap sort Double linked list Skip list Self-organized linked-list ops (move-to-front, move-ahead-one) Largest common sequence Binary search tree Dynamic order statistics Red-black tree Interval tree Prefix Tree(Trie) Suffix Tree B-Tree Suffix Array等-(classical algorithms implementations) (based on linux/gcc) (correct! and ease of use, one .header file per algorithm) one .header file per algorithm. )( one demo per algorithm. )(Please Use Fork+Pull Requests !!! Correctness is the most important!)
Platform: | Size: 1636352 | Author: 汪小君 | Hits:

CodeBus www.codebus.net