-
Notifications
You must be signed in to change notification settings - Fork 308
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
BOOTLOADER_FLASH_OFFSET Failed to flash on ESP32-WROOM #467
Comments
ESP32-WROOM-32D (backside: nodemcu-esp32 devkitv1) with cp2102 driver from microsoft (silicon labs). same Problem |
I found a Solution.
|
It worked! You just saved my tiny boards, thank you so much! :) After several attempts it flashed on both boards (backside: |
Is there a similar tool for linux? Does it works with Adruino IDE? |
Use https://code.visualstudio.com/Download and platformio's extension 😉 |
OK. And than? What should I do? |
Git clone, open the project with vscode and build the project for the device you would like and upload. 😉 |
You have this solution that imply to rebuild or web flasher with compatible browser or flashing with tools using files on the GitHub releases |
Having the same issue with T-Display 1.14. Anyone already has a solution for this too? |
I have two boards
ESP32-WROOM-32
that I bought following the link from your list of supported boards.I was not sure which one to chose between
ESP32-WROOM-32D
andESP32-WROOM-32U
, and I bought one of each.Initially, neither board was even detected when connecting the USB on my Windows 11 64bit. I messaged the seller and they kindly sent me the drivers
CP210x_VCP_Windows
, and I installed them (CP210xVCPInstaller_x64.exe
). After restarting and connecting them via USB, the system now detects it and I attempted to flash the NMV2 1.6.3 on ESP32-WROOM. It is detected properly in my Chrome Incognito browser so I proceeded. And this is the error message I got:It does not connect with the devices properly. It shows the same error in both boards
ESP32-WROOM-32D
andESP32-WROOM-32U
when I try them separately. Alternatively, if I try to install the x86 driver for 32bit, then it appears a warning message suggesting to install the 64bit according to my machine.Can you confirm these are actually the right supported boards or did I chose the wrong ones? In case they are right, I am not sure if I may need to ask for different driver or what should I do at this point.
Any suggestion and help are welcome. Thanks!
The text was updated successfully, but these errors were encountered: