ChinaUnix.net
相关文章推荐:

arch number of SMDK2440Board

project : vivi for QQ2440 develope board. instruction : vivi(boot loader for arm) how to run before load system image. (1) makefile of vivi. (2) Head.S (2.1) steppingstone (4k) (Nand flash can not execute directly but Nor flash and RAM). (2.2) memory layout. -- _________________________________0x3400_0000 ( total: 64 M ) -- |++++++++++ViVi (1M)+++++++...

by vincent-cws - Linux文档专区 - 2009-04-23 01:29:27 阅读(1071) 回复(0)

相关讨论

This is JTAG WIGGLER board packaged together with UTU2440 board. This board is adapted from Macraigor JTAG board. info below derives from brighsally J2:JTAG 20 pin interface ( connect to target ARM board ) HC244:buffer chip on this board. pin 2,4,6,8 is connected to ground. Only 4 gates used LPT: parallel port interface ( connect to host PC ) 100R:100 ohm resistor TDO: LPT-11(BUSY)-100...

by bigtrumpet - Linux文档专区 - 2009-05-10 05:45:14 阅读(730) 回复(0)

Arm Development board Experiment Record Author:John Hao Chapter 1: material collection 1. S3C2440 data sheet; 2. Arm Assemble instruction; 3. Develop board Data Sheet; 4. Develop environment: arm-linux-gcc3.4.1 u-boot1.1.6 Chapter 2: Led control 1. Browse the data sheet, utu2440-f-main-v45 sch.pdf, the LED are controlled by EINT4~EINT7. 2. Browse the data sheet, S3C2440.pdf, to...

by fireaxe - Linux文档专区 - 2010-02-24 01:11:38 阅读(1339) 回复(0)
by 源方 - 驱动开发 - 2009-12-14 11:02:54 阅读(5446) 回复(4)

2.6.24.3 smdk2440的rtc驱动测试 creator sz111@126.com 2.6.24.3 内核已经有支援RTC,只要选择就可以在Device Driver –>Real Time Clock -> 选中s3c rtc就可以。 主设备号应该是kernel动态分配的,我的板子上254,mknode一个/dev/rtc 同时加入s3c_device_rtc: static struct platform_device *smdk2440_devices[] __initdata = { &s3c_device_usb, &s3c_device_lcd, &s3c_device_wdt, &s3c_device_i2c, ...

by creatorwu - Linux文档专区 - 2008-07-04 22:00:02 阅读(806) 回复(0)

前面完成基本的操作,现在来分析smdk2440文件夹: board/samsung/smdk2440 |-- Makefile |-- config.mk |-- flash.c //nor flash的支持 |-- lowlevel_init.S //内存分配 |-- nand_read.c //nand启动支持 `-- smdk2440.c 配置文件修改在include/configs/smdk2440.h所有涉及到全局配置的变量都尽量在此修改 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u3/92408/showart_2054480.htm...

by challenger800 - Linux文档专区 - 2009-09-17 13:52:17 阅读(662) 回复(0)

Normal 0 7.8 磅 0 2 false false false EN-US ZH-CN X-NONE ...

by edwinrong - Linux文档专区 - 2009-08-24 22:12:51 阅读(1218) 回复(0)

在UBOOT的Makefile中,有这样的代码: smdk2410_config : unconfig @$(MKCONFIG) $(@:_config=) arm arm920t smdk2410 NULL s3c24x0 有朋友解释说$(@:_config=)代表smdk2410,那么@就应该是smdk2410_config,可是我看到的makefile语法现象中没有@可以代表目标名称的,只有$@作为自动化变量是才可以代表,那么上面的代码应该为: smdk2410_config : unconfig @$(MKCONFIG) $($@:_config=) arm arm920t smdk2410 NULL s3c24x0 请给...

by qiaowei224 - 嵌入式开发 - 2009-03-06 09:33:07 阅读(3741) 回复(1)

Beagle board网上直接有卖,150美元。USB 供电,有TV out。YouTube上一大把演示,网站上也有教程。 龙芯有什么?

by efhilt - 龙芯技术 - 2009-06-27 19:01:40 阅读(2867) 回复(1)

arch wiki上边拿下来的类似windows的字体解压到/etc/fonts里边.首先安装ttf-arphic-uming,ttf-arphic-ukai,ttf-ms-fonts. 文件:local.conf.tar.bz2 大小:1KB 下载: 下载 效果不错 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u1/36607/showart_285487.html

by littleflow - Linux文档专区 - 2007-04-24 20:19:23 阅读(883) 回复(0)

By Peter Seebach , Freelance 28 Sep 2006 As an MP3 and MPEG player, the Hauppauge MediaMVP lets you play digital media through your television set. As a tightly purposed embedded device, it is an excellent example of a compact Linux implementation on minimal hardware. Although I've seen smaller embedded Linux systems than the Hauppage MediaMVP, it is the smallest non-handheld, and it's one of t...

by ming_nuaa - Linux文档专区 - 2006-10-13 20:10:56 阅读(1006) 回复(0)