Matthew L. Creech wrote: > I'm building U-Boot 2009.01 for the MPC8313 ERDB. The issue I'm > having is that when attempting to boot the kernel (or even when doing > an "imi" command), I either get a bunch of garbage dumped to the > screen or a machine check exception: > > => imi 100000 > > ## Checking Image at 00100000 ...
When booting from NAND, u-boot is loaded at that address. It relocates to the end of memory, but the relocation process is incomplete and some things like strings still refer to the previous image. When booting from NOR, it's less of a problem because the strings are referenced in flash (though it could still go wrong if the flash is reprogrammed). For now, use a different address to load your kernel. -Scott _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot