From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Hawkins Date: Mon, 10 Sep 2007 13:17:10 -0700 Subject: [U-Boot-Users] Booting with attached BDI but not alone In-Reply-To: References: Message-ID: <46E5A646.6080902@ovro.caltech.edu> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > I downloaded an u-boot.bin (1.1.4) on to my flash (a board with MPC875). > If I connect BDI and type go I see output on my serial console. If I > start the board without the attached BDI nothing appears. > > Any hint? Probably the BDI is configuring something correctly that your startup code is not. Compare the register settings in the BDI configuration file to what is in the startup code. Dave