Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. > esptool.py read_flash -h
  2. usage: esptool read_flash [-h] [--spi-connection SPI_CONNECTION]
  3. [--no-progress]
  4. address size filename
  5.  
  6. positional arguments:
  7. address Start address
  8. size Size of region to dump
  9. filename Name of binary dump
  10.  
  11. optional arguments:
  12. -h, --help show this help message and exit
  13. --spi-connection SPI_CONNECTION, -sc SPI_CONNECTION
  14. ESP32-only argument. Override default SPI Flash
  15. connection. Value can be SPI, HSPI or a comma-
  16. separated list of 5 I/O numbers to use for SPI flash
  17. (CLK,Q,D,HD,CS).
  18. --no-progress, -p Suppress progress output
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement