I have a slightly different problem.
This morning I installed ArchLinux on my Pogoplug E02 successfully then I tried to set up a static IP. In the doing I modified eth0 file in /etc/network.d. Now I cannot boot into ArchLinux. I can SSH in the Pogoplug OS. At least that's what SSH says I'm in.
$this->bbcode_second_pass_code('', 'Pogoplug:/$')
I have tried going back to step one in the instructions @
http://archlinuxarm.org/platforms/armv5 ... 2-pinkgray but I am failing at the step of making the usb folder. I am told that the system is read-only.
I'm sure there is a solution to this since I can SSH into the PP but I have the faintest idea what it might be. Any help will be greatly appreciated.
here's my install activity log from the most recent SSH session;
$this->bbcode_second_pass_code('', 'Pogoplug:/$ killall hbwd
killall: hbwd: no process killed
Pogoplug:/$ cd /tmp
Pogoplug:/tmp$ wget http://jeff.doozan.com/debian/uboot/install_uboot_mtd0.sh
Connecting to jeff.doozan.com (50.116.34.13:80)
wget: can't open 'install_uboot_mtd0.sh': File exists
Pogoplug:/tmp$ ./install_uboot_mtd0.sh --no-uboot-check
!!!!!! DANGER DANGER DANGER DANGER DANGER DANGER !!!!!!
If you lose power to your device while running this script,
it could be left in an unusable state.
This script will replace the bootloader on /dev/mtd0.
This installer will only work on the following devices:
Seagate Dockstar
Seagate GoFlex Net
Seagate GoFlex Home
Pogoplug v1
Pogoplug Pink (v2)
Do not run this installer on any other device.
By typing ok, you agree to assume all liabilities and risks
associated with running this installer.
If you agree, type 'ok' and press ENTER to continue: ok
# checking for /usr/sbin/nandwrite...
# checking for /usr/sbin/nanddump...
# checking for /usr/sbin/flash_erase...
# checking for /usr/sbin/fw_printenv...
# checking for /etc/fw_env.config...
# Validating existing uBoot...
Block size 131072, page size 2048, OOB size 64
Dumping data starting at 0x00000000 and ending at 0x00080000...
Connecting to jeff.doozan.com (50.116.34.13:80)
valid-uboot.md5 100% |*******************************| 1133 --:--:-- ETA
## Valid uBoot detected: [pinkpogo davygravy-2012-02-20-current]
## The newest uBoot is already installed on mtd0.
You are already running the latest uBoot.
Your current uBoot environment should be reasonable. However, if you're having
any probems booting, you can reset the environment variables to know good values.
Would you like to reset the uBoot environment? [N/y] y
# Installing uBoot environment
Connecting to download.doozan.com (50.116.34.13:80)
uboot.environment.md 100% |*******************************| 32 --:--:-- ETA
Connecting to download.doozan.com (50.116.34.13:80)
uboot.environment 100% |*******************************| 128k --:--:-- ETA
Erase Total 1 Units
Performing Flash Erase of length 131072 at offset 0xc0000 done
Writing data to block 6 at offset 0xc0000
# Verifying uBoot environment
Block size 131072, page size 2048, OOB size 64
Dumping data starting at 0x000c0000 and ending at 0x000e0000...
Connecting to download.doozan.com (50.116.34.13:80)
uboot.environment.md 100% |*******************************| 32 --:--:-- ETA
# uBoot installation has completed successfully.
Pogoplug:/tmp$ cd /
Pogoplug:/$ mkdir usb
mkdir: cannot create directory 'usb': Read-only file system
')