Talk:Manuals/Neo FreeRunner

From Openmoko

< Talk:Manuals(Difference between revisions)
Jump to: navigation, search
(New page: 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.imag...)
 

Latest revision as of 06:01, 28 October 2009

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