[U-Boot] mpc8313erdb: crash in image_print_type()

Matthew L. Creech mlcreech at gmail.com
Thu Jan 22 21:51:48 CET 2009


On Thu, Jan 22, 2009 at 3:36 PM, Matthew L. Creech <mlcreech at gmail.com> wrote:
>
> => imi 100000
>
> ## Checking Image at 00100000 ...
...
>
> => md 13e61d
> 0013e61d: 4c696e75 78006e65 74627364 004e6574    Linux.netbsd.Net
> ...
>

Okay, upon re-reading this I saw where the problem lies.  :)
Apparently I'm overwriting the lookup table when I copy in the Linux
image.  Changing the destination address clears up the issue.

What is the region of memory reserved by U-boot that I shouldn't be
touching?  (From the MPC8313 config, I had thought that it relocates
itself to 0x10000, and needs 512kB reserved for itself)

-- 
Matthew L. Creech


More information about the U-Boot mailing list