-
Notifications
You must be signed in to change notification settings - Fork 3
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
riscv: telink: merge zigbee fimware before process_binaries #365
Conversation
pulin1103
commented
Jan 8, 2025
- check zigbee firmware path.
- merge zb fw into matter fw and sign it.
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.
@pulin1103
Code looks ok
But please take a look into /scripts/tools/telink/process_binaries.py
This script I created to replace dd command usage under CMake
It much user friendly and easy to use.
Under Matter upstream master we use only this script, no more dd commands for merging binaries.
81fa4ee
to
0cbd515
Compare
- check zigbee firmware path. - merge zb fw into matter fw and sign it. Signed-off-by: Zhenghuan Zhang <[email protected]>
0cbd515
to
4418497
Compare
@s07641069 |