Help needed: flashing AT firmware

ChrisO
Posts: 4
Joined: Tue Jan 11, 2022 5:46 am

Help needed: flashing AT firmware

Postby ChrisO » Tue Jan 11, 2022 6:15 am

Hi

After some playing with my ESP8266-01 with Arduino SDK I wanted to install again the AT firmware on it and I failed.
I tried, from the ESP8266_NONOS_SDK-3.0.5, to instal it as follows:

esptool.py write_flash 0x00000 boot_v1.2.bin 0x01000 at/512+512/user1.1024.new.2.bin 0xfc000 esp_init_data_default_v08.bin 0x7e000 blank.bin 0xfe000 blank.bin

No errors during flashing (see below), but then in normal, not download mode, after power-toggle the ESP8266-01 runs amok ;-)
the led is blinking like crazy and console gets flooded with garbage.

Could anyone be so nice and guide me to the correct way? Am quite new to ESP8266-01.

Thanks
ChrisO


esptool/esptool.py write_flash 0x00000 boot_v1.2.bin 0x01000 at/512+512/user1.1024.new.2.bin 0xfc000
+esp_init_data_default_v08.bin 0x7e000 blank.bin 0xfe000 blank.bin
esptool.py v3.3-dev
Found 2 serial ports
Serial port /dev/ttyUSB0
Connecting....
Detecting chip type... Unsupported detection protocol, switching and trying again...
Connecting...
Detecting chip type... ESP8266
Chip is ESP8266EX
Features: WiFi
WARNING: Detected crystal freq 27.53MHz is quite different to normalized freq 26MHz. Unsupported crystal in use?
Crystal is 26MHz
MAC: 84:f3:eb:dc:5a:b1
Uploading stub...
Running stub...
Stub running...
Configuring flash size...
Flash will be erased from 0x00000000 to 0x00000fff...
Flash will be erased from 0x00001000 to 0x00065fff...
Flash will be erased from 0x000fc000 to 0x000fcfff...
Flash will be erased from 0x0007e000 to 0x0007efff...
Flash will be erased from 0x000fe000 to 0x000fefff...
Compressed 1936 bytes to 1460...
Wrote 1936 bytes (1460 compressed) at 0x00000000 in 0.3 seconds (effective 60.1 kbit/s)...
Hash of data verified.
Compressed 413556 bytes to 296998...
Wrote 413556 bytes (296998 compressed) at 0x00001000 in 33.8 seconds (effective 97.9 kbit/s)...
Hash of data verified.
Compressed 128 bytes to 75...
Wrote 128 bytes (75 compressed) at 0x000fc000 in 0.0 seconds (effective 35.2 kbit/s)...
Hash of data verified.
Compressed 4096 bytes to 26...
Wrote 4096 bytes (26 compressed) at 0x0007e000 in 0.2 seconds (effective 134.2 kbit/s)...
Hash of data verified.
Compressed 4096 bytes to 26...
Wrote 4096 bytes (26 compressed) at 0x000fe000 in 0.2 seconds (effective 134.2 kbit/s)...
Hash of data verified.

Leaving...
Hard resetting via RTS pin...

Who is online

Users browsing this forum: No registered users and 3 guests