-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
OTA on TE7 branch has invalid Location param causing QueryImage on OTA-Provider to fail #11508
Comments
UpdateIssue is still happening on latest latest changes using RasPi. However, I am able to successfully run Roughly line 182 where it states:
was changed to:
and the software img file now transfers successfully from OTA-P to OTA-R. Test Setup1 RasPi running OTA-Provider, chip-tool, and OTA-Requestor. LogsI have put together both Failed Logs (similar to those from original post) and Pass Logs (after confirming several times that this was the only change made) Fail Logs OTA-P snippet:
Pass Logs OTA-P snippet:
|
#11661 is the fix that exists on master branch which addresses this issue. |
@liamgonyea I assume this is not happening anymore ? Can you confirm so I can close this issue. |
@liamgonyea I don't see this issue on ToT of master branch. I'll close this. Please file a new issue if you see it again. |
Problem
When testing
TC-SU-3.1
I used 3 RasPis: OTA-Provider, chip-tool, OTA-Requestor.Commissioning works fine, from chip-tool to both OTA-Provider and OTA-Requestor but attempting to run
./chip-tool otasoftwareupdaterequestor announce-ota-provider 1234 0 0 0 4321 0
was not successful as theLocation
parameter read by the OTA-Provider from QueryImage was not the correct length-2 "US" but instead "USZ???"The same commands run on the master branch commit
cbf346e85d5e998d481ef137a4e5b240f2160ac3
does successfully run the commands but does not have the latest changes like thetest_event_7
branch.Testing Setup
On
test_event_7
branch commitc80fd0cfd732f764eafb5b6ffc66fd10e3e28ae6
for all 3 RasPisFailed Section of attached logs
TE7 TC-SU-3.1 Full Testing Logs (Fail).txt
The text was updated successfully, but these errors were encountered: