Lines Matching refs:chip

13 …y default, esptool tries to hard reset the chip into bootloader mode before it starts and hard res…
18 The ``--before`` argument allows you to specify whether the chip needs resetting into bootloader mo…
22 …al control lines (see :ref:`entering-the-bootloader`) to try to reset the chip into bootloader mod…
23 … just start sending a serial synchronisation command to the chip. This is useful if your chip does…
24 …nd. This is useful if your chip is already running the :ref:`stub bootloader <stub>` and you want …
30 The ``--after`` argument allows you to specify whether the chip should be reset after the esptool o…
34 …* ``--after hard_reset`` is the default. The DTR serial control line is used to reset the chip int…
36 * ``--after no_reset`` leaves the chip in the serial bootloader, no reset is performed.
37 * ``--after no_reset_stub`` leaves the chip in the stub bootloader, no reset is performed.
43 …onds. This can be useful for example when the chip is in deep sleep or esptool was started before …
49 * ``0`` will keep trying to connect to the chip indefinitely
50 * ``1`` will try to connect to the chip only once (default)
51 * ``N`` will try to connect to the chip N times
56 This option is only available if both the ``--port`` and ``--chip`` arguments are set.
67 …stub`` will disable certain options, as not all options are implemented in every chip's ROM loader.
74 …o other pins, or esptool can be used to communicate with a different SPI flash chip to the default.