first commit
This commit is contained in:
BIN
boot_app0.bin
Normal file
BIN
boot_app0.bin
Normal file
Binary file not shown.
BIN
esptool.exe
Normal file
BIN
esptool.exe
Normal file
Binary file not shown.
BIN
mc050-esp32.ino.bin
Normal file
BIN
mc050-esp32.ino.bin
Normal file
Binary file not shown.
BIN
mc050-esp32.ino.bootloader.bin
Normal file
BIN
mc050-esp32.ino.bootloader.bin
Normal file
Binary file not shown.
BIN
mc050-esp32.ino.partitions.bin
Normal file
BIN
mc050-esp32.ino.partitions.bin
Normal file
Binary file not shown.
1
prog.bat
Normal file
1
prog.bat
Normal file
@ -0,0 +1 @@
|
|||||||
|
esptool.exe --chip esp32c6 --port %1 --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode keep --flash_freq keep --flash_size keep 0x0 mc050-esp32.ino.bootloader.bin 0x8000 mc050-esp32.ino.partitions.bin 0xe000 boot_app0.bin 0x10000 mc050-esp32.ino.bin
|
1
readme.txt
Normal file
1
readme.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
prog COMx
|
Reference in New Issue
Block a user