summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-31 11:32:44 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-31 11:32:44 -0600
commite33bdad1503064a1cd4f10c9473fde27c76d2a94 (patch)
tree67f61d5c6eac2e84ff6d5d4405d1b58606d7489d
parentdc962f97869717da2acf7b358d2bdfc8ff4b00d9 (diff)
downloadnuttx-e33bdad1503064a1cd4f10c9473fde27c76d2a94.tar.gz
nuttx-e33bdad1503064a1cd4f10c9473fde27c76d2a94.tar.bz2
nuttx-e33bdad1503064a1cd4f10c9473fde27c76d2a94.zip
SAMA5D3x-EK NxPlayer: Updated Configuration
-rw-r--r--nuttx/configs/sama5d3x-ek/README.txt9
-rw-r--r--nuttx/configs/sama5d3x-ek/nxplayer/defconfig11
2 files changed, 18 insertions, 2 deletions
diff --git a/nuttx/configs/sama5d3x-ek/README.txt b/nuttx/configs/sama5d3x-ek/README.txt
index ca8b81c02..9e2f5a7f9 100644
--- a/nuttx/configs/sama5d3x-ek/README.txt
+++ b/nuttx/configs/sama5d3x-ek/README.txt
@@ -514,6 +514,15 @@ Boot sequence
4. Then NuttX runs from SDRAM
+DRAMBOOT
+--------
+
+ See also configs/sama5d4-ek/README.txt for a description of the DRAMBOOT
+ program. This is a tiny version of NuttX that can run out of internal
+ SRAM. If you put this program on the HSMCI1 microSD card as boot.bin, then
+ it will boot on power up and you can download NuttX directly into DRAM by
+ sending the nuttx.hex file over the serial connection.
+
NAND FLASH Memory Map
---------------------
diff --git a/nuttx/configs/sama5d3x-ek/nxplayer/defconfig b/nuttx/configs/sama5d3x-ek/nxplayer/defconfig
index a3dceabbe..018d29724 100644
--- a/nuttx/configs/sama5d3x-ek/nxplayer/defconfig
+++ b/nuttx/configs/sama5d3x-ek/nxplayer/defconfig
@@ -468,7 +468,13 @@ CONFIG_DEV_NULL=y
# CONFIG_ARCH_HAVE_PWM_PULSECOUNT is not set
# CONFIG_PWM is not set
CONFIG_ARCH_HAVE_I2CRESET=y
-# CONFIG_I2C is not set
+CONFIG_I2C=y
+# CONFIG_I2C_SLAVE is not set
+CONFIG_I2C_TRANSFER=y
+# CONFIG_I2C_WRITEREAD is not set
+# CONFIG_I2C_POLLED is not set
+# CONFIG_I2C_TRACE is not set
+CONFIG_I2C_RESET=y
# CONFIG_SPI is not set
CONFIG_I2S=y
# CONFIG_RTC is not set
@@ -901,7 +907,7 @@ CONFIG_NSH_CONSOLE=y
# USB Trace Support
#
# CONFIG_NSH_ALTCONDEV is not set
-# CONFIG_NSH_ARCHINIT is not set
+CONFIG_NSH_ARCHINIT=y
#
# NxWidgets/NxWM
@@ -943,6 +949,7 @@ CONFIG_NSH_CONSOLE=y
#
# I2C tool
#
+# CONFIG_SYSTEM_I2CTOOL is not set
#
# INI File Parser