Fixed c3 bootloader

This commit is contained in:
Gunnar Skjold
2023-04-28 19:32:54 +02:00
parent 1e88148971
commit c1701c8ee9

View File

@@ -29,7 +29,7 @@ fi
if [ "$1" = "flash" ];then
$esptool --chip esp32c3 --port $2 --baud 460800 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size detect \
0x1000 bootloader.bin \
0x0000 bootloader.bin \
0x8000 partitions.bin \
0xe000 boot_app0.bin \
0x10000 firmware.bin