added image used for workshop

pull/1/head
Simon Pirkelmann 2019-11-30 20:19:37 +01:00
parent 0cd1cf2d8c
commit cc9e9652cb
2 changed files with 6 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1,6 @@
# flashing
esptool.py --port /dev/ttyUSB0 erase_flash
esptool.py --chip esp32 --port /dev/ttyUSB0 write_flash -z 0x1000 image.bin
# creating an image
esptool.py --port /dev/ttyUSB0 --baud 115200 read_flash 0x1000 4000000 image.bin