From 854d8c1a22849a25ca6a9fc6c4c8b31844c02fdb Mon Sep 17 00:00:00 2001 From: Siddartha Pothapragada Date: Thu, 5 Jun 2025 16:00:28 -0700 Subject: [PATCH] Update tutorial-arm-ethos-u.md Add 'EULA' argument to setup.sh script --- docs/source/tutorial-arm-ethos-u.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/source/tutorial-arm-ethos-u.md b/docs/source/tutorial-arm-ethos-u.md index 96f452eeef3..79bf641cafe 100644 --- a/docs/source/tutorial-arm-ethos-u.md +++ b/docs/source/tutorial-arm-ethos-u.md @@ -50,7 +50,11 @@ In the following sections we will walk through the steps to download each of the In this section, we will do a one-time setup, like downloading and installing necessary software, for the platform support files needed to run ExecuTorch programs in this tutorial. -For that we will use the `examples/arm/setup.sh` script to pull each item in an automated fashion. It is recommended to run the script in a conda environment. Upon successful execution, you can directly go to [the next step](#convert-the-pytorch-model-to-the-pte-file). +For that we will use the `examples/arm/setup.sh` script to pull each item in an automated fashion. It is recommended to run the script in a conda environment. +```bash +examples/arm/setup.sh --i-agree-to-the-contained-eula +``` +Upon successful execution, you can directly go to [the next step](#convert-the-pytorch-model-to-the-pte-file). As mentioned before, we currently support only Linux based platforms with x86_64 or aarch64 processor architecture. Let’s make sure we are indeed on a supported platform.