Skip to content

Commit de56802

Browse files
Merge pull request #2522 from annietllnd/review
Update 3-env-setup-fvp.md
2 parents 0e489e1 + 2d02e31 commit de56802

File tree

1 file changed

+0
-7
lines changed
  • content/learning-paths/embedded-and-microcontrollers/introduction-to-tinyml-on-arm

1 file changed

+0
-7
lines changed

content/learning-paths/embedded-and-microcontrollers/introduction-to-tinyml-on-arm/3-env-setup-fvp.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,6 @@ When the script completes, it prints a command to finalize the installation by a
3131
source $HOME/executorch/examples/arm/ethos-u-scratch/setup_path.sh
3232
```
3333

34-
Then configure git informations, you can stay anonymous or fill in your email and name:
35-
36-
```bash
37-
git config --global user.email "[email protected]"
38-
git config --global user.name "Your Name"
39-
```
40-
4134
Test that the setup was successful by running the `run.sh` script for Ethos-U85, which is the target device for Corstone-320:
4235

4336
```bash

0 commit comments

Comments
 (0)