I've managed to mess up my Oak pretty severely. I had a program that connected to wifi (not my work, an open source project) and I somehow set it to use an access point that didn't exist. I thought that I could just start the oak in safe mode (P1->GND) and go back through the WiFi setup routine. I can see the Acorn access point, but the config utility just doesn't work. I've tried the local server to, and different wireless enabled devices. I've tried OakRestore as well, with a bus pirate and a serial breakout board. I always tried TX>RX, RX>TX, GND>GND. Boot up with P2>GND (and hold it there, I assumed). The serial breakout board RX and TX lights flashed when I ran esptool command, copy-pasted from GitHub with my COM port added
esptool --baud 115200 --port COM6 write_flash -fs 32m 0x1000 blank.bin 0x2000 oaksetup_restore.bin 0x0081000 oakupdate_restore.bin 0x101000 blank.bin 0x102000 blank.bin 0x202000 blank.bin
All I get is. "A fatal error occurred: Failed to connect to ESP8266". I did once get as far as "Erasing flash" by lowering the baud rate. However, it just exited with "A fatal error occurred: Invalid head of packet" soon after. I'm using mini grabbers , but I don't think they would hurt the signal too severely... we're talking kbps here.
I'm at wits end. I can see the access point, and the LED is giving me the 3 blink pattern. But I can't seem to get the oak to respond in any way. I did remove one of the headers with my reflow station. Maybe I killed it. At this point, I just don't know. Open to any suggestions. Thanks ahead of time.
Also worth noting, when I boot up with the serial port in a terminal, I get some gibberish and then "rr" (If P2 is not held to ground. If P2>GND, there si some other text in from of rr).