Changes between Version 1 and Version 2 of nipqer


Ignore:
Timestamp:
09/03/11 07:29:14 (13 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • nipqer

    v1 v2  
    11== nipqer ==
     2
     3{{{
     4# dd bs=512 if=goldcard.img of=/dev/block/mmcblk1
     5}}}
     6
     7Maybe you need busybox to have dd then the command would be (assuming everything is in /data/local/tmp):
     8
     9{{{
     10# cd /data/local/tmp
     11# busybox dd bs=512 if=goldcard.img of=/dev/block/mmcblk1
     12}}}