Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No AccessPoint after Flashing and rebooting on ESP-01. #531

Open
l3ifk opened this issue Jan 28, 2024 · 0 comments
Open

No AccessPoint after Flashing and rebooting on ESP-01. #531

l3ifk opened this issue Jan 28, 2024 · 0 comments

Comments

@l3ifk
Copy link

l3ifk commented Jan 28, 2024

Hey I wanted to try this project but I'm stuck... I have a ESP-01 with a usb programmer to program it. When flashing with esptool, I use this command esptool --port /dev/ttyUSB0 write_flash -fs 1MB -ff 80m -fm dio 0x00000 0x00000.bin 0x02000 0x02000.bin and I get this output:

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
Crystal is 26MHz
MAC: bc:ff:4d:fa:34:40
Uploading stub...
Running stub...
Stub running...
Configuring flash size...
Flash will be erased from 0x00000000 to 0x00000fff...
Flash will be erased from 0x00002000 to 0x00060fff...
Flash params set to 0x022f
Compressed 1968 bytes to 1411...
Wrote 1968 bytes (1411 compressed) at 0x00000000 in 0.3 seconds (effective 58.0 kbit/s)...
Hash of data verified.
Compressed 386864 bytes to 264282...
Wrote 386864 bytes (264282 compressed) at 0x00002000 in 23.4 seconds (effective 132.3 kbit/s)...
Hash of data verified.

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

But the problem is that after unplugging the ESP and powering it on again the blue LED just blinks once or twice and stays off. Additionally there is no Access Point I could connect to. I saw an issue where it was mentioned to erase the flash chip with sudo esptool --port /dev/ttyUSB0 erase_flash but that only got me this output:

Serial port /dev/ttyUSB0
Connecting.....

A serial exception error occurred: device reports readiness to read but returned no data (device disconnected or multiple access on port?)
Note: This error originates from pySerial. It is likely not a problem with esptool, but with the hardware connection or drivers.
For troubleshooting steps visit: https://docs.espressif.com/projects/esptool/en/latest/troubleshooting.html```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant