I downloaded the newest(0049b5d615f233b82d3ac4005fe9b85535e758cb) version of ESP_MESH_DEMO. I change 4 required (erver_ip, MESH_ROUTER_BSSID, MESH_ROUTER_SSID, MESH_ROUTER_PASSWD) parameters in user_config.h, and prepare firmware using gen_misc.h. Everything I did excactly as in the README. Only change was that I get user1.1024.new.2.bin, not user1.1024.new.1.bin due to that spi size and map: 1024 (512KB + 512KB) is option 2 not 1.
Then I take esp device and upload firmware on it (using esptool.py on Linux and ESP8266 Flash Download Tool for Windows). Devise don't connect to my AP and when I connect it to UART I get response as on the image below:

I try to connect to it on different speeds as follows: 9600, 115200, 74880.
What should I do to upload id correctly?