Skip to content

Commit

Permalink
add .bin file for easy upload
Browse files Browse the repository at this point in the history
  • Loading branch information
rorosaurus committed Jan 26, 2022
1 parent 21c4928 commit bab3b3d
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# LED-hourglass-32x16

https://github.com/esphome/esphome-flasher/releases
# Easy Install
1. [Download the latest `````hourglass.bin```` and ````program flash.bat```` from the Releases tab](https://github.com/IHOTT/LED-hourglass-32x16/releases)
2. [Download this flashing tool](https://github.com/espressif/esptool/releases)
3. [Download the USB<->Serial driver here](https://www.silabs.com/products/development-tools/software/usb-to-uart-bridge-vcp-drivers), install and restart
3. Plug in your ESP32 (make sure your USB cable does data AND charging!)
4. Open ````program flash.bat```` and make sure the right COM port is written. You might need to replicate a similar command line manually if you're not on windows.
5. Run ````program flash.bat````!
3 changes: 3 additions & 0 deletions dump flash.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
esptool.exe -p COM3 -b 921600 read_flash 0 0x400000 flash_dump.bin

pause
Binary file added esptool.exe
Binary file not shown.
Binary file modified hourglass.bin
Binary file not shown.
3 changes: 3 additions & 0 deletions program flash.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
esptool.exe --port COM3 -b 921600 write_flash --flash_mode qio -e --flash_size 4MB 0x0 hourglass.bin

pause

0 comments on commit bab3b3d

Please sign in to comment.