Leonardo Sandoval | 4f84a9f | 2021-03-10 14:21:48 -0600 | [diff] [blame] | 1 | FVP |
2 | --- | ||||
3 | |||||
4 | Dockerfiles used by LAVA to launch FVP models. To create a docker image, download | ||||
5 | manually the FVP model from https://silver.arm.com/browse/FM000, place it in the corresponding | ||||
6 | folder 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 | ``` |