From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Hawkins Date: Tue, 24 Feb 2004 15:27:22 -0000 Subject: [U-Boot-Users] Problems with u-boot, PPChameleonEVB and MontaVista kernel In-Reply-To: Message-ID: <001601c3faea$b3a8a0d0$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 Hi, > Guys, don't confuse the load address of the pImage with the *download > address*, ie. the one used for tftp. Your setting of 0/0 for the load > address and entry point is correct. Thanks for clearing that up, I thought I was building the image correctly. > However, from your initial post I gathered that your MV kernel does > not have BSP support for your hardware. It is unlikely that a simple > adaption of the boot info structure will be sufficient. Check out the > relevant files in arch/ppc/{platforms,kernel} as well as the configure > options in arch/ppc/config.in and look for things specific for your > board. That's correct, there is no standard support for this board in MV. Can anyone give me some pointers as to where to place breakpoints in the kernel to try to work out where the startup code is going wrong? As you've probably guessed, this is all a bit new to me. Many thanks. Andy