From 110e35ad42f49eecba8701728004c31178b59325 Mon Sep 17 00:00:00 2001 From: TC Wan Date: Tue, 4 Jan 2011 12:29:13 +0800 Subject: added basic readme --- Host/README | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Host/README (limited to 'Host') diff --git a/Host/README b/Host/README new file mode 100644 index 0000000..d9d3e20 --- /dev/null +++ b/Host/README @@ -0,0 +1,21 @@ +The nxt-gdb-server.py script is initially developed by Nicolas Schodet. + +It depends on the following libraries: + - nxt-python v2.01 http://code.google.com/p/nxt-python/ + - pyusb v1.0x http://pyusb.wiki.sourceforge.net + - 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) \ No newline at end of file -- cgit v1.2.3