Skip to content

Commit 3e0e6ff

Browse files
committed
Changed references to AVH in Zephyr learning path
1 parent c8e251f commit 3e0e6ff

File tree

1 file changed

+5
-12
lines changed
  • content/learning-paths/embedded-and-microcontrollers/zephyr

1 file changed

+5
-12
lines changed

content/learning-paths/embedded-and-microcontrollers/zephyr/zephyr.md

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ You can get the Zephyr source, install the Zephyr SDK, build sample applications
1515

1616
## Host platform
1717

18-
Zephyr SDK is available on Windows, Linux, and macOS hosts. However the FVP is only available for Windows and Linux hosts.
18+
Zephyr SDK is available on Windows, Linux, and macOS hosts. However the FVP is natively available for Windows and Linux hosts, and can be run on macOS with a Docker as explained in [AVH FVPs on macOS](install-guides/fvps-on-macos/).
1919

20-
These instructions assume an Ubuntu Linux host machine or use of Arm Virtual Hardware (AVH).
20+
These instructions assume an Ubuntu Linux host machine.
2121

2222
## Corstone-300 FVP {#fvp}
2323

24-
The Corstone-300 FVP is available from the [Arm Ecosystem FVP](https://developer.arm.com/downloads/-/arm-ecosystem-fvps) page. Setup instructions are given in the [install guide](/install-guides/fm_fvp).
24+
The Corstone-300 FVP is available for download from the [Arm Ecosystem FVP](https://developer.arm.com/downloads/-/arm-ecosystem-fvps) page. Setup instructions are given in the [install guide](/install-guides/fm_fvp).
2525

26-
Alternatively, you can access the FVP with [Arm Virtual Hardware](https://www.arm.com/products/development-tools/simulation/virtual-hardware). Setup instructions are given in the [Arm Virtual Hardware install guide](/install-guides/avh#corstone).
26+
Alternatively, you can access the FVP from [Arm Tools Artifactory](https://www.keil.arm.com/artifacts/#models/arm/avh-fvp). Setup instructions are given in the [AVH FVPs in Arm Tools Artifactory](https://arm-software.github.io/AVH/main/infrastructure/html/avh_fvp_artifactory.html).
2727

2828
## Install the required software to build Zephyr
2929

@@ -104,18 +104,11 @@ The application binaries are placed in the `~/zephyrproject/zephyr/build/zephyr/
104104

105105
## Run Zephyr application on Corstone-300 FVP {#runzephyr}
106106

107-
### Using local machine with the FVP installed
107+
Execute on the machine with the installed Corstone-300 FVP:
108108

109109
```fvp { fvp_name="FVP_Corstone_SSE-300_Ethos-U55",cwd="/shared/zephyrproject/zephyr" }
110110
FVP_Corstone_SSE-300_Ethos-U55 -a build/zephyr/zephyr.elf -C mps3_board.visualisation.disable-visualisation=1 --simlimit 30
111111
```
112-
### Using Arm Virtual Hardware
113-
114-
To run on AVH:
115-
116-
```console
117-
VHT_Corstone_SSE-300_Ethos-U55 -a build/zephyr/zephyr.elf -C mps3_board.visualisation.disable-visualisation=1 --simlimit 30
118-
```
119112

120113
{{% notice Optional switches %}}
121114
`-C mps3_board.visualisation.disable-visualisation=1` disables the FVP visualization. This can speed up launch time for the FVP.

0 commit comments

Comments
 (0)