The Pogoplug Series 4 is the latest generation of hardware from Pogoplug, representing a return to the Marvell Kirkwood platform. This device is based on the 88F6192 SoC, which is a slightly under-powered relative to the 88F6281 found in the other supported ARMv5 devices.
Under the removable top cover, there is a SATA port (3 Gbps) and a USB 2.0 port, as well as an SDHC slot along the side of the device. On the back of the unit, there is a single gigabit ethernet port as well as an event driven eject button (/dev/input/event0). New to plug hardware are two USB 3.0 ports on the back provided by a controller connected to the internal PCIe bus. Red and green LEDs are individually controllable in the front.
Booting into Arch Linux ARM is only supported from storage devices using either the SATA or USB 2.0 port on the top of the device. There is no U-Boot support for either SD or USB 3.0 booting.
killall hbwd
/sbin/fdisk /dev/sda
cd /tmp wget http://os.archlinuxarm.org/os/pogoplug/mke2fs chmod +x mke2fs ./mke2fs -j /dev/sda1 mkdir alarm mount /dev/sda1 alarm
wget http://os.archlinuxarm.org/os/pogoplug/bsdtar chmod +x bsdtar wget http://os.archlinuxarm.org/os/ArchLinuxARM-kirkwood-latest.tar.gz ./bsdtar -xpf ArchLinuxARM-kirkwood-latest.tar.gz -C alarm sync
umount alarm
cd /tmp wget http://os.archlinuxarm.org/os/ppv4/ppv4-install.sh chmod +x ppv4-install.sh ./ppv4-install.sh
/sbin/reboot
pacman-key --init pacman-key --populate archlinuxarm
Copyright ©2009-2018 Arch Linux ARM
The registered trademark Linux® is used pursuant to a sublicense from LMI, the exclusive licensee of Linus Torvalds, owner of the mark on a world-wide basis.
The Arch Linux™ name and logo are used under permission of the Arch Linux Project Lead.