Lines Matching refs:stub

6 …the UART bootloader in the {IDF_TARGET_NAME} ROM and the esptool :ref:`stub loader <stub>` program.
14stub "software loader" to the IRAM of the chip. The stub loader then replaces the ROM loader for a…
88 …For stub loader and ESP8266 ROM loader the final two bytes indicate status (most commands return a…
92 …For stub loader the final two bytes indicate status (most commands return at least a two byte Data…
104 …For {IDF_TARGET_NAME} ROM (only, not the stub loader) the final four bytes are used, but only the …
146 If the stub loader is used:
156 Supported by stub loader and ROM loader
210 …g to the ROM loader or the current/old baud rate if we are talking to the stub loader. …
212 …ressed size, number of data packets, data packet size, flash offset. With stub loader the uncompre…
218 … | Body contains 16 raw bytes of MD5 followed by 2 status bytes (stub loader) or 32 hex-c…
248 …g to the ROM loader or the current/old baud rate if we are talking to the stub loader. …
250 …ressed size, number of data packets, data packet size, flash offset. With stub loader the uncompre…
257 … | Body contains 16 raw bytes of MD5 followed by 2 status bytes (stub loader) or 32 hex-c…
262 Supported by stub loader only
324 …ce to upload :ref:`stub loader <stub>` code to IRAM of the chip. The MEM_END command contains the …
325 …The stub loader then sends a custom SLIP packet of the sequence OHAI (``0xC0 0x4F 0x48 0x41 0x49 0…
326 If the ``--no-stub`` argument is supplied to esptool, this entire step is skipped.
328 …:not esp8266: * For commands which need to use the flash, the {IDF_TARGET_NAME} ROM an stub loade…
329 …:esp8266: * For stub loader, the host can send a CHANGE_BAUD command to set the baud rate to an e…
330 …:not esp8266: * For stub loader and/or {IDF_TARGET_NAME} ROM loader, the host can send a CHANGE_B…
352 The stub loader does just-in-time erasing as it writes data, to maximise overall flashing performan…
354 …o RAM of the device. Esptool uses 16KB which gives good performance when used with the stub loader.
361 …On ESP8266 ROM loader only (not stub loader), there is a bug in the interpretation of the FLASH_BE…
363 This workaround is not needed if the ESP8266 is running the stub loader.
380 … ROM loader returns the md5sum as 32 hex encoded ASCII bytes, whereas the stub loader returns the …
392 …On the ESP8266 stub loader sending this command before interacting with SPI flash is optional. On …
404 …On the {IDF_TARGET_NAME} stub loader sending this command before interacting with SPI flash is opt…
449 The stub loader implements a READ_FLASH command. This command behaves differently to other commands…
452 * The stub loader will send a standard response packet, with no additional data payload.
453 * Now the stub loader will start sending SLIP packets with raw data (of the size requested in the …
455 * The stub loader may send up to a maximum number (specified by the host in the READ_FLASH command…
456 * After all data packets are acknowledged received, the stub loader sends a 16 byte MD5 digest of …
458 After the read flash process is complete, the stub loader goes back to normal command/response oper…
505 …If you don't plan to use the esptool stub loader, pass ``--no-stub --trace`` to see interactions w…