blob: 5ce6693aa69546b75330c9234b22c102d25afa04 [file] [log] [blame]
Leonardo Sandoval4f84a9f2021-03-10 14:21:48 -06001FVP
2---
3
4Dockerfiles used by LAVA to launch FVP models. To create a docker image, download
5manually the FVP model from https://silver.arm.com/browse/FM000, place it in the corresponding
6folder and create it, i.e.
7
8```bash
9$ cd fvp_rd_e1_edge_11.10_36
10$ # fetch model from Arm and place it at current directory
11$ tag=fvp_rd_e1_edge_11.10_36
12$ docker build --tag fvp:$tag .
13```