@@ -23,26 +23,25 @@ MAC_DIR="${HOME}/.qi/milkymist/bios-mac/tmp"
23
23
call-help () {
24
24
echo "
25
25
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>
46
45
Please report bugs to <devel@lists.milkymist.org>
47
46
"
48
47
0 commit comments