To boot from the microSD card, make sure to set these boot environment
variables in the DreamPlug (see Freedom Maker's README, line 293):

: setenv bootcmd '${x_bootcmd_usb}; ${x_bootcmd_kernel}; ${x_bootcmd_initrd}; 
setenv bootargs ${x_bootargs} ${x_bootargs_root}; bootm 0x6400000 0x6900000;'
: setenv x_bootcmd_kernel fatload usb 0 0x6400000 uImage
: setenv x_bootcmd_initrd fatload usb 0 0x6900000 uInitrd
: setenv x_bootargs_root root=/dev/sda2 rootdelay=10
: saveenv
: reset

Nick

Attachment: pgpZ7DUEMGDwZ.pgp
Description: PGP signature

_______________________________________________
Freedombox-discuss mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/freedombox-discuss

Reply via email to