On 06/23/2013 09:59 PM, Nick Daly 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
I am curious about those load addresses. I am currently booting Wheezy just fine with uImage @ 0x00800000 and uInitrd @ 0x01100000. Why choose one over the other?
-- Philippe ------ The trouble with common sense it that it is so uncommon. <Anonymous> _______________________________________________ Freedombox-discuss mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/freedombox-discuss
