Arm Virtual Hardware  Version 2.1.0
AVH FVP Models
 
Loading...
Searching...
No Matches

Arm FVPs require an installation of Python 3.9 for running the Python virtual interfaces. Additional Python packages can be added using pip.

Python requirements

The following packages are required on Linux systems (Ubuntu 20.04 and later):

Run the following command to install required packages on Ubuntu:

sudo apt install libatomic1 python3.9 python3-pip

Known issues

Setup for FVPs older than 11.26

If you are using a Windows machine you can use an embedded Python installation in FVPs root directory, otherwise a system installation is required.

Install additional packages in embedded Python

By default the embedded Python installation on Windows does not support installation of new packages using pip. To enable installing new packages follow the steps described below.

Known issues