ChinaUnix.net
相关文章推荐:

uboot 2011 mini6410

我在uboot (version 1.1.4)的源码中并未找到sata/sas的相关代码。怎么会这样? 是我没找到,还是它不支持这类设备? thanks

by yidou - 内核/嵌入技术 - 2006-06-05 15:24:34 阅读(843) 回复(0)

相关讨论

这是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 不了解 希望知道的冒个泡谢谢! 还有就是能不能提供一些相关的汇编资料,我找了好长时间都没有找到。

by luo_hao - 内核/嵌入技术 - 2006-07-26 19:23:47 阅读(1249) 回复(3)

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 编辑 ]

by alex_linux - Solaris - 2009-07-24 13:55:39 阅读(1204) 回复(2)

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...

by hello8008 - 内核/嵌入技术 - 2006-12-13 09:23:45 阅读(2741) 回复(2)

通过串口使用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 ...

by hello8008 - 内核/嵌入技术 - 2006-12-12 14:43:29 阅读(1333) 回复(3)

我下载了一个u-boot.里面有一个smc91111的驱动,但是现在要把这个驱动移植到ARM上的linux里. 不知道该怎么做?我以前没写过驱动,不知道从什么地方入手.请各位高人指点,多谢! :cry:

by chunhui_true - 内核/嵌入技术 - 2005-08-26 09:17:46 阅读(836) 回复(0)

低配版,回来就大卸八块,换硬盘和内存,留个影:

by YaoFei - Mac OS X - 2013-10-18 11:24:48 阅读(16208) 回复(11)

谁手里有,扔一台过来。 做开发用。 [ 本帖最后由 cjacker 于 2008-3-20 07:29 编辑 ]

by cjacker - Mac OS X - 2008-04-11 14:48:58 阅读(7683) 回复(2)

Foundry CLI mini tips 1.同时察看多个端口流量负载: show int | inc line | utilization 2.直接察看bgp 或 ospf的配置: show ip bgp config/show ip ospf config 3.直接察看某个ve的配置: show run int ve 3 4.直接察看某个端口透传的vlan: show vlan eth 1/1 5.直接看某个ve包含的端口 show ip int ve 103 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/7980/showart_86047.h...

by ricky_zhu - 网络技术文档中心 - 2006-03-16 10:10:02 阅读(763) 回复(0)