-
Notifications
You must be signed in to change notification settings - Fork 157
Fix being unable to flash certain C5 chips #223
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
Conversation
Co-Authored-By: Radim Karniš <57687985+radimkarnis@users.noreply.github.com>
brianignacio5
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
Just a question, to help me understand... |
|
I think it was a valid value for older boards. |
Then both should be checked, right? |
|
Seems that esptool master is just using this values for all C5 targets unlike C61 which uses multiples values depending on board revision. I might be wrong and it was not working for previous board but was not tested. |
can confirm it still works with v1.1 and v1.2 devkits fine |
|
Since it has been merged, I assume this code is already online here right? When using the USB to UART port: This is one with a 4017 flash (vendor 0x20) |
|
Ah nevermind, with the 'Show debug log' checked, I can see I have the same Chip Magic as in the merged commit: |
Description
Could not flash my C5 with esptool-js and wanted to fix it for myself and other customers.
Related
espressif/esptool@81bdb76
espressif/esptool#1140
Testing
flashed all my c5 variants to make sure it didn't regress compatibility
Checklist
Before submitting a Pull Request, please ensure the following: