summaryrefslogtreecommitdiff
path: root/nuttx/configs/sama5d4-ek/README.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-06-29 09:52:07 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-06-29 09:52:07 -0600
commite4e1e3587c95b71161000634604cb6c689e59f51 (patch)
tree7df76cca1dd10e59bd912e50a2ddb4c3a3ea86d4 /nuttx/configs/sama5d4-ek/README.txt
parent9ddd0ba9a3764f18445b49a3df1d5d0096f0870c (diff)
downloadpx4-nuttx-e4e1e3587c95b71161000634604cb6c689e59f51.tar.gz
px4-nuttx-e4e1e3587c95b71161000634604cb6c689e59f51.tar.bz2
px4-nuttx-e4e1e3587c95b71161000634604cb6c689e59f51.zip
SAMA5D: Don't use explicit DMACH_FLAG_MEMPID_SHIFT; it does not exist in the SAMA5D4
Diffstat (limited to 'nuttx/configs/sama5d4-ek/README.txt')
-rw-r--r--nuttx/configs/sama5d4-ek/README.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/nuttx/configs/sama5d4-ek/README.txt b/nuttx/configs/sama5d4-ek/README.txt
index 869de8c29..001942e3e 100644
--- a/nuttx/configs/sama5d4-ek/README.txt
+++ b/nuttx/configs/sama5d4-ek/README.txt
@@ -3094,9 +3094,11 @@ Configurations
This is a little program to help debug of code in DRAM. It does the
following:
- - It configures DRAM,
- - It loads and Intel HEX file into DRAM over the terminal port,
- - Waits for you to break in with GDB.
+ - Sets the clocking so that the SAMA5 is running at 528MHz.
+ - Configures DRAM,
+ - Loads and Intel HEX file into DRAM over the terminal port,
+ - Waits for you to break in with GDB (or optionally starts the
+ newly loaded program).
At that point, you can set the PC and begin executing from SDRAM under
debug control. See the section entitled "Creating and Using