Code-Maniac / qemu-scripts

Scripts for using qemu within a yocto env

Repository from Github https://github.comCode-Maniac/qemu-scriptsRepository from Github https://github.comCode-Maniac/qemu-scripts

qemu-scripts

Installation

Run the installation script

sudo ./install

Usage

start-qemu [IMAGE]

Start a vm for the image. If no image is specified then default to qemux86-64

connect-qemu  

Connect to the currently running qemu vm at root@localhost

kill-qemu  

Kill all running qemu vms

restart-qemu [IMAGE]

Kill all running qemu vms then start a vm for the given image

Note: Scripts only work within a sourced yocto environment

License

MIT

About

Scripts for using qemu within a yocto env


Languages

Language:Shell 100.0%