Differences
This shows you the differences between the selected revision and the current version of the page.
dns-343 2011/12/29 19:30 | 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 244: | Line 246: | ||
Net: egiga0 [PRIME] | Net: egiga0 [PRIME] | ||
Hit any key to stop autoboot: 0 | Hit any key to stop autoboot: 0 | ||
- | Marvell>> | + | Marvell>> printenv |
- | </code> | + | 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> |