Lines Matching refs:dump
6 The ``espefuse.py dump`` command allows:
9 - save dump into files.
13 - ``--format`` - Selects the dump format:
14 - ``default`` - Usual console eFuse dump;
17 - ``--file_name`` - The path to the file in which to save the dump, if not specified, output to the…
24 The order of registers in the dump:
35 > espefuse.py dump
51 > espefuse.py dump
67 > espefuse.py dump
87 In the last lines, which are separated from the main dump, you can see the encoding scheme status f…
92 This command saves dump for each block into a separate file. You need to provide the common path na…
96 > espefuse.py dump --format split --file_name backup/chip1/blk.bin
98 === Run "dump" command ===
111 These dump files can be written to another chip:
123 > espefuse.py dump --format joint --file_name backup/chip1/efuses.bin
125 === Run "dump" command ===