[U-Boot-Users] debug u-boot with BDI2000

Dan Malek dan at embeddededge.com
Wed Feb 2 18:53:34 CET 2005


On Feb 2, 2005, at 12:36 PM, Jerry Van Baren wrote:

> Just the standard ones for debugging: -g for symbolic support.

You also have to be careful of processor initialization code that
initializes debug control registers.  Proper processor set up requires
you do this, but of course the BDI2000 is also trying to use these
registers to assist with the debug process.  You may have to disable
this debug register initialization in the code, depending upon the
processor, or find some other way of working around this.


	-- Dan





More information about the U-Boot mailing list