It is really marvellous !
I never have seen my plug booting so quickly.
I have installed Debian with net-install on an USB disk, I have formatted a SDHC card with a little ext2 partition at the beginning, I have copied all the files in the boot partition of the USB disk in it.
The uboot parameters here:
setenv bootargs_console 'console=ttyS0,115200n8'
setenv bootroot_usb 'root=/dev/sda2 rootdelay=10 rootfstype=ext3'
setenv bootload_mmc 'mmcinit; ext2load mmc 0 0x01100000 /uInitrd; ext2load mmc 0 0x00800000 /uImage'
setenv dualboot 'setenv bootargs $(bootargs_console) $(bootroot_usb); run bootload_mmc; bootm 0x00800000 0x01100000'
setenv bootcmd 'run dualboot'
saveenv
boot
so gooooood !