How can I use internet on emulator(Qemu) ?

Martin Guy martinwguy at yahoo.it
Tue Mar 4 10:12:50 CET 2008


2008/3/4, JinKyoungKwon <rcnzzang at websync.co.kr>:
> You told me two ways using internet.
>
> I saw qumu docs. But It was difficult to me.

Yes, it was dificult for me too. It does require some study, reading
of manuals and testing.

For userland emulation, I finally settled on:

kernel=zImage-2.6.17-armv4t-pureEABI
rootfs=armel-sid
nfsopts="nfsvers=3,tcp,rsize=32768,wsize=32768"
sshport=2347

qemu-system-arm -net nic -net user -M integratorcp1026 -nographic \
        -kernel $kernel -m 247 \
        -redir tcp:$sshport:10.0.2.15:22 \
        -append "console=ttyAMA0 noinitrd
ip=10.0.2.15::10.0.2.2:255.255.255.0 root=nfs
nfsroot=10.0.2.2:/home/martin/tftpboot/$rootfs,$nfsopts rw"

(the "-append" clause is all on one line of course)



More information about the openmoko-devel mailing list