Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 907 Bytes

README.md

File metadata and controls

37 lines (28 loc) · 907 Bytes

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