update some info, previously i follow the steps in this page http://blog.qnology.com/2013/03/tutorial-pogoplug-e02-with-arch-linux.html?showComment=1439781864560#c734884235715806540, the person give the guide to install arch linux on pogoplug E02
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Pogoplug E02 Arch Linux ARM Installation Instructions (Summarized Version)
Note: If you get a command not found for "wget" or "reboot", try adding "busybox" in front of the command - "busybox wget http://xxx", "busybox shutdown"
Plug in the Pogoplug without any USB drive attached
SSH into Pogoplug
Log in as root/ceadmin.
#Stop the Pogoplug software
killall hbwd
#Install UBoot
cd /tmp
wget http://jeff.doozan.com/debian/uboot/install_uboot_mtd0.sh
chmod +x install_uboot_mtd0.sh
./install_uboot_mtd0.sh
#Would you like to disable the Pogoplug services? [Y/n]
#n - to keep original Pogoplug software
#when booting without USB drives attached
#y - if you're not planning on ever using the stock
#Pogoplug software again
#Plug in USB Flash Drive or Hard Drive
#Use the back bottom USB port
If you plan to setup the Pogoplug as NAS using SAMBA with a hard drive, my recommendation would be to install ALARM directly on the hard drive and skip using a USB flash drive. This will avoid some potential boot up issues. To do this, create two partition, a small 4GB partition for ALARM and the rest for data.
#Partition your USB flash/hard drive
/sbin/fdisk /dev/sda
# Type in the following commands to erase
# and re-partition USB flash/hard drive
#(WARNING - FLASH/HARD DRIVE WILL BE COMPLETELY WIPED):
#
# p # list current partitions
# o # to delete all partitions
# n # new partition
# p # primary partition
# 1 (one) # first partition
# <enter> # default start block
# <enter> # default end block (to use the whole drive)
# If you're using a hard drive, create a small
# 4GB partition instead of using the whole drive,
# leaving the rest for a data partition
# +4G # to create a 4GB partition
# w # write new partition to disk
#Format USB Flash Drive
cd /tmp
wget http://archlinuxarm.org/os/pogoplug/mke2fs
chmod 755 mke2fs
#format and label partition
./mke2fs -L ROOTFS -j /dev/sda1
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
i just come to this step, then it prompt
###
Segmentation fault
###
after reboot the target, the error is above.
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Pogoplug E02 Arch Linux ARM Installation Instructions (Summarized Version)
Note: If you get a command not found for "wget" or "reboot", try adding "busybox" in front of the command - "busybox wget http://xxx", "busybox shutdown"
Plug in the Pogoplug without any USB drive attached
SSH into Pogoplug
Log in as root/ceadmin.
#Stop the Pogoplug software
killall hbwd
#Install UBoot
cd /tmp
wget http://jeff.doozan.com/debian/uboot/install_uboot_mtd0.sh
chmod +x install_uboot_mtd0.sh
./install_uboot_mtd0.sh
#Would you like to disable the Pogoplug services? [Y/n]
#n - to keep original Pogoplug software
#when booting without USB drives attached
#y - if you're not planning on ever using the stock
#Pogoplug software again
#Plug in USB Flash Drive or Hard Drive
#Use the back bottom USB port
If you plan to setup the Pogoplug as NAS using SAMBA with a hard drive, my recommendation would be to install ALARM directly on the hard drive and skip using a USB flash drive. This will avoid some potential boot up issues. To do this, create two partition, a small 4GB partition for ALARM and the rest for data.
#Partition your USB flash/hard drive
/sbin/fdisk /dev/sda
# Type in the following commands to erase
# and re-partition USB flash/hard drive
#(WARNING - FLASH/HARD DRIVE WILL BE COMPLETELY WIPED):
#
# p # list current partitions
# o # to delete all partitions
# n # new partition
# p # primary partition
# 1 (one) # first partition
# <enter> # default start block
# <enter> # default end block (to use the whole drive)
# If you're using a hard drive, create a small
# 4GB partition instead of using the whole drive,
# leaving the rest for a data partition
# +4G # to create a 4GB partition
# w # write new partition to disk
#Format USB Flash Drive
cd /tmp
wget http://archlinuxarm.org/os/pogoplug/mke2fs
chmod 755 mke2fs
#format and label partition
./mke2fs -L ROOTFS -j /dev/sda1
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
i just come to this step, then it prompt
###
Segmentation fault
###
after reboot the target, the error is above.