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 [EMAIL PROTECTED]:gpv2.ipk

This should work if the ssh works.


Audrius


_______________________________________________
OpenMoko community mailing list
[email protected]
http://lists.openmoko.org/mailman/listinfo/community

Reply via email to