How can I use internet on emulator(Qemu) ?

JinKyoungKwon rcnzzang at websync.co.kr
Tue Mar 4 11:03:44 CET 2008


Hi! :)

Thanks your quick reply.

But It was difficult me too. Haha.

I have a question.
If I use your method, I can use web browser?
Because I must use web browser on openmoko-qemu until this week.

Thanks your help.
You impressed me.

Thanks & best regard.


-----Original Message-----
From: martinwguy at gmail.com [mailto:martinwguy at gmail.com] On Behalf Of Martin
Guy
Sent: Tuesday, March 04, 2008 6:13 PM
To: JinKyoungKwon
Cc: device-owners at lists.openmoko.org; openmoko-devel at lists.openmoko.org
Subject: Re: How can I use internet on emulator(Qemu) ?

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 device-owners mailing list