~
- Get Ubuntu 22.04.1 ISO and spin up the VM.
[1] Update all packages (after all, this is a fresh Ubuntu install).
sudo apt update
sudo apt upgrade
[2] Install git and dependencies
sudo apt install git autotools-dev automake libusb-1.0-0-dev libtool python3-virtualenv libsdl2-dev pkg-config curl gcc xterm
[3] Clone repository
git clone https://github.com/Foundation-Devices/passport2.git
cd passport2/simulator
[4] Install Rust & Cargo (never hurts

) to then install
'Just' (command runner).
cargo install just
[5] Create work and snapshots folders (not sure why they don't exist)
mkdir work snapshorts
[6] Start simulator (this builds the firmware)
just sim color