Git Product home page Git Product logo

qemustart's Introduction

qemustart

One command to boot the QEMU system

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites:

You need to have Ubuntu16 running in your computer, please install them in the download page.

Installing all requisites:

To install all commands in Ubuntu 16.04

> sudo apt-get update
> sudo apt-get install net-tools
> sudo apt-get install qemu-system-mips
> sudo apt-get install qemu-system-arm
> sudo apt-get install qemu-user-static
> sudo apt-get install qemu-utils
> sudo apt-get install expect
> sudo apt-get install uml-utilities
> sudo apt-get install gnome-terminal

Usage

To run the script, you need to copy the equipment file system to the rootfs folder, like flowing picture:

Editor

Examples

Here are some commands to see how the tool works.

> qemustart.sh armel squeeze

> qemustart.sh armel wheezy
 
> qemustart.sh armhf wheezy

> qemustart.sh mips squeeze 32

> qemustart.sh mips squeeze 64

> qemustart.sh mips wheezy 32

> qemustart.sh mips wheezy 64

> qemustart.sh mipsel squeeze 32

> qemustart.sh mipsel squeeze 64

> qemustart.sh mipsel wheezy 32

> qemustart.sh mipsel wheezy 64
Editor

The ip adress of virtual machine is 192.168.3.2

Others

If you want to distinguish the structure of the device, you can use these commands:

> file ./rootfs/bin/busybox

> checksec ./rootfs/bin/busybox

Authors

Hope you enjoy it.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.