Hi Marcus,
This is my first post on here so please bear with me!

I'm a newcomer to the Sheeva plug and still in the early stages of digesting all that is presented here on this forum and on the others.
First of all I think this is a GREAT product! Thanks for making this available to us!

I am moving along well with my project for the Plug but I _do_ want to be able to make a bootable backup copy of the SD card that NewIT supplied with the OS on. My plug was bought around 4th Nov 2009 so it does not have the dual-boot configuration. I bought the Ubuntu SD card variant.
I've read the topics on the various boot parameters to get the plug to boot to it's NAND based Linux so that I can do the copy over of the SD card's file system to USB stick and back but I can't seem to find the right set of parameters to get the plug to boot from the internal memory. I get as far as it telling me it's about to boot the kernel but then it stops.
My question then really is whether I should expect my variant of the plug to have Linux loaded onto the NAND flash already? How can I tell? It seems to be telling me that kernel 2.6.22.18 is in there...
(I used these parameters:
setenv bootargs_root ubi.mtd=1 root=ubi0:rootfs rootfstype=ubifs
setenv mtdpartitions mtdparts=orion_nand:0x400000@0x100000(uImage),0x1fb00000@0x500000(rootfs)
setenv console console=ttyS0,115200 mtdparts=nand_mtd:0xc0000@0(uboot)ro,0x1ff00000@0x100000(root)
setenv bootdelay 3
setenv bootcmd setenv bootargs $(bootargs_console) $(mtdpartitions) $(bootargs_root); nand read.e 0x00800000 0x00100000 0x00400000; bootm 0x00800000
)
NAND read: device 0 offset 0x100000, size 0x400000
Reading data from 0x4ff800 -- 100% complete.
4194304 bytes read: OK
## Booting image at 00800000 ...
Image Name: Linux-2.6.22.18
Created: 2009-03-19 9:18:16 UTC
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 2106696 Bytes = 2 MB
Load Address: 00008000
Entry Point: 00008000
Verifying Checksum ... OK
OK
Starting kernel ...
Uncompressing Linux... done, booting the kernel.
(then it stops there)
Is there a simple method for me to swap out the enviroment parameters quickly (temporarily) so that I can boot it to do the SD card backup? You mention the dual-boot settings, I assume from what you said that these only work for the 3.4.23 version of the u-Boot? Or can I make use of this feature with the 3.4.19 that I have loaded?
I'm sorry if I'm just going over things that are already answered on the forum but there comes a time after following links around and around when your eyes go blurry that perhaps asking a question seems like the right thing to do!

Many thanks!
Tony