From 55b818002cfdbf55ea3a9f2b509cde34f6a06302 Mon Sep 17 00:00:00 2001 From: Kshitij Sisodia Date: Mon, 24 May 2021 12:08:02 +0100 Subject: 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 --- docs/quick_start.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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, -- cgit v1.2.1