So I installed archlinux on my first pogo and it went fine. I went to install it on mysecond pogo and it failed. The are the exact same model. This is the only difference:
On my second one, I tried to back up the flash memory first, following instructions I say here:
http://mehl.co/articles/installing_debi ... index.html
$this->bbcode_second_pass_code('', '
cd /tmp
mkdir usb
mount /dev/sda1 /tmp/usb
wget http://mehl.co/files/nanddump
chmod +x nanddump
./nanddump -nf usb/mtd0.oob /dev/mtd0
./nanddump -nf usb/mtd1.oob /dev/mtd1
./nanddump -nf usb/mtd2.oob /dev/mtd2
./nanddump -nof usb/mtd0 /dev/mtd0
./nanddump -nof usb/mtd1 /dev/mtd1
./nanddump -nof usb/mtd2 /dev/mtd2
umount /dev/sda1
')
Now when following the instructions like I did before here:
http://archlinuxarm.org/platforms/armv6 ... provideov3
It goes great until I get to step 10 where I need to run the install .sh file. I get this message:
$this->bbcode_second_pass_code('', '
#############################
##
## For use with OXNAS 7820 only.
##
#############################
## PREPARATION
# Switching to /tmp...
# Ensuring we're ready to proceed...
umount: cannot umount /dev/sda1: Invalid argument
# Preparing our way...
# Getting uboot parameters...
# = MAC : 00:25:31:02:10:67
# = load_nand :
# = bootargs : console=ttyS0,115200 root=/dev/mtdblock2 ro
# = board : PPV2
#
# Checking board revision...
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
ABORTING!!! UNSUPPORTED MODEL
=================================
See the wiki on models supported
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-bash-3.2#')
I think the backup thing I did messed something up. The command prompt is -bash-3.2# instead of just # (which I dont remember it being that way the first time I did this).
Can anyone please help?
Thanks in advance