Skip to content

Commit

Permalink
README: add some simple usage instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamieiles committed Oct 10, 2012
1 parent dff2739 commit 34d8666
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README
Expand Up @@ -40,3 +40,16 @@ non-identity MMU mapping the RSP will cease to function. A future enhancement
will be to drop the application into non-secure mode (NS=1) and use the
address translation capabilities to perform all memory accesses from the RSP
and have that use it's own MMU configuration.

Connecting with GDB
-------------------

Assuming that your serial port is ttyUSB0 then you can create a gdbscript with
the following contents:

set architecture arm
set remotebaud 115200
target remote /dev/ttyUSB0

and run with `gdb-multiarch -x gdbscript <BINARY>'. Once in gdb you can load
the binary with `load` then use all of the normal gdb commands.

0 comments on commit 34d8666

Please sign in to comment.