Skip to content

Commit b5598b8

Browse files
authored
Update 5-configure-fvp-gui.md
1 parent b21b6bf commit b5598b8

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

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

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,7 @@ Note down your computer's IP address:
1414
```bash
1515
ip addr show
1616
```
17-
To help you, here are some common WiFi interface names on Linux:
18-
|Interface Name|Meaning / Context|
19-
|--------------|-----------------|
20-
|wlan0|Legacy name (common on older systems)|
21-
|wlp2s0, wlp3s0|Predictable network naming scheme (modern systems)|
22-
|wlx<MAC>|Some systems name interfaces after MAC addresses|
23-
|wifi0, ath0|Very rare, specific to certain drivers (e.g., Atheros)|
17+
Note down the IP address of your active network interface (inet) which you will use later to pass as an argument to the FVP.
2418

2519
{{% notice macOS %}}
2620

@@ -34,7 +28,7 @@ ipconfig getifaddr en0 # Returns your Mac's WiFi IP address
3428

3529
## Enable the FVP's GUI
3630

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:
31+
Edit the following parameters in your locally 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:
3832

3933
```bash
4034
-C mps4_board.subsystem.ethosu.num_macs=${num_macs} \

0 commit comments

Comments
 (0)