OUR NETWORK:TiVoCommunity TechLore MyOpenRouter Dijit Community MediaSmart Home See all... About UsAdvertiseContact Us

 
Learn about scoring Forum's Raw Score: 430510.0
April 7, 2011 07:01 PM

Categories: PogoPlug Development

Rating (0 votes)
  • 1
  • 2
  • 3
  • 4
  • 5
Rate This!

Member Avatar

Justin

Member
Joined: 03/24/2011

So is there a way to restore back to factory bootloader, kernel, etc, if I still have SSH access to my PogoPlug without building a console cable?

Discussion:    Add a Comment | Comments 1-14 of 14 | Latest Comment

April 8, 2011 8:08 AM

Which plug?

April 8, 2011 8:10 AM

Sorry, Pink v2

April 8, 2011 10:18 AM

It's possible then, but I can't say with confidence the exact method, nor that it would be 100% bullet proof.

April 8, 2011 11:48 AM

Haha, ok, well, does anyone have a guess?

April 10, 2011 7:56 PM

Justin, download the factory pink pogoplug mtd0 from Jeff.doozan.com and use his flash_erase and nandwrite to restore it.

I've done this several times w/o issue.

The original uboot/mtd0 is located here:http://jeff.doozan.com/debian/uboot/files/uboot/uboot.mtd0.pinkpogo.original.kwb
nandwrite here: http://jeff.doozan.com/debian/uboot/nandwrite
flash_erase here: wget http://jeff.doozan.com/debian/uboot/flash_erase

Now:
chmod a+x flash_erase nandwrite
./flash_erase /dev/mtd0 0 4
./nandwrite /dev/mtd0 uboot.mtd0.pinkpogo.original.kwb

April 11, 2011 7:35 AM

Thanks, I'll give that a shot!

May 1, 2011 9:14 AM

Did you have any success? I am interested in trying the same thing with the pink v2 pogoplug.

May 1, 2011 9:42 AM

I haven't messed with it actually. I just ended up getting it working using PlugApps to do what I want it to.

May 1, 2011 11:04 PM

Plugmatt: As stated, I've done this at least a dozen times now without issue so I know it works. Try it!

Even trying to FORCE a screw up using flash_eraseall vs flash_erase and corrupting Uboot, the pogoplug will still boot to it's default environment.

May 2, 2011 10:27 AM

Manxam: I'll try what you have listed above. Thanks!

July 7, 2011 5:02 PM

Hi,
i am a newbie in Linux.
so for my English but i am French.
So i have a problem. I try to install in may a web server thanks to this website (http://locallinuxservice.com/linux-server/turn-a-pogoplug-into-a-fully-featur...
But it was not working :-(
Then i left in holidays and forget my pogoplug.
I want now to restore the original configuration and i could not connect to my pogoplug to flash and restore the old configuration...
someone have any idea to help me? how can i see in Ubuntu the ip address of the pogoplug ?
Thanks in advance for you help.

fyi i have Ubuntu 11.04

August 4, 2011 4:56 PM

Manxam said: Justin, download the factory pink pogoplug mtd0 from Jeff.doozan.com and use his flash_erase and nandwrite to restore it. I've done this several times w/o issue. The original uboot/mtd0 is located here:http://jeff.doozan.com/debian/uboot/files/uboot/uboot.mtd0.pinkpogo.original.kwb nandwrite here: http://jeff.doozan.com/debian/uboot/nandwrite flash_erase here: wget http://jeff.doozan.com/debian/uboot/flash_erase Now: chmod a+x flash_erase nandwrite ./flash_erase /dev/mtd0 0 4 ./nandwrite /dev/mtd0 uboot.mtd0.pinkpogo.original.kwb

Manxam,

A bit of a newb with this stuff.

Can you specify how you did it step by step or point me to a tutorial that explains this?
I used this guide, http://archlinuxarm.org/platforms/armv5/pogoplug-v2-pinkgray, to initially modify my pogoplug but want to set it back to the way it was. I can SSH into it.

Thanks in advance. 

August 12, 2011 11:51 PM

cmadooly said:
Manxam said: Justin, download the factory pink pogoplug mtd0 from Jeff.doozan.com and use his flash_erase and nandwrite to restore it. I've done this several times w/o issue. The original uboot/mtd0 is located here:http://jeff.doozan.com/debian/uboot/files/uboot/uboot.mtd0.pinkpogo.original.kwb nandwrite here: http://jeff.doozan.com/debian/uboot/nandwrite flash_erase here: wget http://jeff.doozan.com/debian/uboot/flash_erase Now: chmod a+x flash_erase nandwrite ./flash_erase /dev/mtd0 0 4 ./nandwrite /dev/mtd0 uboot.mtd0.pinkpogo.original.kwb
Manxam, A bit of a newb with this stuff. Can you specify how you did it step by step or point me to a tutorial that explains this? I used this guide, http://archlinuxarm.org/platforms/armv5/pogoplug-v2-pinkgray, to initially modify my pogoplug but want to set it back to the way it was. I can SSH into it. Thanks in advance. 
Everything is detailed in the post that you quoted. Download the three files, chmod them as instructed, then run the 3 command lines as posted. Reboot. Voila. 

March 4, 2012 2:31 PM

Manxam said:
cmadooly said:
Manxam said: Justin, download the factory pink pogoplug mtd0 from Jeff.doozan.com and use his flash_erase and nandwrite to restore it. I've done this several times w/o issue. The original uboot/mtd0 is located here:http://jeff.doozan.com/debian/uboot/files/uboot/uboot.mtd0.pinkpogo.original.kwb nandwrite here: http://jeff.doozan.com/debian/uboot/nandwrite flash_erase here: wget http://jeff.doozan.com/debian/uboot/flash_erase Now: chmod a+x flash_erase nandwrite ./flash_erase /dev/mtd0 0 4 ./nandwrite /dev/mtd0 uboot.mtd0.pinkpogo.original.kwb
Manxam, A bit of a newb with this stuff. Can you specify how you did it step by step or point me to a tutorial that explains this? I used this guide, http://archlinuxarm.org/platforms/armv5/pogoplug-v2-pinkgray, to initially modify my pogoplug but want to set it back to the way it was. I can SSH into it. Thanks in advance. 
Everything is detailed in the post that you quoted. Download the three files, chmod them as instructed, then run the 3 command lines as posted. Reboot. Voila. 

Background - All I want is to get my Pogoplug V2 back to factory settings.

I follow the directions outlined here and they work 100% with no errors. However, when I reboot my Pogoplug it seems to still be in a state of running Uboot and is not "visible" to the My Pogoplug software/website.

Thoughts?

-jeff

Discussion:    Add a Comment | Back to Top | Comments 1-14 of 14 | Latest Comment

Add Your Reply

(will not be displayed)

Email me when comments are added to this thread

 
 

Please log in or register to participate in this community!

Log In

Remember

Not a member? Sign up!

Did you forget your password?

You can also log in using OpenID.

close this window
close this window