source: rtems/doc/FAQ/hwdebugaids.t @ 54789c4

4.104.114.84.95
Last change on this file since 54789c4 was 54789c4, checked in by Joel Sherrill <joel.sherrill@…>, on 08/19/99 at 15:36:06

Added Eric Norum's ftp site for BDM m68k.

  • Property mode set to 100644
File size: 3.7 KB
Line 
1@c
2@c  COPYRIGHT (c) 1988-1998.
3@c  On-Line Applications Research Corporation (OAR).
4@c  All rights reserved.
5@c
6@c  $Id$
7@c
8
9@chapter Hardware to Ease Debugging
10
11The items in this category provide information on various hardware
12debugging assistants that are available.
13
14@section MC683xx BDM Support for GDB
15
16Eric Norum (eric@@skatter.usask.ca) has a driver for a parallel
17port interface to a BDM module.  This driver has a long history
18and is based on a driver by Gunter Magin (gunter@@skil.camelot.de)
19which in turn was based on BD32 for DOS by Scott Howard.  Eric Norum
20and Chris Johns (ccj@@acm.org) have put together a package containing
21everything you need to use this BDM driver including software, PCB layouts,
22and machining drawings.  From the README:
23
24"This package contains everything you need to be able to run GDB on
25Linux and control a Motorola CPU32+ (68360) or Coldfire (5206, 5206e, or
265207) target through a standard PC parallel port."
27
28Information on this BDM driver is available at the following URL:
29
30@example
31http://www.calm.hw.ac.uk/davidf/coldfire/gdb-bdm-linux.htm
32@end example
33
34The package is officially hosted at Eric Norum's ftp site:
35
36@example
37ftp://skatter.usask.ca/pub/eric/BDM-Linux-gdb/
38@end example
39
40Peter Shoebridge (peter@@zeecube.com) has ported the Linux
41parallel port BDM driver from Eric Norum to Windows NT.  It is
42available at http://www.zeecube.com/bdm.
43
44The efi332 project has a home-built BDM module and gdb driver for
45Linux.  See http://egi332.eng.ohio-state.edu/efi332/hardware.html)
46for details.
47
48Pavel Pisa (pisa@@cmp.felk.cvut.cz) has one available at
49http://cmp.felk.cvut.cz/~pisa/m683xx/bdm_driver.html.
50
51Huntsville Microsystems (HMI) has GDB support for their BDM module
52available upon request.  It is also available from their ftp site:
53ftp://ftp.hmi.com/pub/gdb
54
55The Macraigor OCD BDM module has a driver for Linux
56written by Gunter Magin (Gunter.Magin@@skil.camelot.de). 
57No URLs yet.
58
59Information in this section from:
60
61@itemize @bullet
62@item Brendan Simon <brendan@@dgs.monash.edu.au>
63@item W Gerald Hicks <wghicks@@bellsouth.net>
64@item Chris Johns <ccj@@acm.org>
65@item Eric Norum <eric@@skatter.usask.ca>
66@item Gunter Magin <magin@@skil.camelot.de>
67
68@end itemize
69
70
71@section MPC8xx BDM Support for GDB
72
73@c "Adrian Bocaniciu" <a.bocaniciu@computer.org> has a driver
74@c for NT and is willing to share it but he needs to be emailed
75@c privately since he needs to explain somethings about it.
76@c It has been used for over a year as of 08/18/99.
77
78Christian Haan <chn@@intego.de> has written a driver for FreeBSD
79based for"a slightly changed ICD BDM module (because of changes
80in the BDM interface on the PowerPC)" that "probably will work with
81the PD module too."  His work is based on the M68K BDM work by
82Gunter Magin (Gunter.Magin@@skil.camelot.de) and
83the PPC BDM for Linux work by Sergey Drazhnikov (swd@@agua.comptek.ru).
84This is not yet publicly available.
85
86Sergey Drazhnikov (swd@@agua.comptek.ru) has written a PPC BDM driver for
87Linux.  Information is available at http://cyclone.parad.ru/ppcbdm.
88
89Huntsville Microsystems (HMI) has GDB support for their BDM module
90available upon request.  It is also available from their ftp site:
91ftp://ftp.hmi.com/pub/gdb
92
93GDB includes support for a set of primitives to support the Macraigor
94Wiggler (OCD BDM).  Unfortunately, this requires the use of a
95proprietary interface and is supported only on Windows.  This forces
96one to use CYGWIN.  Reports are that this results in a slow
97interface.  Scott Howard (http://www.objsw.com) has announced
98that support for the gdb+wiggler combination under DJGPP which should
99run significantly faster.
100
101@itemize @bullet
102@item Leon Pollak <leonp@@plris.com>
103@item Christian Haan <chn@@intego.de>
104@end itemize
105
Note: See TracBrowser for help on using the repository browser.