-
Notifications
You must be signed in to change notification settings - Fork 18
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 support for router firmware #85
base: dev
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## dev #85 +/- ##
==========================================
+ Coverage 61.78% 66.46% +4.68%
==========================================
Files 14 15 +1
Lines 1748 1822 +74
==========================================
+ Hits 1080 1211 +131
+ Misses 668 611 -57 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
Source for router firmware commands is here: |
Implement a new protocol for communicating with the builtin CLI on Silabs router firmware and integrate through out. This will allow to probe and flash router firmware
Router firmware must implement a custom CLI command
bootloader reboot
that calls thebootloader_rebootAndInstall
api.This has been tested both standalone and integrated with sl-web-tools.
Probe of CPC 115200 is fixed in #86, but also requires router firmware built with
SL_CLI_LOCAL_ECHO: 0