ESP8266 as a shield Error

I have do all as in instruction - I was loaded AT22SDK10020150320boot12.bin firmware to the ESP8266, and in Arduino loaded ESP8266_Shield example. But all what I have get on serial monitor is

[19] Blynk v0.3.0
[19] Connecting to MyWiFiName
ATE0
[1030] Failed to disable Echo
AT+CIPCLOSE
AT+CIPSTART=“TCP”,“cloud.blynk.cc”,8442
AT+CIPCLOSE
AT+CIPSTART=“TCP”,“cloud.blynk.cc”,8442
AT+CIPCLOSE
AT+CIPSTART=“TCP”,“cloud.blynk.cc”,8442
AT+CIPCLOSE
AT+CIPSTART=“TCP”,“cloud.blynk.cc”,8442
AT+CIPCLOSE
AT+CIPSTART=“TCP”,“cloud.blynk.cc”,8442
AT+CIPCLOSE

instead of this

[19] Blynk v0.2.5-beta [20] Connecting to Courtyards-Wireless
ATE0
AT+CWMODE?
AT+CWJAP=“Courtyards-Wireless”,""
AT+CIFSR
[3088] IP: +CIFSR:STAIP,“100.65.10.162”
+CIFSR:STAMAC,“18:fe:34:a3:a3:01” OK
AT+CIPMUX=0
[3110] Connected to WiFi
AT+CIPCLOSE
AT+CIPSTART=“TCP”,“cloud.blynk.cc”,8442
AT+CIPSEND=5
AT+CIPSEND=32
15e942483a7141d5acceb9c657274d17[10176] Ready (ping: 11ms).

And I cant find solution for this. And as I see in forums, I have not alone with this problem.