-
Notifications
You must be signed in to change notification settings - Fork 729
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
Not flashing on an NodeMcu ESP32 wroom #585
Comments
I got impatient and added --force to the end of the command (use the force lol). Everything flashed fine and I can still reflash. I do not however see an esp-link ssid in my wifi settings to connect and configure it though. |
It is not compatible with esp32 |
It is an esp32 afaik. Bought it a year ago but been busy and forgetful. It is an ESP-WROOM-DA MODULE as far as Arduino IDE is concerned and I can flash WiFiTelnetToSerial on it. I tried with the flaky Expressiv windows flash app from the SDK. After flashing and booting, I monitor the com port @115200 and get:
I tried another windows app from here https://github.com/marcelstoer/nodemcu-pyflasher (I had to make a combined fw first). It would not flash due to the following error. |
@5p0ng3b0b Based on this, you will need a ESP-8266 based module not a ESP-32 based module. |
@5p0ng3b0b have ignored all the warnings about possible wrong chip... |
Oops, i'm such a bell-end, I gave my brother the 8266 by mistake then. I wondered why I'd flashed before without issue. I'll have to swap it with him. Thank you, I appreciate your help and apologies for my stupidity. I have also learned that not all ESPs are equal. :) |
Not a problem. I think at some point we all do things like that. Why there are phrases like, "If it was under your nose it would have bit you." or other type phrases. I bought a few of the ESP8266-01 modules at Micro Center. I am sure there are other model of dev boards that have more control lines for you to use as well. Hope you find a model that works for you. |
@5p0ng3b0b @drencorxeen In fact there is still demand for esp32 port :) @5p0ng3b0b what kind of esp-link features You need? |
Hi, I have tried to flash the latest firmware in linux with the following command:
esptool.py --port /dev/ttyUSB0 --baud 921600 --chip esp32 write_flash 0x1000 user1.bin 0x3FC000 esp_init_data_default.bin 0x3FE000 blank.bin 0x00000 boot_v1.6.bin
It does not work? Here is the output from running it.
If I omit the boot_v1.6.bin file, the other files flash OK. Can I use the --force option and if so how do I use it in the supplied command? Is there a working alternative boot image for this device to write instead? I have written this esp-link firmware to the old micro usb NodeMcu devices in the past and I am unable to recall experiencing any issues there.
The text was updated successfully, but these errors were encountered: