找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
广告投放联系QQ68610888
查看: 14011|回复: 24

怎样激活64M内存

[复制链接]
wrt54g v2,换了两片HY57V561620C,总容量是2x256Mbit=64M byte,现在用命令:
nvram set sdram_init=0x008
nvram set sdram_ncdl=0x000
nvram commit
reboot

能激活32M,请教一下激活64M的命令是什么?
我的恩山、我的无线 The best wifi forum is right here.
我也想知道………………
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

這是 WL-500GD 64MB 用的 不知道行不行? 我買不到 wrt54g
nvram set sdram_init=0x2008
nvram set sdram_ncdl=0
nvram commit
參考
http://begunje.dyndns.org/articles/wl500gx-ram-upgrade/index.html

[ 本帖最后由 a9988cd 于 2007-3-25 14:15 编辑 ]
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

 楼主| | 显示全部楼层
原帖由 a9988cd 于 2007-3-25 14:13 发表
這是 WL-500GD 64MB 用的 不知道行不行? 我買不到 wrt54g
nvram set sdram_init=0x2008
nvram set sdram_ncdl=0
nvram commit
參考
http://begunje.dyndns.org/articles/wl500gx-ram-upgrade/index.html

晚上回去试一下,给大家答案,反正我有jtag线,
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

 楼主| | 显示全部楼层
看了wl500的资料,好像是应该再连通一根地址线,参数应该还是sdram_init=0x0008

BCM3302 Memory Controller Configuration
This pages focus on memory controller configuration values, stored in the nvram and used for BCM3302 memory controller configuration found in the BCM4712, BCM53xx series of SoC and BCM5836 CPU

There are several references, which was used to make this summary page, including GPL source code tarballs, distributed by Linksys and ASUS and CFE distributed by Broadcom.

Memory configuration is perfromed by code, assembled from shared/sbsdram.S file. Depending on version it's either uses embedded nvram header values (found in PMON/CFE loader at offset 0x100 or 0x400) or values, from current nvram. These values are generated from sdram_* values either during bootloader flashing or via nvram update using nvram commit command.

The exact sdram configuration variables are: sdram_init, sdram_config, sdram_refresh and sdram_ncdl. They are used as following:

sdram_init determines the memory controller operation mode, i.e. DDR/SDR cycles, 16/32 bit memory interface, number of bits in CAS signal, etc.: Field Name Description
0 MemType Memory type in use.
0: SDR SDRAM
1: DDR SDRAM  
1 16BitMem Memory interface.
0: 32-bit interface
1: 16-bit interface  
4:2 ColWidth Column width in use.
000: 8-bit column
010: 9-bit column
100: 10-bit column

13 Clock Clock source?
0: External clock
1: Internal clock  

sdram_config is used to initialize the mode register (during MRS cycle) of the SDRAM, it contains things defined by JEDEC: burst type, burst length, CAS latency; Field Name Description
0:2 BurstLength Burst Length value.
000: 1
001: 2
010: 4
011: 8
111: full page  
3 BurstType Burst Type value.
0: Sequential
1: Interleave  
6:4 CASLatency CAS Latency.
001: 1
010: 2
011: 3
101: 1.5
110: 2.5
111: 3.5  

sdram_refresh seems to be leaved for compatibility, and not used anymore;
sdram_ncdl contains various memory controller timing information, this could be either 0, which indicates to perform auto-tuning during memory initialzation (it will be updated to real value once initialization completed by CFE) or predefined value.
Sample memory configurations which could be found in the sources provided by Broadcom:

Size Type Organization sdram_init bits RAS CAS Technology
8MB SDR 4 Meg x 16 0x0002 000 1 0 A0-A11 A0-A7 64Mbit
16MB SDR 4 Meg x 16 x 2 0x0000 000 0 0 A0-A11 A0-A7 64Mbit
16MB SDR 8 Meg x 16 0x000a 010 1 0 A0-A11 A0-A8 128Mbit
32MB DDR 16 Meg x 16 0x000b 010 1 1 A0-A12 A0-A8 256Mbit
32MB SDR 16 Meg x 16 0x000a 010 1 0 A0-A12 A0-A8 256Mbit
32MB SDR 8 Meg x 16 x 2 0x0008 010 0 0 A0-A11 A0-A8 128Mbit
64MB DDR 16 Meg x 16 x 2 0x0009 010 0 1 A0-A12 A0-A8 256Mbit
64MB SDR 16 Meg x 16 x 2 0x0008 010 0 0 A0-A12 A0-A8 256Mbit
128MB DDR 32 Meg x 16 x 2 0x0011 100 0 1 A0-A12 A0-A9 512Mbit
128MB SDR 32 Meg x 16 x 2 0x0010 100 0 0 A0-A12 A0-A9 512Mbit
256MB DDR 64 Meg x 16 x 2 0x0011 100 0 1 A0-A13 A0-A9 1Gbit
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

