Buffalo LinkStation 220
From TechInfoDepot
Jump to navigationJump to search
| Buffalo LinkStation 220 | |||||||||||||||||||||
|
| |||||||||||||||||||||
| Homepage | Product page | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Wikipedia | Buffalo Inc. | ||||||||||||||||||||
| WikiDevi.wi-cat.ru | Buffalo LinkStation 220 | ||||||||||||||||||||
| 3rd Party Firmware | |||||||||||||||||||||
| dd-wrt | Incompatible | ||||||||||||||||||||
| OpenWrt | Supported | ||||||||||||||||||||
| Tomato any flavor | Incompatible | ||||||||||||||||||||
| Gargoyle | Incompatible | ||||||||||||||||||||
| Platform | |||||||||||||||||||||
| Brand • Model • Rev | Buffalo LinkStation 220 | ||||||||||||||||||||
| Model Part Number | LS220DE | ||||||||||||||||||||
| Type | NAS enclosure | ||||||||||||||||||||
| Series | LinkStation | ||||||||||||||||||||
| CPU1 | Marvell 88F6707 | ||||||||||||||||||||
| CPU1 Type | ARMv7 PJ4 Core | ||||||||||||||||||||
| CPU1 Speed | 800 MHz | ||||||||||||||||||||
| Flash1 Chip | Macronix MX25L8006E | ||||||||||||||||||||
| Flash1 Size | 1 MiB 1,048,576 B <br />8,192 Kib <br />1,024 KiB <br />8 Mib <br />9.765625e-4 GiB <br /> | ||||||||||||||||||||
| RAM1 Size | 256 MiB 268,435,456 B <br />2,097,152 Kib <br />262,144 KiB <br />2,048 Mib <br />0.25 GiB <br /> | ||||||||||||||||||||
| RAM1 Chip | Nanya NT5CB128M16FP-DI | ||||||||||||||||||||
| ETH chip1 | Marvell 88F6707 | ||||||||||||||||||||
| ETH chip2 | Marvell 88E1318 | ||||||||||||||||||||
| Ethernet Port Count | 1-1GbE-LAN | ||||||||||||||||||||
| Wired Standard | IEEE 802.3i/3u/3ab | ||||||||||||||||||||
|
Ethernet OUI: 84:AF:EC | |||||||||||||||||||||
| Stock bootloader | U-Boot | ||||||||||||||||||||
| Stock FW OS | Linux | ||||||||||||||||||||
| Expansion IF types | USB 2.0, SATA II | ||||||||||||||||||||
| USB ports | 1 | ||||||||||||||||||||
| SATA Ports | 2 | ||||||||||||||||||||
| USB Hub Compatible | Untested | ||||||||||||||||||||
| Power | 12 VDC, 4 A | ||||||||||||||||||||
| Connector type | barrel | ||||||||||||||||||||
| Serial Port (UART) | yes, 4-pin header, unpopulated, CN4, 3.3V TTL, (115200 8N1) | ||||||||||||||||||||
|
| |||||||||||||||||||||
|
Additional chips | |||||||||||||||||||||
| Other | |||||||||||||||||||||
|
| |||||||||||||||||||||
| 3rd Party Firmware Support |
OpenWrt • (List | Dev | DLs) | ||||||||||||||||||||
| Retail | |||||||||||||||||||||
| Availability | End of Life | ||||||||||||||||||||
| (Est.) release date | January 2014 | ||||||||||||||||||||
| UPC |
747464128665 (UPC DB, On eBay) | ||||||||||||||||||||
| Newegg | 9SIA6ZP3KP5279 | ||||||||||||||||||||
| ASIN |
B00NP7JUO2 | ||||||||||||||||||||
| Country of manuf | China | ||||||||||||||||||||
| |||||||||||||||||||||
For a list of all currently documented Marvell chipsets with specifications, see Marvell.
For a list of all currently documented Buffalo devices with specifications, see Buffalo.
Flashing
| NOTE: During configuration or flashing a device, the only things that should be hooked to the device is the computer and power. |
Flashing OpenWrt
Target: mvebu
Subtarget: cortexa9
Package architecture: arm_cortex-a9_vfpv3-d16
Supported Since Commit
Support started version: 23.05.0
Current supported version: 24.10.5
Subtarget: cortexa9
Package architecture: arm_cortex-a9_vfpv3-d16
Supported Since Commit
Support started version: 23.05.0
Current supported version: 24.10.5
WLAN Comment: No WLAN
Installation method(s):
Sysupgrade, U-Boot TFTP + serial recovery
Recovery method(s):
see devicepage
Installation method(s):
Sysupgrade, U-Boot TFTP + serial recovery
Recovery method(s):
see devicepage
Flash instructions, from hard drive:
- Get access to the "boot" partition at the hard drive where the stock
- firmware is installed. It can be done with acp-commander or by
- plugging the hard drive to a computer.
- Backup the stock uImage:
mv /boot/uImage.buffalo /boot/uImage.buffalo.bak - Move and rename the Openwrt initramfs image to the boot partition:
mv openwrt-initramfs-kernel.bin /boot/uImage.buffalo - Power on the Linkstation with the hardrive inside. Now Openwrt will
- boot, but still not installed.
- Connect via ssh to OpenWrt:
ssh root@192.168.1.1 - Rename boot files inside boot partition
mount -t ext3 /dev/sda1 /mntmv /mnt/uImage.buffalo /mnt/uImage.buffalo.openwrt.bakmv /mnt/initrd.buffalo /mnt/initrd.buffalo.bak - Format ubi partitions at the NAND flash ("kernel_ubi" and "ubi"):
ubiformat /dev/mtd0 -yubidetach -p /dev/mtd1ubiformat /dev/mtd1 -y - Flash the sysupgrade image:
sysupgrade -n openwrt-squashfs-sysupgrade.bin - Wait until it finish, the device will reboot with OpenWrt installed
- on the NAND flash.
Restore the stock firmware:
- Take the hard drive used for the installation and restore boot backup
- files to their original names:
mount -t ext3 /dev/sda1 /mntmv /mnt/uImage.buffalo.bak /mnt/uImage.buffalomv /mnt/initrd.buffalo.bak /mnt/initrd.buffalo
- Boot from the hard drive and perform a stock firmware update using
- the Buffalo utility. The NAND will be restored to the original
- state.