Jack, if you still have a copy of the error message you were receiving while the boot environment variables were borked, could you copy it out and add it to your fork of Freedom-Maker [0]? Otherwise, could you post it to the list so I can get it documented?
0: https://github.com/NickDaly/freedom-maker On Sun, Jun 23, 2013 at 8:59 PM, Nick Daly <[email protected]> wrote: > 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 _______________________________________________ Freedombox-discuss mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/freedombox-discuss
