Skip to content
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

DFU Upload failed is not displayed on Xperia1Ⅱ(Android11). #100

Open
YoungSooBae1224 opened this issue May 13, 2021 · 1 comment
Open

Comments

@YoungSooBae1224
Copy link

YoungSooBae1224 commented May 13, 2021

I tested DFU on Xperia1Ⅱ(Android11).
I accidentally clicked All on the "Select scope" screen. (Application only test)
The Xperia1Ⅱ started to transmit strangely.
The problem is that the nRF52805 freezes after doing these uploads.
Is there any way to fix this situation?

Xperia1Ⅱ
image

@YoungSooBae1224 YoungSooBae1224 changed the title DFU error "Upload failed: INSUFFICIENT RESOURCES" is not displayed on Xperia1Ⅱ(Android11). DFU Upload failed is not displayed on Xperia1Ⅱ(Android11). May 13, 2021
@philips77
Copy link
Member

I accidentally clicked All on the "Select scope" screen. (Application only test)

The screenshot says the Scope is "All".

The Xperia1Ⅱ started to transmit strangely.

What does it mean strangely?

The problem is that the nRF52805 freezes after doing these uploads.

It depends on your firmware. If the ZIP file contains SD+BL and App, the usual upload (All) would transmit SD+BL in first connection, then restart and upload App in the following one. The App's init file should be configured to require specific SD version, given in --sd-id parameter in nrf util. If you created a package without giving this parameter, or you provided the same as in --sd-req, the App upload would be successful, as the verification would pass, but your new App would not be compatible with the old SD. So, it all depends on your firmware and how you created the ZIP file, with which parameters.

Is there any way to fix this situation?

I don't know what is the issue, so can't help here.

Also, for general DFU questions please use https://devzone.nordicsemi.com/. Our Support Team is more qualified in answering such questions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants