added image used for workshop
This commit is contained in:
parent
0cd1cf2d8c
commit
cc9e9652cb
BIN
micropython/esp32-image/image.bin
Normal file
BIN
micropython/esp32-image/image.bin
Normal file
Binary file not shown.
6
micropython/esp32-image/notes.txt
Normal file
6
micropython/esp32-image/notes.txt
Normal 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
|
Loading…
Reference in New Issue
Block a user