From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Fri, 11 Mar 2011 17:13:13 -0600 Subject: [U-Boot] Understanding a BDI U-boot issue In-Reply-To: References: Message-ID: <20110311171313.6d87786c@schlenkerla> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, 11 Mar 2011 15:06:09 -0800 Charles Krinke wrote: > I have inherited a MPC8323ERDB project and when I connect my BDI to it, I > get to this point when the target is turned on. > > CPU: e300c2, MPC8323E, Rev: 1.1 at 333.333 MHz, CSB: 133.333 MHz > Econolite Control Products ASC/4I2C: ready > DRAM: 64 MB > FLASH: 16 MB > > With the BDI, when I issue its "go" command, I dont see anything else come > out on the serial port. > > I wonder if anyone might help me understand what sort of things might cause > this despicable situation. > Try "re ru". If this makes it work, the BDI is probably doing initialization that puts the board in a state that U-Boot isn't expecting. -Scott