-
Notifications
You must be signed in to change notification settings - Fork 7
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
Failed CRC check #25
Comments
This means that communication with the chip is most likely lost in the final stage of the flash process. Check if your wiring is connected properly and that you're using a reliable 3.3V power supply. You can use ltchiptool directly (GUI or CLI) to flash the UF2 file. This way, you can use verbose logging to see what packets are received from the chip. |
I'll try a different usb to serial adapter along with a separate power supply tomorrow. |
I don't think this is a power issue, this is the BK7231T bug that has been happening randomly for a while now, were we currently need to use BK Writer to recover. |
I was able to flash it with the same esphome build using this https://github.com/openshwprojects/BK7231GUIFlashTool and it passed CRC check |
I used ltchiptool directly with cli and got the same CRC error as with esphome cli |
The thing is, when you use ltchiptool directly you can enable verbose logging. That output would likely help finding where the issue is. If you can, try doing that and post the flashing logs here. The flag -vv will show debug and verbose messages. |
Getting this error in esphome despite it seeming to be successful on a wb3l chip.
The text was updated successfully, but these errors were encountered: