tensorflow-micropython-examples icon indicating copy to clipboard operation
tensorflow-micropython-examples copied to clipboard

Installing firmware on esp32

Open shooorf opened this issue 3 years ago • 0 comments

I've downloaded latest "microlite-esp32-firmware.zip", but it contains ony firmware.bin inside. Meanwhile, the instruction says that i should flash the firmware with the command: esptool.py -p COM5 -b 460800 --before default_reset --after hard_reset --chip esp32 write_flash --flash_mode dio --flash_size detect --flash_freq 40m 0x1000 bootloader/bootloader.bin 0x8000 partition_table/partition-table.bin 0x10000 micropython.bin

Where can i find bootloader.bin and partition-table.bin?

shooorf avatar Jan 27 '23 16:01 shooorf