Lines Matching refs:to

6 … one-time-programmable eFuses. Burning occurs only in one direction from 0 to 1 (never cleared 1->…
10 …Because eFuse is one-time-programmable, it is possible to permanently damage or "brick" your {IDF_…
50to see a summary of all available commands and command line options. To see all options for a part…
51 …nd the default chip is ``esp32``, please specify the specific type of chip to get the correct help…
54 - ``--before`` - What to do before connecting to the chip: ``default_reset``, ``no_reset``, ``esp3…
56 - ``--virt`` - For host tests. The tool will work in the virtual mode (without connecting to a chip…
57 …The tool will work in the virtual mode (without connecting to a chip) and save eFuse memory to a g…
58 …is not used, a manual confirmation step is required, you need to enter the word ``BURN`` to contin…
64to specify chip with ``--chip``). This helps to test commands without physical access to the chip.…
69 …anual confirmation, you need to type the word ``BURN`` to continue burning. Using the ``--do-not-c…
74 The coding scheme helps the eFuse controller to detect an error of the eFuse blocks. There are spec…
81 * ``3/4``, requires encoding data. The BLOCK length is reduced from 256 bits to 192 bits.
82 …* ``Repeat`` not supported by this tool and IDF. The BLOCK length is reduced from 256 bits to 128 …
91 Rest eFuse blocks from BLOCK1 to BLOCK(max) have ``RS`` coding scheme.
93 This tool automatically adds encoding data to the burning data if it requires. Encoded data is calc…
95 …chemes (except ``None``) require additional encoding data to be provided at write time. Due to the…
100to BLOCK0. This prevents read/write protection from being set before the data is set. After burnin…
107to write multiple keys/eFuses to one block using different commands, you can use this feature - mu…
109 The example below shows how to use the two commands ``burn_key_digest`` and ``burn_key`` to write t…
120 …, ``esp_efuse_custom_table.csv``) to add custom eFuse fields. You can use this argument with any s…
126 Below is an example of an ``esp_efuse_custom_table.csv`` file. This example demonstrates how to def…
161 …ied slightly with the addition of _0 and _1 postfixes for every sub-field, to ensure safer handlin…
167 For more details on the structure and usage of the CSV file, refer to the `eFuse Manager <https://d…
172 …ucing the number of burn operations as much as possible. The tool supports several ways to do this: