From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Hawkins Date: Tue, 24 Feb 2004 14:46:42 -0000 Subject: [U-Boot-Users] Problems with u-boot, PPChameleonEVB and MontaVista kernel In-Reply-To: Message-ID: <001501c3fae5$0545a150$333335bf@cabletime.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > You have a load address and entry point of 0x0. > You can't load and run Linux at 0x0. Try something more sensible > like 0x400000. The image that comes with the board (and boots fine) has the load and entry addresses both set to zero... The image I'm trying to use is generated by running 'make pImage' in the kernel tree, and that's how it's generated... Am I doing something wrong? Andy