From 698c5a7316044c64ed98500a9a602554c69c9f3f Mon Sep 17 00:00:00 2001 From: Kshitij Sisodia Date: Thu, 27 May 2021 11:07:30 +0100 Subject: MLECO-1953: Corrections for documentation Minor documentation corrections for the location of `images.txt` file (used for MPS3 FPGA deployment). Change-Id: Icdeaae04a5b9132c0d2f3d48948588e4954a85e6 --- docs/sections/building.md | 9 ++++++--- docs/sections/customizing.md | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) (limited to 'docs/sections') diff --git a/docs/sections/building.md b/docs/sections/building.md index 9e0d422..9688586 100644 --- a/docs/sections/building.md +++ b/docs/sections/building.md @@ -288,6 +288,9 @@ the repository: python3 ./set_up_default_resources.py ``` +> **Note:** This script requires Python version 3.6 or higher. See all pre-requisites under the section +> [Build Prerequisites](#build-prerequisites). + This will fetch all the models into `resources_downloaded` directory. It will also optimize the models using the Vela compiler for default 128 MAC configuration of Arm® Ethos™-U55 NPU. @@ -460,8 +463,8 @@ bin  ├── ethos-u-.axf  ├── ethos-u-.htm  ├── ethos-u-.map - ├── images-.txt  └── sectors + ├── images.txt └── ├── dram.bin └── itcm.bin @@ -480,10 +483,10 @@ the following build artefacts will be created: - `ethos-u-.htm`: Human readable file containing the call graph of application functions. -- `sectors/`: Folder containing the built application, split into files +- `sectors/`: Folder containing the built application, split into files for loading into different FPGA memory regions. -- `images-.txt`: Tells the FPGA which memory regions to +- `sectors/images.txt`: Tells the FPGA which memory regions to use for loading the binaries in sectors/** folder. > **Note:** For the specific use case commands see the relative section 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). -- cgit v1.2.1