Skip to content

hypn/docker-qemu-debian-mipsel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Debian Mipsel on Qemu

Debian (Wheezy) Mipsel running in Qemu. See https://people.debian.org/~aurel32/qemu/mipsel/ for more information.

To start this container:

docker run -ti hypnza/qemu_debian_mipsel

To share a host directory in to the container and in to qemu, start the container with:

docker run -ti -v `pwd`:/hostshare hypnza/qemu_debian_mipsel

(where pwd can be a path of your choosing)

The "/hostshare" directory (inside docker) will then be exposed to qemu. Once logged in to qemu run:

mkdir /hostshare
mount -t 9p -o trans=virtio,version=9p2000.L hostshare /hostshare

If might appear to hang at the lines below:

[    0.000000] CPU frequency 200.00 MHz
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled, bootconsole disabled

But just give it a minute or two and you should be greeted by a login prompt:

Debian GNU/Linux 7 debian-mipsel ttyS0

debian-mipsel login:

(login with root/root or user/user)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published