-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SUKU production programming script added
- Loading branch information
Showing
3 changed files
with
7 additions
and
0 deletions.
There are no files selected for viewing
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,7 @@ | ||
esptool.py --chip esp32s3 --before=default_reset \ | ||
--after=hard_reset write_flash --flash_mode dio --flash_size detect --flash_freq 80m \ | ||
0x0 bootloader.bin \ | ||
0x8000 partition-table.bin \ | ||
0xe000 otadata_boot_from_ota0.bin \ | ||
0x10000 midi_host_fw.bin \ | ||
0x410000 tinyuf2.bin |
Binary file not shown.
Binary file not shown.