Page 1 of 1

Getting started error

Posted: Fri Nov 04, 2016 4:14 pm
by umagen9
Hi! I just plugged in my ESP_WROOM_32 board and followed the 'ESP-IDF getting started guide'. I got this error - recipe for target 'bootloader-flash' failed.

Image

What am I doing wrong? I would appreciate any help to get me started using this module!

Re: Getting started error

Posted: Fri Nov 04, 2016 10:25 pm
by kolban
What is the exact command you are running? It looks like a parameter error to esptool.py at first blush.

Re: Getting started error

Posted: Tue Nov 08, 2016 1:00 am
by ESP_Angus
Hi umagen9,

I can confirm this is a bug in the esp-idf build system. I have a fix here, it should make it online soon.

In the meantime, "make flash" will work (flashes bootloader, partition table and app) and the command printed by "make bootloader" will also work.

Thanks for reporting this.


Angus