From b7bfb1f632806c46aa4881888c3c98fe0fb95b4d Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 29 Jun 2014 09:52:07 -0600 Subject: [PATCH] SAMA5D: Don't use explicit DMACH_FLAG_MEMPID_SHIFT; it does not exist in the SAMA5D4 --- configs/sama5d4-ek/README.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/configs/sama5d4-ek/README.txt b/configs/sama5d4-ek/README.txt index 869de8c29a..001942e3e9 100644 --- a/configs/sama5d4-ek/README.txt +++ b/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