Hi,
/arch/arm/boot/Makefile contains the address 0xa0008000 for ZRELADDR. Is
this OK?.
---------
ifeq($CONFIG_XSCALE_IQ80310),y)
ZRELADDR = 0xa0008000
----------
Still I am facing the same problem. 'go 80000' keeps quite (locks) for any
compiled image (arm-linux-gcc). What might be the problem?. Can someone help
me out.
Thanks in advance.
Siva Prasad
-----Original Message-----
From: Nicolas Pitre [mailto:[EMAIL PROTECTED]]
Sent: Monday, June 18, 2001 5:20 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: Linux on XScale IQ80310
On Mon, 18 Jun 2001 [EMAIL PROTECTED] wrote:
> Hi,
>
> I am working on IQ80310 XScale Eval board trying to load Linux on it. I
was
> successful in loading the zImage (provided in kickstart @
> ftp://xscale.mvista.com/pub/xscale) on to 80310 board.
> But whenever I try to load any other compiled image(built a cross compiler
> arm-linux-gcc), 'go 80000' keeps quite. Is there any thing else during the
> writing to flash phase that need to be taken care?. I am doing exactly the
> same thing as given in the document provided in kickstart.
See in arch/arm/boot/Makefile (look for IQ80310) and make sure the link
address is set for booting from flash.
> Surely the size of zImage that I compiled is 494K and kickstart one is
316K.
> Does this make any difference.
The kickstart zImage doesn't have PCI support.
> What about the last (size) parameter of 'f'
> command in Nico's monitor during the write to flash phase?. Should we
change
> that to any other value or leave it at 80000.
80000 is the size (512KB).
Nicolas
_______________________________________________
http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm
Please visit the above address for information on this list.