我的 Wl-500g Deluxe 換 SDRAM 時 弄壞了 無法測試 ,你說的 " 地址线 " 是把 A12 位址線 接至 CPU  .

WL-500GD 已經預留 A12 接點 但未接上 .
這機器 我還蠻喜歡的 可以超頻至 300MHZ ...(沒成功)

wrt54g  A12有接至 CPU嗎?

參考: http://wl500g.dyndns.org/sdram.html

[ 本帖最后由 a9988cd 于 2007-3-27 01:57 编辑 ]
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

http://wl500g.dyndns.org/sdram.html
這篇 也許有問題 我不確定
例如 :32MB DDR 16 Meg x 16 "0x000b" 010 1 1 A0-A12 A0-A8 256Mbit
但是 我的 WL-500GP 是32MB DDR RAM 但 須要用 "0x0009"
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

想知道楼主的v2激活了64MB后,用来干什么?感觉用不了那么多的内存。
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

 楼主| | 显示全部楼层
打开V2版看了一下,内存的A12好像没有布线到BCM4712,看样子只能当32M的使了。不过每个内存芯片的边上有两个未焊原件的地方,但好像接的是38脚看内存芯片好像是CLK脚。只好做罢!
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

原帖由 jczuo 于 2007-3-25 13:42 发表
wrt54g v2,换了两片HY57V561620C,总容量是2x256Mbit=64M byte,现在用命令:
nvram set sdram_init=0x008
nvram set sdram_ncdl=0x000
nvram commit
reboot

能激活32M,请教一下激活64M的命令是什么?


你用哪些工具 把RAM 換上去的?
有沒有好的方法,可以簡單拆下且換上RAM ?(拆壞一台機器 恐懼中...)
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

 楼主| | 显示全部楼层
,我是电子厂的,让车间的高级焊工给换的,工序我是了解的,先把芯片边上的小器件用胶纸贴住,然后用热风吹化焊锡,把芯片取下,清理一下焊盘,再把新芯片焊上,然后扫干净板子上的锡。

在家里去掉芯片其实可以用堆锡的方法(不过过热容易把焊盘弄掉,焊盘掉几个,板子基本上就废了),然后用铜线网网把焊盘上的锡弄干净,再焊片子。我看师傅们焊片子也是先把锡堆上去,再一点点拉,然后就剩每个脚上有锡了,非常漂亮!明天白天我可以上一下照片看看人家的焊接技术。

[ 本帖最后由 jczuo 于 2007-3-25 23:24 编辑 ]
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

我算是業餘的有吹風槍,但沒有好的技術哈哈!! 又訂了一台 500GD 打算再試一次.
期待你的照片
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

 楼主| | 显示全部楼层
今天用表量了,wrt54g v2 的a12脚确实没布线,不用指望64M内存了!焊上去的64M片子只能当32M的用了.
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

 楼主| | 显示全部楼层
换上的64M内存(可惜只能用32M),内存的A12脚(红圈处)没布线。

[ 本帖最后由 jczuo 于 2007-3-28 21:25 编辑 ]

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

×
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

原帖由 abc138 于 2007-3-25 16:54 发表
想知道楼主的v2激活了64MB后,用来干什么?感觉用不了那么多的内存。


插花 回答: 我個人認為 加RAM之後 可以把"連線數增多, DD-WRT 裡面 可以從512 - 4096 手動改可以更多.
我的理想 連接數 大概 40960 .....
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

有疑问请添加管理员QQ86788181|手机版|小黑屋|Archiver|恩山无线论坛(常州市恩山计算机开发有限公司版权所有) ( 苏ICP备05084872号 )

GMT+8, 2024-4-27 15:04

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

| 江苏省互联网有害信息举报中心 举报信箱:js12377 | @jischina.com.cn 举报电话:025-88802724 本站不良内容举报信箱:68610888@qq.com 举报电话:0519-86695797

快速回复 返回顶部 返回列表