Search:
Login
Help/Guide
About Trac
Preferences
Wiki
Timeline
Roadmap
View Tickets
Search
Context Navigation
←
Previous Change
Wiki History
Next Change →
Changes between
Version 1
and
Version 2
of
nipqer
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
09/03/11 07:29:14 (
14 years
ago)
Author:
admin
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
nipqer
v1
v2
1
1
== nipqer ==
2
3
{{{
4
# dd bs=512 if=goldcard.img of=/dev/block/mmcblk1
5
}}}
6
7
Maybe 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
}}}