QEMU evaluation
Hans Bezemer
thebeez at xs4all.nl
Fri Sep 14 07:48:15 EDT 2012
On Thursday 13 September 2012, Hans Bezemer wrote:
Hi!
** BREAKING NEWS **
It's also possible to connect to the virtual NanoNote using SSH. You're
required to make pseudoterminals:
mkdir /dev/pts
mknod -m 0666 /dev/ptmx c 5 2
And mount the darn thing on startup:
mount -t devpts devpts /dev/pts
Since dropbear wants a password setting roots password is a pretty neat idea:
passwd root
Then call QEMU as follows:
qemu-system-mipsel -m 32 -kernel /opt/qemu/vmlinux-qemu -hda
<diskimage> -append "root=/dev/sda1 rw console=tty0" -no-reboot -net
user,net=192.168.254.0/24,host=192.168.254.100 -net nic -redir
tcp:2222:192.168.254.101:22
You can also choose another port than 2222 if you choose. Firewall stuff is
your problem. If you don't know your way around there, I'm sorry.
Hans Bezemer
--
Absolutely no trees were killed to produce this sig. Well, OK, we had to tie
one up and torture it. That's it.
Visit our website! http://thebeez.home.xs4all.nl/4tH/
*** Home of the 4tH compiler! ***
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/png
Size: 107735 bytes
Desc: not available
URL: <http://lists.en.qi-hardware.com/pipermail/discussion/attachments/20120914/73ee859c/attachment.png>
More information about the discussion
mailing list