Talk:Manuals/Neo FreeRunner

From Openmoko

< Talk:Manuals
Revision as of 05:01, 28 October 2009 by Tubanova (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

I just flashed my phone's GSM and have some suggestions regarding the procedure.

I did this:

phone# mkfifo /tmp/image phone# cat /tmp/image > /dev/mmcblk0

host$ scp flash-moko11-2.image root@192.168.0.202:/tmp/image

and it worked very well. This required no uSD slot on my computer, no mounting of remote filesystems, and has no risk of blasting my host HD.

If someone seconds this method, I will update the documentation.

Also, I have the feeling this might work too: host$ dd if=flash-moko11-2.image | ssh root@192.168.0.202 "dd of=/dev/mmcblk0"

-Tubanova-

Personal tools

I just flashed my phone's GSM and have some suggestions regarding the procedure.

I did this:

phone# mkfifo /tmp/image phone# cat /tmp/image > /dev/mmcblk0

host$ scp flash-moko11-2.image root@192.168.0.202:/tmp/image

and it worked very well. This required no uSD slot on my computer, no mounting of remote filesystems, and has no risk of blasting my host HD.

If someone seconds this method, I will update the documentation.

Also, I have the feeling this might work too: host$ dd if=flash-moko11-2.image | ssh root@192.168.0.202 "dd of=/dev/mmcblk0"

-Tubanova-