Skip to content

Commit 0afd8dd

Browse files
author
Xiangfu Liu
committedJan 27, 2012
cleanup help message and update email address
1 parent a5c1d63 commit 0afd8dd

File tree

1 file changed

+19
-20
lines changed

1 file changed

+19
-20
lines changed
 

‎scripts/reflash_m1.sh

+19-20
Original file line numberDiff line numberDiff line change
@@ -23,26 +23,25 @@ MAC_DIR="${HOME}/.qi/milkymist/bios-mac/tmp"
2323
call-help() {
2424
echo "
2525
Usage: ./reflash_m1.sh version: ${__VERSION__}
26-
--release [VERSION] # by default it will download 'currect' release
27-
# VERSION can found at http://milkymist.org/updates/
28-
29-
--snapshot <VERSION> [data] # if 'data' enable will reflash data partitions
30-
# VERSION can found at http://fidelio.qi-hardware.com/~xiangfu/build-milkymist/
31-
32-
--local-folder <PATH> # all files must be under <PATH>
33-
34-
--lock-flash # lock 'standby' and 'rescue' partitions
35-
36-
--read-flash <PARTITION> # read from RESCUE partition, by default only read 'standby.bin' from m1
37-
# PARTITION: standby soc bios splash flickernoise
38-
39-
--bios-mac 00 2a # '00' '2a' is the last MAC address
40-
41-
--rc3 00 2a # used in factory flash, this options will reflash data partition
42-
43-
# NOTICE: '--bios-mac' and '--rc3' needs command 'mkmmimg'
44-
45-
Written by: Xiangfu Liu <xiangfu@sharism.cc>
26+
--release [VERSION]
27+
by default it will download 'currect' release
28+
VERSION can found at http://milkymist.org/updates/
29+
--snapshot <VERSION> [data]
30+
if 'data' enable will reflash data partitions <VERSION> can found
31+
at http://fidelio.qi-hardware.com/~xiangfu/build-milkymist/
32+
--local-folder <PATH>
33+
all files must be under <PATH>
34+
--lock-flash
35+
lock 'standby' and 'rescue' partitions
36+
--read-flash <PARTITION>
37+
read from RESCUE partition, by default only read 'standby.bin'
38+
PARTITION: standby soc bios splash flickernoise
39+
--bios-mac 00 2a
40+
'00' '2a' is the last MAC address
41+
--rc3 00 2a
42+
used in factory flash, this options will reflash data partition
43+
NOTICE: '--bios-mac' and '--rc3' needs command 'mkmmimg'
44+
Written by: Xiangfu Liu <xiangfu.z@gmail.com>
4645
Please report bugs to <devel@lists.milkymist.org>
4746
"
4847

0 commit comments

Comments
 (0)
Please sign in to comment.