summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKshitij Sisodia <kshitij.sisodia@arm.com>2021-05-24 12:08:02 +0100
committerKshitij Sisodia <kshitij.sisodia@arm.com>2021-05-24 12:08:02 +0100
commit55b818002cfdbf55ea3a9f2b509cde34f6a06302 (patch)
tree74d087948ece37ec7ac5cbe6eeecf3379b381997
parentc7050f8a9af5a9beccf7ab0702bf1a8b061537eb (diff)
downloadml-embedded-evaluation-kit-55b818002cfdbf55ea3a9f2b509cde34f6a06302.tar.gz
Minor clarification for quick start guide.
Added a note for toolchain selection while using `build_default.py` in `docs/quick_start.md` Change-Id: I3d7405ff3257ec9d0358eb44d5d4c1feeb39a047
-rw-r--r--docs/quick_start.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/quick_start.md b/docs/quick_start.md
index 6aea7b1..3efbd52 100644
--- a/docs/quick_start.md
+++ b/docs/quick_start.md
@@ -28,7 +28,15 @@ is using a shared SRAM with the Arm® Cortex®-M55.
neural network operators should be [supported by Vela](https://review.mlplatform.org/plugins/gitiles/ml/ethos-u/ethos-u-vela/+/HEAD/SUPPORTED_OPS.md).
```commandline
- python3 build_default.py
+ ./build_default.py
+ ```
+
+ > **Note** The above command assumes you are using the GNU Arm Embedded Toolchain.
+ > If you are using the Arm Compiler instead, you can override the default selection
+ > by executing:
+
+ ```commandline
+ ./build_default.py --toolchain arm
```
5. Launch the project as explained [here](sections/deployment.md#Deployment). For the purpose of this quick start guide,