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

Device method to update firmware #6

Open
GetPsyched opened this issue Oct 13, 2024 · 1 comment
Open

Device method to update firmware #6

GetPsyched opened this issue Oct 13, 2024 · 1 comment

Comments

@GetPsyched
Copy link
Collaborator

Currently, updating any CC device's firmware is much harder than it should be. Since this library uses a high level language, it's possible to write a method that pulls in the latest firmware version and updates the device with it.

This would require sending the device into bootloader mode which would disconnect it from the host system, however the Device._reconnect method is already implemented and can be relied on for this use case!

@Raymo111
Copy link
Member

We're working on OTA support in CCOS. Let's hold off on this and use that once it's done.

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