Skip to content

gitcrtn/dingux-qemu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dingux-qemu

OpenDingux on QEMU with Docker
It's just tiny scripts to be easier preparing.

Almost code is quoted from below:
http://prizma.bmstu.ru/~exmortis/posts/2015-04-23-opendingux-qemu.html

Usage

git clone https://github.com/gitcrtn/dingux-qemu.git
cd dingux-qemu
chmod +x *.sh

# build kernel and rootfs
./run_build_fs.sh

# generate disk image by rootfs binary
sudo ./gen_image.sh

# launch qemu with disk image
sudo ./run_qemu.sh

# file transfer
HOST$ sudo ifconfig vtap0 inet 192.168.254.200
HOST$ touch transfer-file.txt
HOST$ python3 -m http.server
QEMU# ifconfig eth0 inet 192.168.254.201
QEMU# wget http://192.168.254.200:8000/transfer-file.txt

Requirements

Docker
qemu-system-mipsel

License

MIT

Author

Carotene

About

OpenDingux on QEMU with Docker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages