summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2013-03-07 11:28:19 +0000
committerStefano Babic <sbabic@denx.de>2013-04-03 10:55:18 +0200
commitab461be65dbfe3e2fa45f7cd836faa99663be5bb (patch)
tree9313b352abdaf7d1bf18604359989f84078f7532 /doc
parent85449dbd4ba55766862eeb93745c1b4b76c5cd86 (diff)
downloadtalos-obmc-uboot-ab461be65dbfe3e2fa45f7cd836faa99663be5bb.tar.gz
talos-obmc-uboot-ab461be65dbfe3e2fa45f7cd836faa99663be5bb.zip
mx28evk: Introduce a new target for saving env vars to NAND
Introduce 'mx28evk_nand' target for saving environment variables into NAND. The mx28evk board does not come with a NAND flash populated from the factory. It comes with an empty slot (U23), which allows the insertion of a 48-pin TSOP flash device. Tested with a K9LBG08U0D. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Reviewed-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'doc')
-rw-r--r--doc/README.mx28evk18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/README.mx28evk b/doc/README.mx28evk
index 2fc50696f5..76db474bfb 100644
--- a/doc/README.mx28evk
+++ b/doc/README.mx28evk
@@ -23,6 +23,24 @@ To boot MX28EVK from an SD card, set the boot mode DIP switches as:
* VDD 5V: To the left (off)
* Hold Button: Down (off)
+
+Environment Storage
+-------------------
+
+There are two targets for mx28evk:
+
+"make mx28evk_config" - store enviroment variables into MMC
+
+or
+
+"make mx28evk_nand_config" - store enviroment variables into NAND flash
+
+Choose the target accordingly.
+
+Note: The mx28evk board does not come with a NAND flash populated from the
+factory. It comes with an empty slot (U23), which allows the insertion of a
+48-pin TSOP flash device.
+
Follow the instructions from doc/README.mx28_common to generate a bootable SD
card.
OpenPOWER on IntegriCloud