[Gpephone-devel] 答复: VMWare images
YANG Lin RD-ILAB-PEK
lin.yang at orange-ftgroup.com
Fri Feb 9 04:57:59 CET 2007
Hi florian,
The emulator works quite good on my PC.
But I still have small problem with that, pls find below comments.
>
> Hi all,
>
>
> To modify the filesystem you can use several different approaches:
>
> - Boot the virtual PC and set up the network connection to your PC.
> You can switch to a console of the virtual PC pressing
> Ctrl+Alt+Shift+F1, you can log in as root there (no password set).
> Configure the network by running "udhcpc" which get you an
> IP address.
> The address of the DNS server it prints is the one of your
> PC the VMWare player runs on. Now you can copy files (e.g.
> using scp or wget) from your PC to the virtual PC. These may
> be e.g. ipkg packages that can be installed with the ipkg
> package manager or a complete new filesystem to overwrite the
> contents of the old one (in this case just make sure to
> restart the virtual PC right after overwriting the filesystem).
Yes, it's quite convenient for me to edit the code on my own PC,
then copy it to the virtual PC. But then, when I run the new application,
I met so many problems because of the environment unset.
One solution is that starting up terminal from the emulator GUI. As the
environment in the terminal has been set, then we can start up the new
applicatin from the terminal. But the screen is too small. It's very hard
to see the debugging information.
Another solution :
We can write another shell script to set the environment. Run it, then
the new application can be start up directly from the console.
What's your opinion?
Best regards!
Lin
More information about the Gpephone-devel
mailing list