Hi,
I've come a long way to making NetBSD easy to install on PogoPlugs thanks to a lot of help from bodhi. My HOW-TO can be found here:
Install NetBSD on a PogoPlug
One of the things I've noticed is that there are at least two versions of uboot which come with PogoPlug Mobiles. One allows for conditionals (if, then, fi) and can be selectively booted into GNU/Linux depending on whether another machine is on the network at a specific address, but the older version does not have conditionals and reports this:
I've come a long way to making NetBSD easy to install on PogoPlugs thanks to a lot of help from bodhi. My HOW-TO can be found here:
Install NetBSD on a PogoPlug
One of the things I've noticed is that there are at least two versions of uboot which come with PogoPlug Mobiles. One allows for conditionals (if, then, fi) and can be selectively booted into GNU/Linux depending on whether another machine is on the network at a specific address, but the older version does not have conditionals and reports this:
Hit any key to stop autoboot: 0 Unknown command 'if' - try 'help' Unknown command 'then' - try 'help' This command can be used only if enaMonExt is set!A version which works is:
U-Boot 1.1.4 (Oct 1 2011 - 12:21:35) Cloud Engines 1.1.2 (3.4.27)A version which doesn't have conditionals is:
U-Boot 1.1.4 (Jul 16 2009 - 21:02:16) Cloud Engines (3.4.16)Could someone tell me the simplest way to make a backup copy of the newer flash and write it to the flash of an older Mobile, either in GNU/Linux or via u-boot using tftp?