diff --git a/docs/source/backends-arm-ethos-u.md b/docs/source/backends-arm-ethos-u.md index d089f19e38d..3bffe14a3f6 100644 --- a/docs/source/backends-arm-ethos-u.md +++ b/docs/source/backends-arm-ethos-u.md @@ -98,4 +98,7 @@ Then build the arm executorch runtime using the script `executorch/backends/arm/scripts/build_executorch_runner.sh --pte=mv2_arm_ethos_u55.pte --target=ethos-u55-128`. Finally, run the elf file on FVP using the script -`executorch/backends/arm/scripts/run_fvp.sh --elf=executorch/mv2_arm_ethos_u55/cmake-out/arm_executor_runner --target=ethos-u55-128`. \ No newline at end of file +`executorch/backends/arm/scripts/run_fvp.sh --elf=executorch/mv2_arm_ethos_u55/cmake-out/arm_executor_runner --target=ethos-u55-128`. + +## See Also +- [Arm Ethos-U Backend Tutorial](tutorial-arm-ethos-u.md) \ No newline at end of file diff --git a/docs/source/index.md b/docs/source/index.md index 730e4eb1711..d6d26ad72d5 100644 --- a/docs/source/index.md +++ b/docs/source/index.md @@ -145,6 +145,7 @@ using-executorch-faqs Building an ExecuTorch Android Demo App demo-apps-ios.md +tutorial-arm-ethos-u.md ``` ```{toctree} diff --git a/docs/source/tutorial-arm-ethos-u.md b/docs/source/tutorial-arm-ethos-u.md index 70db1e11ef6..f872b116b8f 100644 --- a/docs/source/tutorial-arm-ethos-u.md +++ b/docs/source/tutorial-arm-ethos-u.md @@ -1,5 +1,5 @@ -# Arm Ethos-U Backend +# Arm Ethos-U Backend Tutorial ::::{grid} 2 @@ -283,7 +283,7 @@ Now let's try to run these `.pte` files on a Corstone-300 and Corstone-320 platf 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. -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. +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. e.g. running `examples/arm/run.sh --model_name=add --target=ethos-u85-128` will produce a pte and elf file like this: