Seagate BlackArmor NAS 220
| BlackArmor NAS 220 | |||||||||||||||||
|
| |||||||||||||||||
| Support | Support page | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| WikiDevi.wi-cat.ru | Seagate BlackArmor NAS 220 | ||||||||||||||||
| 3rd Party Firmware | |||||||||||||||||
| dd-wrt | Status Unknown | ||||||||||||||||
| OpenWrt | Supported | ||||||||||||||||
| Tomato any flavor | Incompatible | ||||||||||||||||
| Gargoyle | Status Unknown | ||||||||||||||||
| Platform | |||||||||||||||||
| Brand • Model • Rev | Seagate BlackArmor NAS 220 | ||||||||||||||||
| Type | NAS | ||||||||||||||||
| CPU1 | Marvell 88F6192 | ||||||||||||||||
| CPU1 Type | ARMv5 Feroceon core | ||||||||||||||||
| CPU1 Speed | 800 MHz | ||||||||||||||||
| Flash1 Chip | Samsung K9F5608U0D-PCB0 | ||||||||||||||||
| Flash1 Size | 32 MiB 33,554,432 B <br />262,144 Kib <br />32,768 KiB <br />256 Mib <br />0.0313 GiB <br /> | ||||||||||||||||
| RAM1 Size | 128 MiB 134,217,728 B <br />1,048,576 Kib <br />131,072 KiB <br />1,024 Mib <br />0.125 GiB <br /> | ||||||||||||||||
| RAM1 Chip | SK hynix H5PS1G63EFR-S6C | ||||||||||||||||
| ETH chip1 | Marvell 88F6192 | ||||||||||||||||
| ETH chip2 | Marvell 88E1116R | ||||||||||||||||
| Ethernet Port Count | 1-1GbE-LAN | ||||||||||||||||
| Wired Standard | IEEE 802.3i/3u/3ab | ||||||||||||||||
| Stock bootloader | U-Boot 1.1.4 Marvell 3.4.4 | ||||||||||||||||
| Stock FW OS | Linux 2.6.22.18 KW LSP 4.2.7 | ||||||||||||||||
| Expansion IF types | SATA II, USB 2.0 | ||||||||||||||||
| USB ports | 2 | ||||||||||||||||
| SATA Ports | 2 | ||||||||||||||||
| USB Hub Compatible | Untested | ||||||||||||||||
| Power | 12 VDC, 3 A | ||||||||||||||||
| Connector type | barrel (EIAJ-03) | ||||||||||||||||
| Serial Port (UART) | yes, 3.3V TTL, (115200 8N1) | ||||||||||||||||
|
Flags: | |||||||||||||||||
|
Additional chips | |||||||||||||||||
| Other | |||||||||||||||||
|
Default login user: admin | |||||||||||||||||
| 3rd Party Firmware Support |
Debian , OpenWrt • (List | Dev | DLs) | ||||||||||||||||
| Retail | |||||||||||||||||
| Availability | End of Life | ||||||||||||||||
| (Est.) release date | July 2009 | ||||||||||||||||
| Newegg | N82E16822148485 | ||||||||||||||||
| ASIN |
B002HKCVVW | ||||||||||||||||
| Country of manuf | China | ||||||||||||||||
| |||||||||||||||||
For a list of all currently documented Marvell chipsets with specifications, see Marvell.
For a list of all currently documented Seagate devices with specifications, see Seagate.
Overview
"08172-1", "2D Lassen M/B" and "48.61W01.011" are silkscreened on the board.
Links of Interest
Reviews
- Seagate BlackArmor NAS 220 Reviewed on SmallNetBuilder
- Seagate BlackArmor NAS 220 on PC Mag
- Seagate BlackArmor NAS 220 NAS server on c|net
- Seagate BlackArmor NAS 220 Server on Wired
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
Subtarget: generic
Package architecture: arm_xscale
Supported Since Commit
Support started version: 21.02.0
Current supported version: 25.12.5
WLAN Comment: none
Installation method(s):
see devicepage
Recovery method(s):
see devicepage
| git • >> |
|---|
kirkwood: add support for Seagate BlackArmor NAS220
The Seagate BlackArmor NAS220 is a consumer NAS
with two internal drive bays. The stock OS runs
RAID 1 over the disks via mdadm.
Device specification:
- SoC: Marvell 88F6192 800 MHz
- RAM: 128 MB
- Flash: 32 MB
- 2 x internal SATA II drives
- Ethernet: 10/100/1000 Mbps (single port, no switch)
- WLAN: None
- LED: Power, Status, Sata Activity
- Key: Power, Reset
- Serial: 10 pin header, (115200 8N1), 3.3V TTL
9|x - x|10
7|x - x|8
5|x - GND|6
3|x - RX|4
1|TX - x|2
front of case
- USB ports: 2 x USB 2.0
Flash instruction:
NOTE: this process uses a serial connection. It will upgrade the
bootloader and reset the bootloader environment variables
TFTP server setup
- Setup PC with TFTP server set the PC IP to 10.4.50.5 as TFTP server
- Copy these files to TFTP server location
- u-boot.kwb
- seagate_blackarmor-nas220-initramfs-uImage
- seagate_blackarmor-nas220-squashfs-sysupgrade.bin
- seagate_blackarmor-nas220-squashfs-factory.bin
Seagate NAS setup
- Connect LAN cable between PC and seagate device
- Connect to serial to seagate device
Install u-boot
- Boot seagate device and stop in bootloader by pressing any key
- run 'printenv' from u-boot and save the values
- tftpboot 0x2000000 u-boot.kwb
- nand erase.part uboot
- nand write 0x2000000 0x0 ${filesize}
- reset
Update MAC address in u-boot env
- Stop in u-boot by pressing any key
- Get your MAC address from your saved printenv. Is also on chassis
- setenv ethaddr <your MAC>
- saveenv
Option 1 (recommended) - Install OpenWrt via initramfs and sysupgrade
- tftpboot 0x2000000 seagate_blackarmor-nas220-initramfs-uImage
- bootm 0x2000000
- *OpenWrt should be running now, however it is not written to flash yet*
- From the running instance of OpenWrt use Luci's "flash image" feature
from the web site or use sysupgrade from the console to write
seagate_blackarmor-nas220-squashfs-sysupgrade.bin to flash
Option 2 - Install OpenWrt by flashing factory image from u-boot
- nand erase.part ubi
- tftpboot 0x2000000 seagate_blackarmor-nas220-squashfs-factory.bin
- nand write 0x2000000 ubi ${filesize}
- reset
|