Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,6 @@ When the script completes, it prints a command to finalize the installation by a
source $HOME/executorch/examples/arm/ethos-u-scratch/setup_path.sh
```

Then configure git informations, you can stay anonymous or fill in your email and name:

```bash
git config --global user.email "[email protected]"
git config --global user.name "Your Name"
```

Test that the setup was successful by running the `run.sh` script for Ethos-U85, which is the target device for Corstone-320:

```bash
Expand Down