[Solved] Install Problem Pogoplug

This forum is for all other ARMv5 devices

[Solved] Install Problem Pogoplug

Postby Klemperon » Fri Jun 22, 2012 1:52 pm

Hi,

I have a Problem with my Pogopglug BIZ EU, I think that the Hardware is an Plogoplug PRO,
because I opend it and the board is labeld "POGOPLUG_PRO REV_1.02" also there is an Label
"Pogo pro r2 A4 12E8". The Board has an Sata Port and Wifi.

I tried to install arch Linux by following the instruction from here
http://archlinuxarm.org/platforms/armv6 ... provideov3. Everything works fine until Step 13
the Device reboots is pinable but there is (for me) no way to log on by ssh.

I tried to use another flash usb stick with a fresh copy of the rootfs and that failed too.
I tried also to use older images for example ArchLinuxARM-2012.05-oxnas.tar.gz and
ArchLinuxARM-2012.06-oxnas.tar.gz. Then I read these thread viewtopic.php?f=29&t=3110
and tryed:

1 - reformat the drive
2 - extract the 2012.05 rootfs
3 - extract update-oxnas to root/
4 - copy & replace root/update-oxnas/lib/modules/ to lib/modules/
5 - Boot.

the Device wasn't ping albe after that.

Did I Brick my Device because it isnt't really an PRO?
What can i do to run Arch Linux.
Last edited by Klemperon on Sun Jul 08, 2012 6:27 am, edited 1 time in total.
Klemperon
 
Posts: 3
Joined: Sun Oct 16, 2011 6:38 pm

Re: Install Problem Pogoplug

Postby WarheadsSE » Fri Jun 22, 2012 2:03 pm

If it has SATA and mPCIe, it's a Pro.

While I could solve this in minutes if you have a serial connection, for now the fact that it is pngable, but not opening the port for ssh is interesting.

Try this for me, so you can read the logs:
- attach the drive to another ext2/3 speaking machine (linux vm/livecd/etc)
- edit etc/rc.local adding
$this->bbcode_second_pass_code('', '
sleep 5
/sbin/halt
')

This will let it boot all the way up, then shut down properly.
Core Developer
Remember: Arch Linux ARM is entirely community donation supported!
WarheadsSE
Developer
 
Posts: 6807
Joined: Mon Oct 18, 2010 2:12 pm

Re: Install Problem Pogoplug

Postby Geoff » Fri Jun 22, 2012 3:16 pm

$this->bbcode_second_pass_quote('WarheadsSE', '
')- edit etc/rc.local adding
$this->bbcode_second_pass_code('', 'sleep 5
/sbin/halt')
I would suggest putting "ls -l /dev > /var/log/boot_debug" before the sleep/halt. Referring to this post: viewtopic.php?f=29&t=2453&p=17818#p17818
$this->bbcode_second_pass_quote('pogoman', 'A')fter upgrade, make sure check you /dev/ and see if random/tty*/mtd*/sdb* are there.
if not, mknod of them, otherwise you will not be able to boot up.
you may be able to ssh in after doing that, and then update the kernel with the latest one that uses devtmpfs.
Geoff
 
Posts: 231
Joined: Wed Mar 09, 2011 5:14 pm

Re: Install Problem Pogoplug

Postby Klemperon » Sat Jun 23, 2012 6:48 am

It Seems that Geoff got the right idea. I added tty1,tty2, random, urandom the directory pts included 0,1,3,4,5 and ptmx like:
$this->bbcode_second_pass_code('', 'mknod -m 666 /media/rootfs/dev/tty1 c 4 1')

The result of `ls -s /dev/ >>/var/log/boot_debug is now:
$this->bbcode_second_pass_quote('', 'c')rw------- 1 root root 5, 1 Dec 31 18:00 console
prw------- 1 root root 0 Dec 31 18:00 initctl
srw-rw-rw- 1 root root 0 Dec 31 18:00 log
crw-rw-rw- 1 root root 1, 3 Nov 20 2011 null
drwxr-xr-x 2 root root 0 Dec 31 18:00 pts
crw-rw-rw- 1 root root 1, 8 Dec 31 18:00 random
drwxrwxrwt 2 root root 40 Dec 31 18:00 shm
crw-rw-rw- 1 root root 4, 1 Jun 23 2012 tty1
crw-rw-rw- 1 root root 4, 2 Jun 23 2012 tty2
crw-rw-rw- 1 root root 1, 9 Dec 31 18:00 urandom
crw-rw-rw- 1 root root 1, 5 Nov 20 2011 zero


[edit]
When you are now asking why i don't added /mtd* and /sdb* that's because i dont't now the pameters and how many partions are required. My understanding of tty is that this are consoles.
[/edit]

But the positiv I can now type the Usernam and Passwd to Putty, but then i got "Server refused to allocate pty".

Thanks for the Help, i am going to read the Post viewtopic.php?f=29&t=2453 later with more time. Until now i don't understand the most of it.
Klemperon
 
Posts: 3
Joined: Sun Oct 16, 2011 6:38 pm
Top

Re: Install Problem Pogoplug

Postby Geoff » Sun Jun 24, 2012 6:45 am

$this->bbcode_second_pass_quote('Klemperon', 'I') added tty1,tty2, random, urandom the directory pts included 0,1,3,4,5 and ptmx[/code]

I am just guessing here, but I think you might need to add /dev/ptmx too, and maybe /dev/tty0:$this->bbcode_second_pass_code('', 'crw-rw-rw- 1 root tty 5, 2 Jun 24 00:23 /dev/ptmx')Also, here's what I have for /dev/mt... and /dev/sd...$this->bbcode_second_pass_code('', 'crw------- 1 root root 90, 0 Dec 31 1969 /dev/mtd0
crw------- 1 root root 90, 1 Dec 31 1969 /dev/mtd0ro
crw------- 1 root root 90, 2 Dec 31 1969 /dev/mtd1
crw------- 1 root root 90, 3 Dec 31 1969 /dev/mtd1ro
crw------- 1 root root 90, 4 Dec 31 1969 /dev/mtd2
crw------- 1 root root 90, 5 Dec 31 1969 /dev/mtd2ro
brw-rw---- 1 root disk 31, 0 Dec 31 1969 /dev/mtdblock0
brw-rw---- 1 root disk 31, 1 Dec 31 1969 /dev/mtdblock1
brw-rw---- 1 root disk 31, 2 Dec 31 1969 /dev/mtdblock2
brw-rw---- 1 root disk 8, 0 Dec 31 1969 /dev/sda
brw-rw---- 1 root disk 8, 1 Dec 31 1969 /dev/sda1
brw-rw---- 1 root disk 8, 16 Dec 31 1969 /dev/sdb
brw-rw---- 1 root disk 8, 17 Jun 24 00:01 /dev/sdb1')
Geoff
 
Posts: 231
Joined: Wed Mar 09, 2011 5:14 pm
Top

Re: Install Problem Pogoplug

Postby Klemperon » Thu Jun 28, 2012 8:18 pm

Hi all,

thanks for your help. At last I added the mtd devices and then i run the update and rebootet. For me it seems that everythinks works fine.

Thanks
Klemperon
 
Posts: 3
Joined: Sun Oct 16, 2011 6:38 pm


Return to Community Supported

Who is online

Users browsing this forum: No registered users and 46 guests