Basic questions about openmoko
Audrius Meskauskas
audriusa at bluewin.ch
Sun Feb 3 18:49:58 CET 2008
ian chu wrote:
> Hello~
>
> I have two simple questions about Openmoko develop.
>
> Is it correct to transfer our projects ( like GPS ) from PC to
> Openmoko by dfu ? and how? scp?
If all you want is to download and install the file from the project
repository, the cool solution may be to type wget on OpenMoko console:
wget
http://projects.openmoko.org/frs/download.php/118/mokash_0.2-r0_armv4t.ipk
and it downloads file directly into the phone. Of course, it is easier
to do this in the remote ssh console, not directly on the phone. Surely
the naming service must be set up on the phone or (dirty approach) edit
/etc/hosts .
To upload my own ipk's, I use scp without problems:
scp gpv_0.1_armv4t.ipk root at 192.168.0.202:gpv2.ipk
This should work if the ssh works.
Audrius
More information about the community
mailing list