examples/shv-nxboot-updater: use downgraded pyshv==0.8.0 #3190
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The problem probably arises from an incompatibility issue between the shv-libs4c and pyshv libraries. The fix is to downgrade the library for now and then revert back.
Summary
I failed to test the whole framework properly when I got reviews for my GSoC 2025 Pull request. I was instructed to upgrade the library to the newer version, while all the testing was done before the changes.
Unfortunately, there's some incompatibility between the shv-libs4c and the python library and I'll have to investigate further. For the time being, use version 0.8.0.
Impact
Makes it actually working :-)
Testing
Tested on a custom PIC32CA board. I have successfully uploaded a correct NXBoot image to the target device over the SHV network.