-
Notifications
You must be signed in to change notification settings - Fork 932
Pico 2 W OTA Update Example #559
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
base: develop
Are you sure you want to change the base?
Conversation
I think the |
1/ How do I know this is really working? I really think this needs a readme with the example to tell someone how to run the example to perform an update etc. I see it downloading the update and rebooting but it doesn't change anything. |
…ash commented out lines
Thanks - I've added a readme with details of how to use it, moved the python script, and removed the poll version |
Thanks - works nicely following the instructions |
else() | ||
add_subdirectory_exclude_platforms(tls_client) | ||
add_subdirectory_exclude_platforms(ota_update rp2040) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
note ota_update doesn't seem to declare pico_mbedtls as a dependency; if it needs it it probably should
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That check is being used similar to the encrypted examples, to check that picotool has been compiled with mbedtls - it’s not directly used by the example
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(See bootloaders/CMakeLists.txt)
Adds an example of Pico 2 W OTA update
Requires raspberrypi/pico-sdk#1969