Accessing the freerunner filesystem

2008-07-11 Thread Kalle Happonen
Hi all,
I was wondering what the easiest way to access freerunner's filesystem 
from a computer. Or just copy over files. If i got the wlan up, it would 
be one way, but for that I apparently need to write the wpa supplicant 
conf, and I prefer not doing that on the phone :). I could probalby just 
make a new image with the files included, but is there an easier way? I 
could probably copy it over to the flash card on the laptop, but that 
also means removing the battery and sim for every change.

Cheers,
Kalle



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


Re: Accessing the freerunner filesystem

2008-07-11 Thread arne anka
http://wiki.openmoko.org/wiki/USB_Networking

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


Re: Accessing the freerunner filesystem

2008-07-11 Thread Torfinn Ingolfsen
Hello,

On Fri, Jul 11, 2008 at 12:15 PM, Kalle Happonen [EMAIL PROTECTED] wrote:
 Hi all,
 I was wondering what the easiest way to access freerunner's filesystem
 from a computer. Or just copy over files. If i got the wlan up, it would

For me, the easiest way is usb networking and ssh / scp.

 could probably copy it over to the flash card on the laptop, but that
 also means removing the battery and sim for every change.

Yes, removing the microSD card is very inconvenient.
Note for future devices: add a SD card slt that is easily accessible
(extrnally?).
-- 
Regards,
Torfinn Ingolfsen,
Norway

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


Re: Accessing the freerunner filesystem

2008-07-11 Thread Arne Zachlod
if u have your freerunner connected via usb to your PC, u can connect to 
him via ssh.
look here for info: 
http://wiki.openmoko.org/wiki/Getting_Started_with_your_Neo_FreeRunner#Connect_to_the_Neo_FreeRunner_By_USB_Networking

for adding files on the freerunner i use gftp in ssh2 mode, that's very 
comfortable.

regards, arne


Kalle Happonen schrieb:
 Hi all,
 I was wondering what the easiest way to access freerunner's filesystem 
 from a computer. Or just copy over files. If i got the wlan up, it would 
 be one way, but for that I apparently need to write the wpa supplicant 
 conf, and I prefer not doing that on the phone :). I could probalby just 
 make a new image with the files included, but is there an easier way? I 
 could probably copy it over to the flash card on the laptop, but that 
 also means removing the battery and sim for every change.

 Cheers,
 Kalle



 ___
 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


Re: Accessing the freerunner filesystem

2008-07-11 Thread Jeffrey Ratcliffe
2008/7/11 Arne Zachlod [EMAIL PROTECTED]:
 for adding files on the freerunner i use gftp in ssh2 mode, that's very
 comfortable.

There is probably a way to mount the FR filesystem with FUSE.

Indeed

http://wiki.vpslink.com/index.php?title=HOWTO:_Install_and_mount_FUSE_filesystems

suggests that it is as easy as

ssh [EMAIL PROTECTED]:/directory /mount_point

Jeff

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


Re: Accessing the freerunner filesystem

2008-07-11 Thread Kalle Happonen
Ah, how could I have been so blind and missed that part. Thanks, just 
what I needed.

Cheers,
Kalle

arne anka wrote:
 http://wiki.openmoko.org/wiki/USB_Networking

 ___
 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


Re: Accessing the freerunner filesystem

2008-07-11 Thread Jeffrey Ratcliffe
2008/7/11 Jeffrey Ratcliffe [EMAIL PROTECTED]:
 ssh [EMAIL PROTECTED]:/directory /mount_point

That should have been

sshfs [EMAIL PROTECTED]:/directory /mount_point

http://myy.helia.fi/~karte/mount_sshfs.html

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