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

[Telink] Fix binary operations for OTA LZMA dual-mode #373

Open
wants to merge 1 commit into
base: develop_dual
Choose a base branch
from

Conversation

s07641069
Copy link
Owner

Change overview

  • Move merge of Zigbee binary from CMake into process_binaries.py
  • Add partition for Zigbee binary (TELINK_ZB_PARTITION_ADDR) instead of hardcoded values

label = "image-zb";
// Zigbee partition
// End address should be same as of slot0 partition
reg = <0x154000 0x65000>;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

0x154000 + 0x65000 = 0x1b9000,this zigbee partition address seems to cover 'trailor and move sector'(20k)

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@haiwentelink Can you help me confirm it ?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes , need to adjust to reg = <0x154000 0x60000>;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants