summaryrefslogtreecommitdiff
path: root/Host
diff options
context:
space:
mode:
authorTC Wan2011-01-04 12:29:13 +0800
committerTC Wan2011-01-04 12:29:13 +0800
commit110e35ad42f49eecba8701728004c31178b59325 (patch)
tree2ed4efb9b1d6f7f57b6223940ae99b16d85fe613 /Host
parent136cdd01df0498b9a91ea0a629066a6bb86bb191 (diff)
added basic readme
Diffstat (limited to 'Host')
-rw-r--r--Host/README21
1 files changed, 21 insertions, 0 deletions
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