blob: 5ce6693aa69546b75330c9234b22c102d25afa04 [file] [log] [blame]
FVP
---
Dockerfiles used by LAVA to launch FVP models. To create a docker image, download
manually the FVP model from https://silver.arm.com/browse/FM000, place it in the corresponding
folder and create it, i.e.
```bash
$ cd fvp_rd_e1_edge_11.10_36
$ # fetch model from Arm and place it at current directory
$ tag=fvp_rd_e1_edge_11.10_36
$ docker build --tag fvp:$tag .
```