summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorjinghua <jinghua@marvell.com>2017-08-24 16:33:51 +0800
committerKostya Porotchkin <kostap@marvell.com>2017-10-03 15:40:46 +0300
commit2bdfaf60621be0003e125cfd58afabc4c8c8ebd4 (patch)
tree49a88efb60707b5df7ca890083439d41fcce2906 /docs
parent30ac97171352a202e1588b299af84140ff83b123 (diff)
doc: build: update wtmi image option explaination for a3700
Change-Id: Icdb0a00ae3908ec376dc1a01cad5bf7bdd410680 Signed-off-by: jinghua <jinghua@marvell.com> Reviewed-on: http://vgitil04.il.marvell.com:8080/43357 Tested-by: iSoC Platform CI <ykjenk@marvell.com> Reviewed-by: Kostya Porotchkin <kostap@marvell.com> Reviewed-on: http://vgitil04.il.marvell.com:8080/44784
Diffstat (limited to 'docs')
-rw-r--r--docs/marvell/build.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/marvell/build.txt b/docs/marvell/build.txt
index c9e635cc..2170a785 100644
--- a/docs/marvell/build.txt
+++ b/docs/marvell/build.txt
@@ -90,14 +90,14 @@ Build Instructions
- PARTNUM: For Armada37x0 only, the boot partition number, default is 0. To boot from eMMC, the value
should be aligned with the parameter in U-Boot with name of CONFIG_SYS_MMC_ENV_PART, whose
value by default is 1.
- For detail about CONFIG_SYS_MMC_ENV_PART, please refer to U-Boot build instructions.
-
- - WTMI_IMG: For Armada37x0 only, the path of the WTMI image can point to a image which does
- nothing, a image which supports EFUSE or a customized CM3 firmware image, the default is
- "tools/wtp/wtmi/build/wtmi.bin" which supports EFUSE.
+ For details about CONFIG_SYS_MMC_ENV_PART, please refer to the U-Boot build instructions.
+ - WTMI_IMG: For Armada37x0 only, the path of the WTMI image can point to an image which does
+ nothing, an image which supports EFUSE or a customized CM3 firmware binary. The default image
+ is wtmi.bin that built from sources in WTP folder, which is the next option. If the default
+ image is OK, then this option should be skipped.
- WTP: For Armada37x0 only, use this parameter to point to wtptools source code directory, which
- could be found as a3700_utils.zip in the release.
+ can be found as a3700_utils.zip in the release.
Usage example: WTP=/path/to/a3700_utils
For example, in order to build the image in debug mode with log level up to 'notice' level run::