Skip to content

Commit

Permalink
fix: new default addresses for ImageCreator
Browse files Browse the repository at this point in the history
Ref: NCSDK-30031

Signed-off-by: Krzysztof Szromek <[email protected]>
  • Loading branch information
kszromek-nordic committed Nov 6, 2024
1 parent e383e6c commit 6de5469
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions suit_generator/cmd_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -390,9 +390,9 @@ class EnvelopeStorageNrf54h20(EnvelopeStorage):
class ImageCreator:
"""Helper class for extracting data from SUIT envelope and creating hex files."""

default_update_candidate_info_address = 0x0E1ED340
default_storage_address = 0x0E1EB000
default_dfu_partition_address = 0x0E155000
default_update_candidate_info_address = 0x0E1EF340
default_storage_address = 0x0E1ED000
default_dfu_partition_address = 0x0E100000
default_dfu_max_caches = 6

UPDATE_MAGIC_VALUE_AVAILABLE = 0x55AA55AA
Expand Down

0 comments on commit 6de5469

Please sign in to comment.