summaryrefslogtreecommitdiff
path: root/docs/sections/customizing.md
diff options
context:
space:
mode:
authorKshitij Sisodia <kshitij.sisodia@arm.com>2021-05-27 11:07:30 +0100
committerKshitij Sisodia <kshitij.sisodia@arm.com>2021-05-27 11:07:30 +0100
commit698c5a7316044c64ed98500a9a602554c69c9f3f (patch)
tree691419940ca82aeee49bfb2fd7e31f85fddbee4c /docs/sections/customizing.md
parent3ef1fd4880d76f62ee25c8a6f2afaa3f869498c1 (diff)
downloadml-embedded-evaluation-kit-698c5a7316044c64ed98500a9a602554c69c9f3f.tar.gz
MLECO-1953: Corrections for documentation
Minor documentation corrections for the location of `images.txt` file (used for MPS3 FPGA deployment). Change-Id: Icdeaae04a5b9132c0d2f3d48948588e4954a85e6
Diffstat (limited to 'docs/sections/customizing.md')
-rw-r--r--docs/sections/customizing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/sections/customizing.md b/docs/sections/customizing.md
index 056bc55..ae911d9 100644
--- a/docs/sections/customizing.md
+++ b/docs/sections/customizing.md
@@ -738,6 +738,6 @@ cmake .. \
As a result, `ethos-u-hello_world.axf` should be created, MPS3 build
will also produce `sectors/hello_world` directory with binaries and
-`images-hello_world.txt` to be copied to the board MicroSD card.
+`sectors/images.txt` to be copied to the board MicroSD card.
Next section of the documentation: [Testing and benchmarking](testing_benchmarking.md).