elisa-tech / wg-automotive

Creative Commons Attribution Share Alike 4.0 International
12 stars 15 forks source link

[RFC] Initial commit to document used qemu command and options for cluster-demo #11

Closed pahmann closed 3 years ago

pahmann commented 3 years ago

The telltale cluster demo application is started within qemu. The respective command includes a bunch of parameters, which are explained in this commit. ToDo: Update this list of options to reduce it to the bare minimum as needed to properly executed for the the demo.

Signed-off-by: Philipp Ahmann philipp.elisa.project@gmail.com

pahmann commented 3 years ago

Comment from Sudip during Elisa weekly meeting:

export OVMF_PATH=../agl_firmware/usr/share/OVMF/OVMF_CODE.fd

qemu-system-x86_64 -enable-kvm -m 2048 -bios ${OVMF_PATH} -hda elisa-cluster-demo-platform-qemux86-64.wic.vmdk -cpu kvm64 -cpu qemu64,+ssse3,+sse4.1,+sse4.2,+popcnt -vga virtio -device virtio-rng-pci -serial mon:stdio -serial null -soundhw hda -net nic -net user,hostfwd=tcp::2223-:22 -usb -device usb-tablet -watchdog i6300esb

@Jochen-Kall didn't need OVMF part in his setup, but John needed it for clean system. John also got rid of "-enable-kvm" part as well. (Just for performance optimization, it may become slow)