SAMA5D3x-EK NxPlayer: Updated Configuration

This commit is contained in:
Gregory Nutt 2014-07-31 11:32:44 -06:00
parent 92194800b4
commit 986fd56650
2 changed files with 18 additions and 2 deletions

View File

@ -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
---------------------

View File

@ -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