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

Add more logging for error in OTA transfer using Linux apps #15219

Closed
ukatira opened this issue Feb 15, 2022 · 0 comments · Fixed by #15227
Closed

Add more logging for error in OTA transfer using Linux apps #15219

ukatira opened this issue Feb 15, 2022 · 0 comments · Fixed by #15227
Assignees
Labels

Comments

@ukatira
Copy link

ukatira commented Feb 15, 2022

Problem

Trying OTA Transfer with Linux apps using random image file shows below error

OTA-R side:
[1644955334547] [97546:11205745] CHIP: [BDX] TransferSession error
OTA-P side:
[1644955335046] [97543:11204976] CHIP: [BDX] OutputEvent type: StatusReceived
[1644955335046] [97543:11204976] CHIP: [BDX] Got StatusReport 5f

Proposed Solution

Add more logging and error value along with status codes so user knows what error they are running into. Also, Status code 5f refers to UNKNOWN error but the error here is due to missing header file and status code 0x0016 BAD_MESSAGE_CONTENTS could be used for better understanding.

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

Successfully merging a pull request may close this issue.

2 participants