Skip to content

Debricking issue - Halted in Arm state due to De-Bug request #216

Answered by bangcorrupt
ctlombardo asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, I can probably help you fix this if you can answer some questions.

Was it bricked using the built in firmware update function?

Did you power up the electribe, let it crash and then run openocd?

Have you dumped the secondary bootloader?

The program counter (pc) starts 0xc (not 0x8), showing execution has moved to the app in external RAM. We need to halt the processor at 0xc0000000 and load the good firmware before handing off to the corrupt app. To do this, we halt in the ROM bootloader, load the secondary bootloader, set a breakpoint, then run the secondary bootloader. If you're following the Debrick Guide, it looks like you skipped a couple of steps. I think you need to continue from G…

Replies: 5 comments 12 replies

Comment options

You must be logged in to vote
1 reply
@ctlombardo
Comment options

Answer selected by bangcorrupt
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@ctlombardo
Comment options

@bangcorrupt
Comment options

Comment options

You must be logged in to vote
5 replies
@bangcorrupt
Comment options

@ctlombardo
Comment options

@bangcorrupt
Comment options

@ctlombardo
Comment options

@ctlombardo
Comment options

Comment options

You must be logged in to vote
4 replies
@bangcorrupt
Comment options

@ctlombardo
Comment options

@bangcorrupt
Comment options

@ctlombardo
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #215 on November 27, 2022 04:24.