Skip to content

Commit

Permalink
SUKU production programming script added
Browse files Browse the repository at this point in the history
  • Loading branch information
SukuWc committed Jun 19, 2024
1 parent 9b7a0a2 commit fe3a518
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Firmware/bootloader/burn_test_firmware.sh
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 added Firmware/bootloader/midi_host_fw.bin
Binary file not shown.
Binary file not shown.

0 comments on commit fe3a518

Please sign in to comment.