summaryrefslogtreecommitdiff
path: root/docs/quick_start.md
diff options
context:
space:
mode:
authorIsabella Gottardi <isabella.gottardi@arm.com>2022-03-11 13:25:08 +0000
committerRichard <richard.burton@arm.com>2022-03-15 15:15:39 +0000
commit6c2ea453d91794c6f92a5bac515d12217c03684c (patch)
tree8d3ac8c99dcc587e84d538487b16dd746d99b557 /docs/quick_start.md
parent0fb5ae799fdd1df49c2d1552d729ebd22e836ee4 (diff)
downloadml-embedded-evaluation-kit-6c2ea453d91794c6f92a5bac515d12217c03684c.tar.gz
MLECO-3035: [Documentation] Add instructions for updating to python3.8 for Ubuntu 18.04 (or older) users
Change-Id: If7bb02f44f8bb7b84b7b7a620e69429a7b5fbb60 Signed-off-by: Isabella Gottardi <isabella.gottardi@arm.com>
Diffstat (limited to 'docs/quick_start.md')
-rw-r--r--docs/quick_start.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/quick_start.md b/docs/quick_start.md
index dc8df50..d21a554 100644
--- a/docs/quick_start.md
+++ b/docs/quick_start.md
@@ -7,11 +7,11 @@ This documentation assumes that you are using an Arm® *Ethos™-U55* NPU, it is
sharing SRAM with the Arm® *Cortex®-M55*.
The FVP is also available via Arm Virtual Hardware (AVH) hosted on AWS. This quick start guide can also be executed on an AVH instance
-but requires creation of an AWS account and basic configuration outlined [here](./arm_virtual_hardware.md).
+but requires creation of an AWS account and basic configuration outlined [here](./sections/arm_virtual_hardware.md#getting-started).
To get started quickly, please follow these steps:
-1. First, verify that you have installed [the required prerequisites](sections/building.md#Build-prerequisites).
+1. First, verify that you have installed [the required prerequisites](sections/building.md#build-prerequisites).
2. Clone the *Ethos-U* evaluation kit repository:
@@ -47,16 +47,16 @@ To get started quickly, please follow these steps:
./build_default.py --toolchain arm
```
-5. Launch the project as explained in the following section: [Deployments](sections/deployment.md#Deployment). In quick
+5. Launch the project as explained in the following section: [Deployments](sections/deployment.md#deployment). In quick
start guide, we use the keyword spotting application and the FVP.
Change directory to generated cmake build folder which contains the .axf file output from step 4 in it's `bin`
- subdirectory. Launch the application by passing the axf to the FVP you downloaded when installing the prerequisites.
+ subdirectory. Launch the application by passing the axf to the FVP you downloaded when installing the prerequisites.
Alternatively, from the root directory add `<cmake-build-your_config>` to the path to the axf and use one of the
following commands:
```commandline
- From auto-generated (or custom) build directory:
+ From auto-generated (or custom) build directory:
<path_to_FVP>/FVP_Corstone_SSE-300_Ethos-U55 -a ./bin/ethos-u-kws.axf
From root directory:
<path_to_FVP>/FVP_Corstone_SSE-300_Ethos-U55 -a <cmake-build-your_config>/bin/ethos-u-kws.axf