Differences
This shows you the differences between the selected revision and the current version of the page.
| dns-343 2011/12/23 22:57 | dns-343 2017/09/06 18:38 current | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== DNS-343 ====== | ====== DNS-343 ====== | ||
| Here we share information about the DNS-343, a.k.a. "The one with the fancy OLED screen" | Here we share information about the DNS-343, a.k.a. "The one with the fancy OLED screen" | ||
| + | |||
| + | http://images.dlink.com/new/products/DNS-343-4TB/DNS-343-4TB_front.png | ||
| ===== Serial PIN Headers ===== | ===== Serial PIN Headers ===== | ||
| Line 10: | Line 12: | ||
| Once you have a connection, the space + 1 trick gets you into uboot, and the magical busybox code 5784468 will activate busybox for you. | Once you have a connection, the space + 1 trick gets you into uboot, and the magical busybox code 5784468 will activate busybox for you. | ||
| - | ====- Sysinfo ===== | + | ===== Sysinfo ===== |
| == /proc/cpuinfo == | == /proc/cpuinfo == | ||
| <code>Processor : ARM926EJ-S rev 0 (v5l) | <code>Processor : ARM926EJ-S rev 0 (v5l) | ||
| Line 217: | Line 219: | ||
| No found HD</code> | No found HD</code> | ||
| + | == U-Boot == | ||
| + | <code> | ||
| + | ** LOADER ** | ||
| + | ** MARVELL BOARD: DB-88F5X81-DDR1-A LE | ||
| + | |||
| + | U-Boot 1.1.1 (Apr 1 2009 - 18:02:07) Marvell version: 2.2.2.Gandolf.02 | ||
| + | |||
| + | U-Boot code: 00200000 -> 0026FFF0 BSS: -> 0027BC8C | ||
| + | |||
| + | Soc: 88F5281 D0 (DDR1) | ||
| + | CPU running @ 500Mhz | ||
| + | SysClock = 166Mhz , TClock = 166Mhz | ||
| + | |||
| + | DRAM CS[0] base 0x00000000 size 128MB | ||
| + | DRAM Total size 128MB | ||
| + | [16384kB@ff000000] Flash: 16 MB | ||
| + | Addresses 4M - 0M are saved for the U-Boot usage. | ||
| + | Mem malloc Initialization (4M - 3M): Done | ||
| + | |||
| + | CPU : ARM926 (Rev 0) | ||
| + | Streaming disabled | ||
| + | VFP initialized to Run Fast Mode. | ||
| + | |||
| + | USB 0: host mode | ||
| + | CPU: Write allocate enabled | ||
| + | Net: egiga0 [PRIME] | ||
| + | Hit any key to stop autoboot: 0 | ||
| + | Marvell>> printenv | ||
| + | bootargs=root=/dev/ram console=ttyS0,115200 :::DB88FXX81:egiga0:none | ||
| + | bootcmd=bootm FF040000 FF1C0000 | ||
| + | baudrate=115200 | ||
| + | loads_echo=0 | ||
| + | ipaddr=2.66.66.1 | ||
| + | serverip=2.66.66.32 | ||
| + | rootpath=/mnt/ARM_FS/ | ||
| + | stdin=serial | ||
| + | stdout=serial | ||
| + | stderr=serial | ||
| + | cpuName=926 | ||
| + | CASset=min | ||
| + | enaMonExt=no | ||
| + | enaFlashBuf=yes | ||
| + | enaCpuStream=no | ||
| + | enaVFP=yes | ||
| + | enaWrAllo=yes | ||
| + | enaICPref=yes | ||
| + | enaDCPref=yes | ||
| + | MALLOC_len=1 | ||
| + | ethprime=egiga0 | ||
| + | bootargs_root=root=/dev/nfs rw | ||
| + | bootargs_end=:::DB88FXX81:egiga0:none | ||
| + | image_name=uImage | ||
| + | standalone=fsload 0x400000 $(image_name);setenv bootargs $(bootargs) root=/dev/mtdblock0 rw ip=$(ipaddr):$(serverip)$(bootargs_end); bootm 0x400000; | ||
| + | bootdelay=3 | ||
| + | disaMvPnp=no | ||
| + | ethaddr=00:00:00:00:51:81 | ||
| + | eth1addr=00:00:00:00:51:82 | ||
| + | mvNetConfig=mv_net_config=(eth0,00:aa:bb:cc:dd:ee,0)(eth1,00:11:22:33:44:55,1:2:3:4) | ||
| + | overEthAddr=no | ||
| + | pciMode=host | ||
| + | usb0Mode=host | ||
| + | ethact=egiga0 | ||
| + | Environment size: 835/4092 bytes | ||
| + | Marvell>> | ||
| + | </code> | ||