summaryrefslogtreecommitdiff
path: root/nuttx/configs
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-12-04 11:56:56 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-12-04 11:56:56 -0600
commitda00bff2c57ad82486f272bafba7d618176ccc34 (patch)
tree5c8dc71244b1e9426357b0fe35d44fb3519cd5b0 /nuttx/configs
parent43c85fe814d875f3b74912e63edc58de70976186 (diff)
downloadpx4-nuttx-da00bff2c57ad82486f272bafba7d618176ccc34.tar.gz
px4-nuttx-da00bff2c57ad82486f272bafba7d618176ccc34.tar.bz2
px4-nuttx-da00bff2c57ad82486f272bafba7d618176ccc34.zip
SAMA5 NAND: Fix some PMECC setup logic
Diffstat (limited to 'nuttx/configs')
-rw-r--r--nuttx/configs/sama5d3x-ek/README.txt12
1 files changed, 9 insertions, 3 deletions
diff --git a/nuttx/configs/sama5d3x-ek/README.txt b/nuttx/configs/sama5d3x-ek/README.txt
index a7f06e39a..8350efc23 100644
--- a/nuttx/configs/sama5d3x-ek/README.txt
+++ b/nuttx/configs/sama5d3x-ek/README.txt
@@ -440,7 +440,7 @@ Creating and Using NORBOOT
7. An option is to use the SAM-BA tool to write the NORBOOT image into
Serial FLASH. Then, the system will boot from Serial FLASH by
copying the NORBOOT image in SRAM which will run and then start the
- image in NOR FLASH automatically.
+ image in NOR FLASH automatically. This is a very convenient usage!
NOTES: (1) There is jumper on the CM module that must be closed to
enable use of the AT25 Serial Flash. (2) If using SAM-BA, make sure
@@ -1278,7 +1278,8 @@ NOR FLASH Support
STATUS: I have been unable to execute these configurations from NOR FLASH
by closing the BMS jumper (J9). As far as I can tell, this jumper does
nothing on my board??? So I have been using the norboot configuration
- exclusively to start the program-under-test in NOR FLASH (see below).
+ exclusively to start the program-under-test in NOR FLASH (see the section
+ entitled "Creating and Using NORBOOT" above.)
SDRAM Support
=============
@@ -1397,6 +1398,10 @@ NAND Support
or Serial FLASH is a problem: In that case, the code always ends up
in the SAM-BA bootloader.
+ My understanding is that you can enable JTAG in this case by simply
+ entering any data on the DBG serial port. I have not tried this.
+ Instead, I just changed to boot from Serial Flash:
+
2. Booting from Serial Flash. The work around for this case is to put
the NORBOOT image into Serial FLASH. Then, the system will boot from
Serial FLASH by copying the NORBOOT image in SRAM which will run and
@@ -2698,7 +2703,8 @@ Configurations
- Waits for you to break in with GDB.
At that point, you can set the PC and begin executing from NOR FLASH
- under debug control.
+ under debug control. See the section entitled "Creating and Using
+ NORBOOT" above.
NOTES: