blob: 356625bd23134d6776e8d77fa3e3c625eac22c54 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
Usage: ./gard [-a -e -f <file> -p] <command> [<args>]
-8 --p8
-9 --p9
Set the processor generation
-e --ecc
Force reading/writing with ECC bytes.
-f --file <file>
Don't search for MTD device, read from <file>.
-p --part
Used in conjunction with -f to specify that just
the GUARD partition is in <file> and libffs
shouldn't be used.
Where <command> is one of:
list List current GARD records
show Show details of a GARD record
clear Clear GARD records
create Create a GARD record
|