-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b80d0b4
commit b9540ee
Showing
3 changed files
with
3 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.