Philippe Clérié <[email protected]> writes: > On 06/23/2013 09:59 PM, Nick Daly wrote: >> : 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 > > 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?
As long as they're appropriate and specific to the image itself, I doubt the particular address matters. The system's just trying to find its boot files, and as long as you're consistent in where you tell it to look, everything should be fine. We'll have to check with Bdale for other ideas. Nick
pgpI_rSQ9nyNh.pgp
Description: PGP signature
_______________________________________________ Freedombox-discuss mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/freedombox-discuss
