Replies: 2 comments
-
Encountered the same problem with my esp32c6 devkit. |
Beta Was this translation helpful? Give feedback.
0 replies
-
It looks like we need flash partition table by our self:
but first we need to know how we can generate the csv file, which then can be translated to binary and pass to "west flash" |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I use
west debug
I get the following errors repeatedly during startup:I know that I can use
esp appimage_offset <offset>
according to the esp docs, but I've tried the (to me) obvious choices as defined in the flash map of my XIAO esp32s3 and nothing worked.This is insofar an issue, as openocd / gdb doesn't support setting software breakpoints in flash memory and normally gdb should choose the correct variant (software or hardware breakpoints) depending where they are set. This doesn't seem to work when this error occurs.
full log
Beta Was this translation helpful? Give feedback.
All reactions