[U-Boot-Users] A question of tftpboot
Andrew May
acmay at acmay.homeip.net
Thu Jul 8 00:02:46 CEST 2004
On Wed, Jul 07, 2004 at 02:20:02PM -0700, Frank Young wrote:
> I checked the document but nothing mentioned about the load address of
> tftpboot. My question is, why I can download the image to 10000 while
> downloading to 1000 doesn't work?
>
What CPU do you have? If it is a PPC you probably still have the standard
interrupt vectors down there. Check your start.S for where the handlers are
setup.
STD_EXCEPTION(0x1000, PIT, PITException);
More information about the U-Boot
mailing list