Page 1 of 1

Problems flashing ESP-32

Posted: Wed Jan 03, 2018 12:48 pm
by kartikkman
Hi I am working on a project , where I have to flash the Bare ESP-32 using Flasher Tool . No the problem is that when I flash the ESP-32 , it flashes but when I run the "make monitor " command , it only shows garbage value plus ESP-32 is resetting .

I know the program that I am flashing is correct as I have also tried IDF given Examples as well . I am here by attaching the Image of the output :

Could you please help me out in the problem ??

Re: Problems flashing ESP-32

Posted: Wed Jan 03, 2018 1:23 pm
by WiFive
What do you mean bare esp-32? Is it wroom-32 module or custom design?

It seem like crystal problem

Re: Problems flashing ESP-32

Posted: Thu Jan 04, 2018 11:03 am
by kartikkman
Hii , WiFive thanks for looking into my issue . I found that I was not flashing the bootloader , partition table into esp-32 that's why error occured . I was only flashing the app .

Again a Big Thanks for looking into my issue .