Pogoplug v2 (Pink/Gray) Installation Fix

This forum is for topics dealing with problems with software specifically in the ARMv5 repo.

Pogoplug v2 (Pink/Gray) Installation Fix

Postby MotoTom » Sat Nov 01, 2014 7:34 pm

Recently I tried to set up a couple of new Pogoplug (POGO-E02) units. Every thing went well using the instructions on http://archlinuxarm.org/platforms/armv5/pogoplug-v2-pinkgray until I got to the 3rd instruction under Step 6. Download and install Arch Linux ARM:"

It seems the POGO-E02 does not have enough free memory to download the latest and greatest ArchLinux Arm. While experienced Linux hands have already figured this out, for me it was another important Linux learning experience.

My solution was to used a 2nd USB flash drive to hold the download. I suspect I could have just as easily used a separate folder on the 'alarm' drive but you can try that yourself. (SoCalTom has provided an elegant solution at http://archlinuxarm.org/forum/viewtopic.php?f=58&t=7980&start=10#p43282.)

Here are the steps I used. Note frequent references to steps on http://archlinuxarm.org/platforms/armv5/pogoplug-v2-pinkgray. These instruction assume that both mke2fs and bsdtar are still in your /tmp folder after your failed attempt to download ArchLinuxARM-kirkwood-latest.tar.gz.

1. Remove the ArchLinuxARM-kirkwood-latest.tar.gz partial download from /tmp.
2. insert a 2nd USB flash drive (256mb minimum [Yes, I have one of those in my desk drawer :-)) ])
3. Start fdisk to partition the USB drive:
$this->bbcode_second_pass_code('', '/sbin/fdisk /dev/sdb')
4. Set up new partition on sdb per Step 4
5. Create the ext3 filesystem on sdb:
$this->bbcode_second_pass_code('', 'cd /tmp
./mke2fs -j /dev/sdb1
mkdir ws
mount /dev/sdb1 ws')
6. Follow these steps in lieu of Step 6 on http://archlinuxarm.org/platforms/armv5/pogoplug-v2-pinkgray
$this->bbcode_second_pass_code('', 'Download and install Arch Linux ARM:
cd /tmp/ws
wget http://archlinuxarm.org/os/ArchLinuxARM-kirkwood-latest.tar.gz
./tmp/bsdtar -xpf ArchLinuxARM-kirkwood-latest.tar.gz -C alarm
sync
umount alarm
umount ws')

7. Follow the rest of the instructions (Steps 7 through 10) on http://archlinuxarm.org/platforms/armv5/pogoplug-v2-pinkgray.

The rest of my install went smoothly.

With all due respect to the site managers, it would be helpful to update the instructions on http://archlinuxarm.org/platforms/armv5/pogoplug-v2-pinkgray to let people know that there is not enough spare storage on the POGO-E02 to hold ArchLinuxARM-kirkwood-latest.tar.gz and either update the instructions or link to this post.

Many thanks to all for your hard work in making this available to all of us.

Cheers,
Tom Balaban
Last edited by MotoTom on Mon Nov 03, 2014 9:25 pm, edited 1 time in total.
MotoTom
 
Posts: 27
Joined: Sun Feb 03, 2013 4:37 pm

Re: Pogoplug v2 (Pink/Gray) Installation Fix

Postby doper » Sat Nov 01, 2014 8:01 pm

Hi there,

There is a line missing at the end of step 5.
mkdir alarm
mount /dev/sda1 alarm
cd alarm
wget http://archlinuxarm.org/os/pogoplug/bsdtar
chmod +x bsdtar


You mount the USB to the folder alarm, then you need to change destination (cd alarm) to the USB.
doper
 
Posts: 6
Joined: Sat Nov 01, 2014 7:16 pm

Re: Pogoplug v2 (Pink/Gray) Installation Fix

Postby MotoTom » Mon Nov 03, 2014 9:22 pm

Hmmm. Perhaps incorrectly, I was assuming that was done prior to trying my procedure. My perception is this will only be done after the user has not been able to download the ALARM tarball but after bsdtar has been downloaded, its execute bit has been set and the tarball download has failed because of insufficient storage in /tmp.

Nevertheless, I think a better way to go is to use SoCalTom's revised instruction (linking the original post)) to accomplish the same end. His way is much simpler.
MotoTom
 
Posts: 27
Joined: Sun Feb 03, 2013 4:37 pm


Return to ARMv5

Who is online

Users browsing this forum: No registered users and 4 guests