
Untitled
By: a guest on
Feb 27th, 2011 | syntax:
Diff | size: 0.33 KB | hits: 94 | expires: Never
$ cat run-qemu
#!/bin/sh
qemu-system-arm -M versatilepb \
-append "console=tty1 console=ttyS0,115200n8 logo.nologo debug root=/dev/sda rootfstype=ext2" \
-kernel zImage-qemuarm.bin \
-sd sdcard.img \
-hda native-sdk-image-qemuarm.ext2 \
-net nic -net user,hostfwd=tcp:127.0.0.1:2222-:22