README: Add the hint about "set mem inaccessible-by-default off" from the mailing list

This commit is contained in:
Uwe Bonnes 2013-01-21 11:01:44 +01:00
parent 8033fb2529
commit ef09fb2b69
1 changed files with 5 additions and 0 deletions

5
README
View File

@ -38,6 +38,11 @@ instead of JTAG to connect to the target.
Once attached, all the standard GDB commands may be used to start and control
the execution of the embedded application.
The peripheral registers are not included in the memory map provided to GDB.
I suggest you add the command "set mem inaccessible-by-default off' to
your '.gdbinit'. That will allow you to access addresses outside of
the memory map. It will treat anything outside of the memory map as
RAM.
Project layout
==============