Hi, I want to know if FVP Corstone SSE-300 can run on Windows Subsystem for Linux (WSL)?.
FYI, I was able to run the FVP_Corstone_SSE-300 v11.24.13 on WSL2 (Ubuntu 22.04 LTS). My Windows version is 22H2 (You can check your Windows version by the "winver" command).
$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04.4 LTS Release: 22.04 Codename: jammy
Below are the packages that I needed to install for running the FVP.
sudo apt update ## This was needed. Without this, xterm wasn't found sudo apt upgrade sudo apt install xterm sudo apt install libatomic1
Some notes: