Moved on to programming with the Arduino - I can flash the examples all night but I get nothing but this from the serial port anymore:
Terminal ready
rl��r��#�n��
�
Have tried a multitude of options - all w/o luck. Using an ftdi usb/serial - 3.3 power from a seperate 1.5A bench supply, all lines tied high, only CH_PD high, consistently get the same results. It's labled ESP8266EX / 302014 / POVVOO
Tried programming from command line sdk - no luck
source-code-examples/blinky# make ESPPORT=/dev/ttyUSB1 flash
esptool.py --port /dev/ttyUSB1 write_flash 0x00000 firmware/0x00000.bin 0x40000 firmware/0x40000.bin
Connecting...
Erasing flash...
Writing at 0x00007400... (100 %)
Erasing flash...
Writing at 0x00065800... (100 %)
Leaving...
Ok - yeah, checking on Windows/Realterm 76800 baud:
load 0x40100000, len 30984, room 16
tail 8
chksum 0x33
load 0x3ffe8000, len 2556, room 0
tail 12
chksum 0xf7
ho 0 tail 12 room 4
load 0x3ffe8a00, len 2312, room 12
tail 12
chksum 0xf6
csum 0xf6
Ok, I'll search around for that tomorrow - have seen that before in other's posts.
Thanks!