summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Host/README6
-rw-r--r--Host/gdb-commands.txt4
2 files changed, 5 insertions, 5 deletions
diff --git a/Host/README b/Host/README
index 9e6b9c1..23d95c9 100644
--- a/Host/README
+++ b/Host/README
@@ -1,11 +1,11 @@
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/
+ - nxt-python v2.1.x 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/
+ - libusb v0.1.x http://libusb.org/
- It will probably work with libusb v0.1.x but it has not been tested in that configuration.
+Currently, it does not work with libusb v1.x, on Mac OSX, it causes segfaults.
Installation
============
diff --git a/Host/gdb-commands.txt b/Host/gdb-commands.txt
index 4155ec7..ef412d1 100644
--- a/Host/gdb-commands.txt
+++ b/Host/gdb-commands.txt
@@ -12,5 +12,5 @@ $pF#B6
# Display User CPSR
$p!#91
-# Set R0 to 0xAA
-$P1=000000AA#80
+# Set R1 to 0xAA
+$P1=000000AA#60