esp32 -Jtag Programming
Posted: Fri Aug 28, 2020 9:53 am
Hi, I got a new esp32 chip,
Trying to flash the code with JTAG options. The chip is fresh nothing is written into it.
when I tried to upload the new partition.bin using the following command
openocd -f board/esp32-wrover-kit-3.3v.cfg -c "program_esp filename.bin 0x10000 verify exit"
programming was finished but verify is getting failed.
the partition table is having ota partition included. I don't know whether that would make any diffrence.
I tried uploading bootloader.bin and app firmware all resulted in the same error.
what should I do? Is it not possible to upload new fresh chips using jtag?
Trying to flash the code with JTAG options. The chip is fresh nothing is written into it.
when I tried to upload the new partition.bin using the following command
openocd -f board/esp32-wrover-kit-3.3v.cfg -c "program_esp filename.bin 0x10000 verify exit"
programming was finished but verify is getting failed.
the partition table is having ota partition included. I don't know whether that would make any diffrence.
I tried uploading bootloader.bin and app firmware all resulted in the same error.
what should I do? Is it not possible to upload new fresh chips using jtag?