Skip to content

Commit f382c01

Browse files
authored
Update 5-configure-fvp-gui.md
1 parent fa0bb24 commit f382c01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/learning-paths/embedded-and-microcontrollers/visualizing-ethos-u-performance/5-configure-fvp-gui.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ layout: "learningpathall"
1212

1313
Note down your computer's IP address:
1414
```bash
15-
ip addr show <YOUR_INTERFACE_NAME>
15+
ip addr show
1616
```
1717
To help you, here are some common WiFi interface names on Linux:
1818
|Interface Name|Meaning / Context|
@@ -34,7 +34,7 @@ ipconfig getifaddr en0 # Returns your Mac's WiFi IP address
3434

3535
## Enable the FVP's GUI
3636

37-
Edit the following parameters in [run_fvp.sh](https://github.com/pytorch/executorch/blob/d5fe5faadb8a46375d925b18827493cd65ec84ce/backends/arm/scripts/run_fvp.sh#L97-L102), to enable the Mobilenet V2 output on the FVP's GUI:
37+
Edit the following parameters in your local checked out [executorch/backends/arm/scripts/run_fvp.sh](https://github.com/pytorch/executorch/blob/d5fe5faadb8a46375d925b18827493cd65ec84ce/backends/arm/scripts/run_fvp.sh#L97-L102) file, to enable the Mobilenet V2 output on the FVP's GUI:
3838

3939
```bash
4040
-C mps4_board.subsystem.ethosu.num_macs=${num_macs} \

0 commit comments

Comments
 (0)