一、选用sun的phoneme https://phoneme.dev.java.net/ 二、下载 http://download.java.net/mobileembedded/phoneme/advanced/phoneme_advanced-mr2-dev-src-b97-20_nov_2008.zip 三、解压 unzip phoneme_advanced-mr2-dev-src-b97-20_nov_2008.zip 四、修改makefile cd phoneme_advanced_mr2/cdc/build/linux-arm-generic gedit GNUmakefile 修改 CVM_TARGET_TOOLS_PREFIX=/usr/local/arm/4.3.2/bin/...
by 风城少主 - Java文档中心 - 2010-03-04 19:49:07 阅读(5705) 回复(1)
友善之臂mini2440开发板一套(带3.5寸屏幕) 另送一条USB转串口线一条(市场价50元)和《嵌入式linux应用开发完全手册》书籍一本 以上总的价格450元(包快递费) 联系方式 msn:[email]cocobwq@sina.com[/email] QQ:15570453
通过串口使用loader.bin将u-boot.bin下载到at91rm9200板子上,u-boot-1.1.1与u-boot-1.1.4在超级终端上打印出的信息为何差别那么大啊? CCCCCCCCCCCCCCCC U-Boot 1.1.1 (Nov 16 2004 - 18:01:43) U-Boot code: 21F00000 -> 21F16F2C BSS: -> 21F1B368 RAM Configuration: Bank #0: 20000000 32 MB Flash: 16 MB DataFlash:AT45DB642 Nb pages: 8192 Page Size: 1056 Size= 8650752 bytes Logical address: 0xC0000000 Area ...
我下载了一个u-boot.里面有一个smc91111的驱动,但是现在要把这个驱动移植到ARM上的linux里. 不知道该怎么做?我以前没写过驱动,不知道从什么地方入手.请各位高人指点,多谢! :cry:
这是uboot的start.s的一段启动代码 /* * These are defined in the board-specific linker script. */ .globl _bss_start _bss_start: .word __bss_start .globl _bss_end _bss_end: .word _end 我对这里的 .globl .word 不了解 希望知道的冒个泡谢谢! 还有就是能不能提供一些相关的汇编资料,我找了好长时间都没有找到。
mini opensolaris only ssh zfs nfs about 74m run in the ram user root passwd alex base on Solaris Express Community Edition b117 for x86 ### if the ssh cannt work try #svcadm clear system/cryptosvc ### :mrgreen: iso http://www.rayfile.com/files/f218d942-77fe-11de-aec1-0014221b798a/ need usb? [ 本帖最后由 alex_linux 于 2009-7-24 13:56 编辑 ]
uboot> protect off all Un-Protect Flash Bank # 1 uboot> erase 10000000 1001ffff Erasing sector 0 ... done Erased 1 sectors uboot> loadb 20000000 ## Ready for binary (kermit) download to 0x20000000 at 115200 bps... ## Total Size = 0x00002908 = 10504 Bytes ## Start Addr = 0x20000000 uboot> cp.b 20000000 10000000 5fff Copy to Flash... not erased at 10000016 (800) Flash not Erased Ub...