Skip to content

Commit

Permalink
suit: Increase suit_storage to 32kB
Browse files Browse the repository at this point in the history
Increase suit_storage to 32kB.

Signed-off-by: Sebastian Bøe <[email protected]>
  • Loading branch information
SebastianBoe authored and rlubos committed Nov 7, 2023
1 parent 030718b commit 8159323
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions suit_generator/cmd_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ class ImageCreator:
ENVELOPE_SLOT_CLASS_ID_OFFSET_KEY = 1
ENVELOPE_SLOT_ENVELOPE_BSTR_KEY = 2

default_update_candidate_info_address = 0x0E1EEC00
default_envelope_address = 0x0E1EED80
default_update_candidate_info_address = 0x0E1EB000
default_envelope_address = 0x0E1EB180
default_envelope_slot_size = 2048
default_dfu_partition_address = 0x0E100000
default_dfu_max_caches = 4
Expand Down

0 comments on commit 8159323

Please sign in to comment.