You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/learning-paths/embedded-and-microcontrollers/zephyr/zephyr.md
+5-12Lines changed: 5 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,15 +15,15 @@ You can get the Zephyr source, install the Zephyr SDK, build sample applications
15
15
16
16
## Host platform
17
17
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/).
19
19
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.
21
21
22
22
## Corstone-300 FVP {#fvp}
23
23
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).
25
25
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).
27
27
28
28
## Install the required software to build Zephyr
29
29
@@ -104,18 +104,11 @@ The application binaries are placed in the `~/zephyrproject/zephyr/build/zephyr/
104
104
105
105
## Run Zephyr application on Corstone-300 FVP {#runzephyr}
106
106
107
-
### Using local machine with the FVP installed
107
+
Execute on the machine with the installed Corstone-300 FVP:
0 commit comments