aboutsummaryrefslogtreecommitdiff
path: root/AT91SAM7S256/armdebug/Host/README
diff options
context:
space:
mode:
authorTC Wan2011-01-04 12:30:01 +0800
committerTC Wan2011-01-04 12:30:01 +0800
commit4aa3653fdf3bda087fa195f75b7b8df928a0e770 (patch)
tree177136b341a611e78e59e08a066c49e3a7ec763e /AT91SAM7S256/armdebug/Host/README
parente6929056476cf1acb3c12abb8e5d4252b003a719 (diff)
parent110e35ad42f49eecba8701728004c31178b59325 (diff)
Merge branch 'master' of ssh://svc.cs.usm.my/~/gitrepo-bare/armdebug
Diffstat (limited to 'AT91SAM7S256/armdebug/Host/README')
-rw-r--r--AT91SAM7S256/armdebug/Host/README21
1 files changed, 21 insertions, 0 deletions
diff --git a/AT91SAM7S256/armdebug/Host/README b/AT91SAM7S256/armdebug/Host/README
new file mode 100644
index 0000000..d9d3e20
--- /dev/null
+++ b/AT91SAM7S256/armdebug/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