Skip to content

Community firmware

Latest
Compare
Choose a tag to compare
@DeimosHall DeimosHall released this 20 Nov 15:02
· 8 commits to main since this release
5ab4ea2

Flashing release

Command

Flash Address File
0x0 bootloader.bin
0x8000 partition-table.bin
0xa0000 bugcon.bin
esptool.py --chip esp32c6 -b 460800 --before default_reset --after hard_reset write_flash --flash_mode dio --flash_size 4MB --flash_freq 80m 0x0 bootloader/bootloader.bin 0x8000 partition_table/partition-table.bin 0xa0000 bugcon.bin