Searched refs:written (Results 1 – 25 of 31) sorted by relevance
12
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/ |
D | burn-block-data-cmd.rst | 19 * ``--force-write-always``. Write the eFuse key even if it looks like it is already been written, o… 45 1. Data is written to the eFuse block in normal byte order (treating the eFuse block as if it was a… 58 2. Part of the eFuse block can be written at a time. The ``--offset`` argument allows writing to a …
|
D | burn-key-cmd.rst | 40 …e-always``. Write the eFuse key even if it looks like it is already been written, or is write prot… 41 …data). Enabled if --debug is used. Use this option to see the byte order of the data being written. 68 … or NIST256p curve. The private key is extracted from the given file and written into a eFuse bloc… 81 …e ``PEM`` file and writes the private key into a eFuse block. The key is written to the block in r… 88 ECDSA NIST192p private key in PEM format written to ecdsa192.pem 93 ECDSA NIST256p private key in PEM format written to ecdsa256.pem 120 …h encryption, will be burned in direct byte order. The encryption key is written in reverse byte o… 127 …s are 192-bits (24 bytes) long and an additional 64 bits of error correction data are also written. 153 …dware flash encryption and secure boot v1 features require the key to be written to the eFuse bloc… 158 Normally, a key will only be burned if the efuse block has not been previously written to. The ``--… [all …]
|
D | get-custom-mac-cmd.rst | 8 The chips also have a factory MAC address (eFuse name ``MAC``), which is written at the factory. It…
|
D | burn-custom-mac-cmd.rst | 14 * ``--force-write-always``. Write the eFuse key even if it looks like it is already been written, o… 74 (written ): 0x0000000000000080
|
D | index.rst | 57 … a given file. If the file does not exists the tool creates it. To reset written eFuses just delet… 64 …ot saved between commands. Using ``--path-efuse-file``, you can save the written data to a file. D… 100 …from being set before the data is set. After burning, the tool reads the written data back and com… 109 …2-C2`` chip. Using these commands individually will result in only one key being written correctly.
|
D | burn-bit-cmd.rst | 15 - ``--force-write-always``. Burn it even if it looks like it is already been written, or is write p…
|
D | execute-scripts-cmd.rst | 71 …nd will be done some checks of written eFuses by ``espefuse.py``. In production, you might need to…
|
D | burn-key-digest-cmd.rst | 27 …e-always``. Write the eFuse key even if it looks like it is already been written, or is write prot… 28 …data). Enabled if --debug is used. Use this option to see the byte order of the data being written.
|
D | dump-cmd.rst | 111 These dump files can be written to another chip:
|
/hal_espressif-latest/components/spi_flash/sim/ |
D | SpiFlash.cpp | 189 uint8_t written = this->memory[dest_addr + ctr]; in write() local 192 data &= written; in write()
|
/hal_espressif-latest/components/wpa_supplicant/ |
D | README | 29 derived from this software without specific prior written permission.
|
/hal_espressif-latest/tools/esptool_py/docs/en/ |
D | resources.rst | 14 …//www.espressif.com/en/ecosystem/community-engagement/books>`_ have been written about the ESP8266…
|
/hal_espressif-latest/components/newlib/ |
D | COPYING.NEWLIB | 37 without specific prior written permission. 81 distribution of the software without specific, written prior 143 of the software without specific, written prior permission. 167 notice is included verbatim in any distributions. No written agreement, 188 derived from this software without specific prior written permission. 244 specific prior written permission. 393 derived from this software without specific prior written permission. 465 written prior permission. 491 of the software without specific, written prior permission. 617 software without specific prior written permission. [all …]
|
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/ |
D | README | 22 without specific prior written permission.
|
D | LICENSE | 22 without specific prior written permission.
|
/hal_espressif-latest/components/spi_flash/ |
D | Kconfig | 126 If this option is enabled, any time SPI flash is written then the data will be read 136 will be written with the address, expected & actual values. This can be useful when 146 … in flash once written, as SPI NOR flash can only set bits to one when an entire sector is erased. 147 After erasing, individual bits can only be written from one to zero.
|
/hal_espressif-latest/tools/esptool_py/ |
D | LICENSE | 125 your rights to work written entirely by you; rather, the intent is to 142 b) Accompany it with a written offer, valid for at least three 235 the limitation as if written in the body of this License. 330 `Gnomovision' (which makes passes at compilers) written by James Hacker.
|
D | CHANGELOG.md | 33 - **espefuse**: Added check for correctness of written data
|
D | CONTRIBUTING.rst | 65 * Are comments and documentation written in clear English, with no spelling or grammar errors?
|
/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/ |
D | firmware-image-format.rst | 113 … These bytes are only overridden if this is a bootloader image (an image written to a correct boot…
|
D | serial-protocol.rst | 212 …offset. With stub loader the uncompressed size is exact byte count to be written, whereas on ROM b… 250 …offset. With stub loader the uncompressed size is exact byte count to be written, whereas on ROM b… 351 …sending commands to write to flash, etc. The ROM loaders erase the to-be-written region in respons… 352 …ead into RAM via serial while the previous block is simultaneously being written to flash, and 4KB…
|
D | spi-flash-modes.rst | 108 …--flash_mode`` argument to esptool will update this header when the file is being written to flash.
|
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/ |
D | basic-commands.rst | 9 Binary data can be written to the ESP's flash chip via the serial ``write_flash`` command: 256 …ash.bin`` with the contents of the other 3 files. This file can be later written to flash with ``e… 301 … the input files are padded with `0xFF` bytes, when the merged binary is written then any flash se…
|
D | advanced-commands.rst | 19 The ``write_flash`` command always verifies the MD5 hash of data which is written to flash, so addi…
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/ |
D | summary_ESP32-P4.rst | 96 …FORCE_DISABLE_SW_INIT_KEY (BLOCK0) Set this bit to disable software written init k…
|
12