eclipse-leda / meta-leda

Yocto / OpenEmbedded Meta-Layers for Eclipse SDV components
https://eclipse-leda.github.io/leda/
Apache License 2.0
8 stars 9 forks source link

qemu #188

Closed MonsieurHBA closed 10 months ago

MonsieurHBA commented 1 year ago

After using kas build how can I run qemu in my PC please

vasilvas99 commented 1 year ago

Hi @MonsieurHBA , sorry for the late response. For in depth explanations you can always refer the docs: https://eclipse-leda.github.io/leda/docs/ As a tl;dr, run:

  kas shell /path/to/kas-file.yaml -c 'runqemu slirp nographic ovmf sdv-image-all'

E.g., if you've just built the qemux86 leda-distro image, use:

kas shell kas/leda-qemux86-64.yaml -c 'runqemu slirp nographic ovmf sdv-image-all'
mikehaller commented 10 months ago

Closing due to no reply