Recovery error on the Dev Kit

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

While trying to flash my dev kit, my computer shut down.

I tried resetting the device using the the boot pust button with the Reset push button.

And then tried to recover the device.

I see the following in the console.

Recovering platform ...

**** Recovery failed - retry ****

Detecting device...

Device found

Downloading application...

****Download failed - Press the reset button on the device and retry ****

Any ideas on how I can proceed to flash the dev kit again.

0 Likes
1 Solution

Did you change your application's make target to include UART=COMx and change download to recover? This is what recovering with hello_sensor would look like when using COM42:

hello_sensor-BCM920736TAG_Q32 UART=COM42 recover

View solution in original post

4 Replies
ShawnA_01
Employee
Employee
10 questions asked 5 comments on KBA First comment on KBA

Did you try the Recovery procedure shown in Appendix E of the Quick Start Guide?

Anonymous
Not applicable

I tried the procedure in Appendix E, which is using the Boot ROM button with the Reset button.

0 Likes

Did you change your application's make target to include UART=COMx and change download to recover? This is what recovering with hello_sensor would look like when using COM42:

hello_sensor-BCM920736TAG_Q32 UART=COM42 recover

Anonymous
Not applicable

This worked thanks!

0 Likes