From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pierre AUBERT Date: Wed, 11 Feb 2004 15:24:09 +0100 Subject: [U-Boot-Users] MPC5200 BDI2000 and USB In-Reply-To: <20040211125628.B7145C1215@atlas.denx.de> References: <20040211125628.B7145C1215@atlas.denx.de> Message-ID: <402A3B09.6010800@staubli.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang Denk wrote: >In message <402A13AA.8030602@staubli.com> you wrote: > > >>I'm using a BDI2000 to debug u-boot on a LITE5200 board. I've got >>some problems with breakpoints and stepping when the MPC5200 USB is running. >> >> > >What do you mean - debugging U-Boot when USB is running? AFAIK we >don't have USB support in U-Boot for the 5200 yet. > > > I know, because I'm working on adding USB support on the MPC5200 (I will submit a patch ASAP). The MPC5200 is an OHCI controller, then it's quite simple. The USB stack is working, and I'm making some tests with usb-storage class. It works with a lot of USB Sticks but I've got problems with some USB sticks, then I would like to use gdb. >Best regards, > >Wolfgang Denk > > > Best regards