Lines Matching refs:bootloader

45 …esptool.py --port /dev/ttyUSB0 write_flash --flash_mode qio --flash_size 32m 0x0 bootloader.bin 0x…
67 …Flashing into the bootloader region (``0x0`` -> ``0x8000``) is disabled by default if active `Secu…
68 …This is a safety measure to prevent accidentally overwriting the secure bootloader, which **can ul…
78 …Overwriting the encrypted firmware (bootloader, application, etc.) without the ``--encrypt`` optio…
82 …Overwriting the encrypted firmware (bootloader, application, etc.) without the ``--encrypt`` optio…
151 …This is a safety measure to prevent accidentally deleting the secure bootloader or encrypted data,…
203bootloader stub such as `rboot <https://github.com/raburton/rboot>`__ or the Espressif bootloader
220 …This option makes only the RAM segments visible to the ROM bootloader placing them at the beginnin…
221 …asic hardware initialization and the flash mapping for code execution after ROM bootloader boot it.
242bootloader and a valid `ESP-IDF bootloader header <https://docs.espressif.com/projects/esp-idf/en/…
254 …merge_bin -o merged-flash.bin --flash_mode dio --flash_size 4MB 0x1000 bootloader.bin 0x8000 parti…
261 …`--flash_freq`` options as the ``write_flash`` command to override the bootloader flash header (se…
262 …ip`` parameter if using these options, as the supported values and the bootloader offset both depe…
286 …ormat hex -o merged-flash.hex --flash_mode dio --flash_size 4MB 0x1000 bootloader.bin 0x8000 parti…
325 …ormat uf2 -o merged-flash.uf2 --flash_mode dio --flash_size 4MB 0x1000 bootloader.bin 0x8000 parti…