You are reading a single comment by @Wilberforce and its replies.
Click here to read the full conversation.
-
esptool doesn't recognise the --chip esp32 option, have I got the wrong tool?
EDIT: yep with this tool it's looking good. Thanks Wilberforce!
update the COM3 to whatever port you use.
esptool.py --chip esp32 --port COM3 --baud 921600 write_flash --flash_mode dio --flash_freq 40m --flash_size 16MB 0x1000 .bootloader.bin 0x10000 espruino_esp32.bin 0x8000 partitions_singleapp.bin
1 Attachment