[U-Boot-Users] [PATCH] fix compilation problem for mpc8349itx CFG_RAMBOOT
Nikita V. Youshchenko
yoush at debian.org
Wed May 23 20:59:54 CEST 2007
> Nikita V. Youshchenko wrote:
> > Current include/configs/MPC8349ITX.h does contain some support for
> > building image that will be started from memory (without putting in
> > into flash). It could be triggered by building with TEXT_BASE set to a
> > low value.
>
> Question: how exactly do you specify a new value for TEXT_BASE?
make TEXT_BASE=0x100000
The resulting u-boot.bin I load using 'tftpboot' command of u-boot that is
currently on the board, and then start using 'g 100110'. This is the
_start_warm address. This works.
I've also tried 'g 100100' (_start_cold address), but it results into
exception. I have not checked why.
Nikita
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.denx.de/pipermail/u-boot/attachments/20070523/d9006019/attachment.pgp
More information about the U-Boot
mailing list