aboutsummaryrefslogtreecommitdiff
path: root/AT91SAM7S256/armdebug/Host/README
blob: 9e6b9c1e74656b2a102c1359df94b5fe0f04b4f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
The nxt-gdb-server.py script is initially developed by Nicolas Schodet.

It depends on the following libraries:
 - nxt-python v2.0x http://code.google.com/p/nxt-python/
 - pyusb v0.4x http://pyusb.wiki.sourceforge.net
 - libusb-compat v0.1x and libusb v1.0x http://libusb.org/

 It will probably work with libusb v0.1.x but it has not been tested in that configuration.
 
 Installation
 ============
 
 There is no specific installation requirements (at this moment). Just run the python script
 in a terminal window.
 
 Usage
 =====
 
 1. Connect the USB cable from the PC Host to the NXT
 2. start nxt-gdb-server.py
 3. start arm-none-eabi-gdb, configured as remote for port 2828 (default)