From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Fri, 21 Oct 2005 14:35:58 -0400 Subject: [U-Boot-Users] help on u-boot In-Reply-To: References: Message-ID: <4359350E.9070001@smiths-aerospace.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de prabha.j at tcs.com wrote: > > Hi all, > I was able to build u-boot for my custom board. when i tried to load it > nothing is coming. I am using TRACE32 ICE and the board is almost > similar to MPC8260ADS. I had set the baudrate as 115200 and flowcontrol > as none. when i give run command in TRACE32, nothing is coming in > hyperterminal. > My flash base is 0x0000 0000 so i had given this in the > board/mpc8260ads/config.mk . I have done some changes in the > include/configs/MPC8260ADS.h > for my board. > Any help is appreciated. > Thanks in advance. > > > Prabha J. > Tata Consultancy Services Limited Use your TRACE32 to step through the start up. Where is it breaking? Start digging though the source at that point to find what you have misconfigured ;-). gvb