From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gerrit Van de Velde Date: 23 Feb 2004 16:56:02 +0100 Subject: [U-Boot-Users] U-Boot and S3c2410 In-Reply-To: <200402231526.i1NFQrdg032283@mail.wenk.be> References: <200402231526.i1NFQrdg032283@mail.wenk.be> Message-ID: <1077551762.4835.50.camel@nios> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de I'm far from an expert on the matter ;) But I would try to set the addresses to 0x30000000 then. The kernel will be expanded to RAM first and then a jump will be made to the address in the RAM to start executing the kernel. In my situation, I used 0x0 as start/entry. RAM starts on that address too. Regards, Gerrit On Mon, 2004-02-23 at 16:20, asnua at eircom.net wrote: > So what is the difference between the load and entry addresses? All of the examples I've seen have the load and entry addresses set to be the same...ish. 0x00000000 & 0x0000000c for PPC > In my case my SDRAM starts at 0x30000000 and ends at 0x33FFFFFF. My Flash and hence U-Boot is at 0x00. > > Does the load and entry address vary depending on whether you are using vmlinux/vmlinux compressed/zImage? > > Thanks, > Dave