Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-debug-dev] BDI 2000 & CDT

We are doing something similar except we use the BDI's 'load' command to
load a boot image from my workspace to the RAM on the board and 'go' to the
start address. I still need to figure out how to init the memory without
relying on the burned in bootloader (U-boot in this case) to do it for me.
But this is all something I'd like to support in a JTAG integration somehow.

Doug Schaefer
QNX Software Systems
Eclipse CDT Project Lead
http://cdtdoug.blogspot.com
 

-----Original Message-----
From: cdt-debug-dev-bounces@xxxxxxxxxxx
[mailto:cdt-debug-dev-bounces@xxxxxxxxxxx] On Behalf Of Øyvind Harboe
Sent: Friday, September 01, 2006 1:43 PM
To: cdt-debug-dev@xxxxxxxxxxx
Subject: [cdt-debug-dev] BDI 2000 & CDT

I use the BDI 2000 & Zyin Embedded CDT all the time.

Using our plugin, I add a couple of startup GDB commands like:

monitor reset
monitor rm 15 0x10300000


Voila!

http://www.zylin.com/embeddedcdt.html

-- 
Øyvind Harboe
http://www.zylin.com
_______________________________________________
cdt-debug-dev mailing list
cdt-debug-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-debug-dev


Back to the top