aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLedion Daja <ledion.daja@arm.com>2022-05-18 12:18:23 +0200
committerLedion Daja <ledion.daja@arm.com>2022-05-18 14:01:30 +0200
commitacd02323eb51f141e63681801b7aaf93ca98d72a (patch)
tree7a71af3937398bdd68887284e0330e16e199e53c
parentdd596046fc9e932e37b2b1afccc2f89e30917187 (diff)
downloadethos-u-core-platform-acd02323eb51f141e63681801b7aaf93ca98d72a.tar.gz
Update documentation with new path of Vela INI config file
Change-Id: I1dabf8f675fa47fc9096393a29810fc430e006dc
-rw-r--r--applications/trustzone_inference/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/trustzone_inference/README.md b/applications/trustzone_inference/README.md
index 32a7264..447b3eb 100644
--- a/applications/trustzone_inference/README.md
+++ b/applications/trustzone_inference/README.md
@@ -27,12 +27,12 @@ https://github.com/ARM-software/ML-zoo.git
The model is converted using vela (v2.0.1)
```
-vela --cascading=True --config vela.ini --system-config=Ethos_U55_High_End_Embedded --memory-mode=Shared_Sram --accelerator-config=ethos-u55-128 --block-config-limit=0 ML-zoo/models/image_classification/mobilenet_v2_1.0_224/tflite_uint8/mobilenet_v2_1.0_224_quantized_1_default_1.tflite
+vela --cascading=True --config Arm/vela.ini --system-config=Ethos_U55_High_End_Embedded --memory-mode=Shared_Sram --accelerator-config=ethos-u55-128 --block-config-limit=0 ML-zoo/models/image_classification/mobilenet_v2_1.0_224/tflite_uint8/mobilenet_v2_1.0_224_quantized_1_default_1.tflite
```
Where the vela.ini is fetched from the vela git repository:
```
-wget https://review.mlplatform.org/plugins/gitiles/ml/ethos-u/ethos-u-vela/+/refs/heads/master/vela.ini
+wget https://review.mlplatform.org/plugins/gitiles/ml/ethos-u/ethos-u-vela/+/refs/heads/master/ethosu/config_files/Arm/vela.ini
```
Then the compiled model representation has been converted to a header file using xxd.