RESOLVED - see post here.
Hi,
I'm pretty new to ArchLinux ARM. I successfully installed it on a pogoplug mobile, but now I'm trying to install on an E02 and running into a problem when the uboot install tries to erase the environment at mt0 block 0xc0000.
I'm using the instructions here:
http://archlinuxarm.org/platforms/armv5 ... 2-pinkgrayMine is not pink, it is black, but says E02 on the bottom of the device.
$this->bbcode_second_pass_code('', '
-bash-3.2# uname -a
Linux Pogoplug 2.6.22.18 #81 Tue Oct 19 16:05:00 PDT 2010 armv5tejl unknown
')
$this->bbcode_second_pass_code('', '
-bash-3.2# ./pogo_e02.sh
Downloading flash utilities..
blparam [OK]
flash_erase [OK]
fw_printenv [OK]
nanddump [OK]
nandwrite [OK]
Downloading U-Boot and environment..
uboot-pogo_e02.kwb [OK]
uboot-pogo_e02.env [OK]
Installing..
saving MAC address [00:25:31:04:86:2C]
erasing U-Boot NAND [OK]
erasing environment
MTD Erase failure: Input/output error
')
I'm afraid to reboot, since it looks like it successfully erased the existing U-Boot, but failed at the point of erasing the environment, and the script has not yet flashed the new U-Boot.
This is what I get if I try to run the command from the script that fails:
$this->bbcode_second_pass_code('', '
-bash-3.2# /tmp/flash_erase /dev/mtd0 0xc0000 1
Erase Total 1 Units
Performing Flash Erase of length 131072 at offset 0xc0000
MTD Erase failure: Input/output error
-bash-3.2#
')
Please help!