Skip to content

Commit 318e26b

Browse files
authored
Arm backend: Add Tutorial to Example tab on the Docs page (#10386)
Signed-off-by: Zingo Andersen <[email protected]>
1 parent a0ca486 commit 318e26b

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

docs/source/backends-arm-ethos-u.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,7 @@ Then build the arm executorch runtime using the script
9898
`executorch/backends/arm/scripts/build_executorch_runner.sh --pte=mv2_arm_ethos_u55.pte --target=ethos-u55-128`.
9999

100100
Finally, run the elf file on FVP using the script
101-
`executorch/backends/arm/scripts/run_fvp.sh --elf=executorch/mv2_arm_ethos_u55/cmake-out/arm_executor_runner --target=ethos-u55-128`.
101+
`executorch/backends/arm/scripts/run_fvp.sh --elf=executorch/mv2_arm_ethos_u55/cmake-out/arm_executor_runner --target=ethos-u55-128`.
102+
103+
## See Also
104+
- [Arm Ethos-U Backend Tutorial](tutorial-arm-ethos-u.md)

docs/source/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ using-executorch-faqs
145145
146146
Building an ExecuTorch Android Demo App <https://github.com/pytorch-labs/executorch-examples/tree/main/dl3/android/DeepLabV3Demo#executorch-android-demo-app>
147147
demo-apps-ios.md
148+
tutorial-arm-ethos-u.md
148149
```
149150

150151
```{toctree}

docs/source/tutorial-arm-ethos-u.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!---- Name is a WIP - this reflects better what it can do today ----->
2-
# Arm Ethos-U Backend
2+
# Arm Ethos-U Backend Tutorial
33

44
<!----This will show a grid card on the page----->
55
::::{grid} 2
@@ -283,7 +283,7 @@ Now let's try to run these `.pte` files on a Corstone-300 and Corstone-320 platf
283283

284284
In this section, you will go over steps that you need to go through to build the runtime application. This then run on the target device. In the executorch repository you have a functioning script which does the exact same steps. It is located at `executorch/examples/arm/run.sh`. You will use that to build necessary pieces and finally run the previously generated PTE file on an FVP.
285285

286-
By default the `run.sh` will use `arm_test/` as an build and output folder and you will find the build artifacts under it. This can be contolled/overrided with the `--et_build_root` and the `--output` flags if needed.
286+
By default the `run.sh` will use `arm_test/` as an build and output folder and you will find the build artifacts under it. This can be controlled/overrided with the `--et_build_root` and the `--output` flags if needed.
287287

288288
e.g. running `examples/arm/run.sh --model_name=add --target=ethos-u85-128` will produce a pte and elf file like this:
289289

0 commit comments

Comments
 (0)