Lines Matching refs:bin

13     esptool.py --port COM4 write_flash 0x1000 my_app-0x01000.bin
19 esptool.py --port COM4 write_flash 0x00000 my_app.elf-0x00000.bin 0x40000 my_app.elf-0x40000.bin
45 …ort /dev/ttyUSB0 write_flash --flash_mode qio --flash_size 32m 0x0 bootloader.bin 0x1000 my_app.bin
47 …often needed as the default is to keep the flash mode and size from the ``.bin`` image file. See t…
106 esptool.py -p PORT -b 460800 read_flash 0 0x200000 flash_contents.bin
113 esptool.py -p PORT -b 460800 read_flash 0 ALL flash_contents.bin
201 …IDF_TARGET_NAME} is two binary files: ``my_app.elf-0x00000.bin`` and ``my_app.elf-0x40000.bin``. Y…
207 esptool.py --chip {IDF_TARGET_NAME} elf2image --version=2 -o my_app-ota.bin my_app.elf
211 … "image file". By default this has the same name as the .elf file, with a .bin extension. For exam…
217 In the above example, the output image file would be called ``my_esp_app.bin``.
225 Output .bin Image Details: image_info
228 …) about a ``.bin`` file created by ``elf2image``. Command also supports ``.hex`` file created by `…
236 esptool.py image_info --version 2 my_esp_app.bin
244 .. _merge-bin:
254 …erge_bin -o merged-flash.bin --flash_mode dio --flash_size 4MB 0x1000 bootloader.bin 0x8000 partit…
256 …d-flash.bin`` with the contents of the other 3 files. This file can be later written to flash with…
264 * The input files can be in either ``bin`` or ``hex`` format and they will be automatically conver…
270 esptool.py --chip {IDF_TARGET_NAME} merge_bin -o merged-flash.bin @flash_args
286 … --flash_mode dio --flash_size 4MB 0x1000 bootloader.bin 0x8000 partition-table.bin 0x10000 app.bin
325 … --flash_mode dio --flash_size 4MB 0x1000 bootloader.bin 0x8000 partition-table.bin 0x10000 app.bin