Lines Matching refs:summary
6 The ``espefuse.py summary`` command reads the eFuses from the chip and outputs them in text or json…
10 - ``--format`` - Select the summary format:
11 - ``summary`` - text format (default option).
14 - ``--file`` - File to save the efuse summary. Usage ``--file efuses.json``.
20 The text format of summary consists of 3 main columns:
41 …d some eFuses have only one read or write protection. There is no mark in the summary to expose it.
46 The eFuse summary may vary from version to version of this tool and differ for different chips. Bel…
59 > espefuse.py summary --format json
110 > espefuse.py summary --format json --file efuses.json
117 === Run "summary" command ===
125 …summary`` command supports filtering eFuses by name. The eFuses to filter needs to be specified as…
129 > espefuse.py summary ABS_DONE_0 BLOCK1
131 === Run "summary" command ===
143 > espefuse.py summary --format value_only MAC
145 === Run "summary" command ===