Re: Basic questions about openmoko

2008-02-03 Thread Audrius Meskauskas

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
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Basic questions about openmoko

2008-02-01 Thread Christopher Earl
to transfer files to the device use scp  [EMAIL PROTECTED]:/location

>>> "ian chu" <[EMAIL PROTECTED]> 02/01/08 12:32 PM >>>
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?

and should I flash kernel and fs of the device each time when I build
up a new project on it?

thx a lot

Ian

___
OpenMoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


___
OpenMoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Basic questions about openmoko

2008-02-01 Thread ian chu
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?

and should I flash kernel and fs of the device each time when I build
up a new project on it?

thx a lot

Ian

___
OpenMoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Basic questions about openmoko

2008-02-01 Thread Sudharshan S

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?
  

dfu is used to flash the rootfs and the kernel.
I normally scp the created ipk into the neo and use ipkg install.
If you haven't already, you might find more information regarding this 
over here.

http://wiki.openmoko.org/wiki/Application_Development_Crash_Course


and should I flash kernel and fs of the device each time when I build
up a new project on it?
  
Not necessary, you can upgrade if you have a working internet on your 
neo..AFAIK...


Have fun.

Regards,
Sudharshan S
blog: http://www.sudharsh.wordpress.com


___
OpenMoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community