I've tried with both an Arduino Uno and CH340G serial to USB bridge. On 74880 baud I'm seeing what looks to be boot errors:
ets Jan 8 2013,rst cause:2, boot mode:(3,6)
load 0x40100000, len 1396, room 16
tail 4
chksum 0x89
load 0x3ffe8000, len 776, room 4
tail 4
chksum 0xe8
load 0x3ffe8308, len 540, room 4
tail 8
chksum 0xc0
csum 0xc0
2nd boot version : 1.4(b1)
SPI Speed : 40MHz
SPI Mode : DIO
SPI Flash Size & Map: 8Mbit(512KB+512KB)
jump to run user1 @ 1000
do▒99▒P▒R+▒▒R▒
Connections are as follows:
RXD and TXD connected to the CH340G
both GPIO to 3.3V with 10K pullup
RST and CH_PD to 3.3V with 10K pullup
Vcc is 3.3V
I've set this up both on breadboard and stripboard, with 2 switches to pull GPIO0 and RST low as needed, attached a photo.
When powering on the ESP8266 the red LED flashes briefly and goes off. When entering flash mode (grounding GPIO0 and hitting RST) the red LED stays on and on serial I get
ets Jan 8 2013,rst cause:2, boot mode:(1,6)
I've tried to flash the ESP8266 firmware (non-OS SDK 2.0 from Espressif site) using their flash tool, with settings as in attached screenshot. There appear to be no errors flashing the firmware but after a reset I'm getting the same as before, "ets Jan 8 2013,rst cause:2, boot mode:(3,6)".
So, any ideas greatly appreciated, I've no idea what I'm doing wrong here.