Searched refs:dio (Results 1 – 6 of 6) sorted by relevance
22 esptool.py --port /dev/ttyUSB1 write_flash --flash_mode dio --flash_size 4MB 0x0 bootloader.bin29 …O or Dual Flash I/O modes. Valid values are ``keep``, ``qio``, ``qout``, ``dio``, ``dout``. The de…33 …odeMCU boards, are dual I/O and the firmware will only boot when flashed with ``--flash_mode dio``.39 …9 and 10) are used for SPI flash communications. If flash mode is set to ``dio`` then these pins a…
50 …--after hard_reset --chip {IDF_TARGET_PATH_NAME} write_flash --flash_mode dio --flash_size detect…65 …1600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 40m --…75 … --after hard_reset --chip {IDF_TARGET_PATH_NAME} write_flash --flash_mode dio --flash_size detect…
254 …esptool.py --chip {IDF_TARGET_NAME} merge_bin -o merged-flash.bin --flash_mode dio --flash_size 4M…286 …esptool.py --chip {IDF_TARGET_NAME} merge_bin --format hex -o merged-flash.hex --flash_mode dio --…325 …esptool.py --chip {IDF_TARGET_NAME} merge_bin --format uf2 -o merged-flash.uf2 --flash_mode dio --…
24 | ``dio`` | Dual I/O | 2 pins used for address & data | Approx 45% slower than ``qio``. …58 In ``dio`` mode, the host uses the "Dual I/O Fast Read" (BBH) command to read data. Each read comma…61 For ESP chips, 32 bytes is read per command and ``dio`` mode is approximately 5% faster than ``dout…91 Why does qout/dout mode work but qio/dio mode doesn't work?112 …igured for qio/qout mode then the IDF software bootloader is actually flashed with a dio/dout mode.
39 …dio`` flash mode. Writing to flash with ``qio`` mode will succeed but the chip can't read the flas…90 If you set "Dual I/O" mode (``-fm dio``) then GPIOs 7 & 8 are used for reading the SPI flash and mu…
291 …uint32_t dio: 1; /*For SPI0 SRAM DIO mode enable . SRAM DIO enable… member