Skip to content

Commit

Permalink
Single firmware.bin
Browse files Browse the repository at this point in the history
  • Loading branch information
envenomator committed May 1, 2023
1 parent b80d0b4 commit b9540ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Binary file not shown.
3 changes: 3 additions & 0 deletions vdp patch/batchfile-flashable-original1.03/flash.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#! /bin/bash
echo Flashing to ESP32...
esptool.py --chip esp32 --port "COM11" --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size 4MB 0x1000 ".\video.ino.bootloader.bin" 0x8000 ".\video.ino.partitions.bin" 0xe000 ".\boot_app0.bin" 0x10000 ".\video.ino.bin"
Binary file not shown.

0 comments on commit b9540ee

Please sign in to comment.