From 8488823a06363e986385b0ce9ef06d50c97d0e5d Mon Sep 17 00:00:00 2001 From: SangYoun Kwak Date: Thu, 13 Jun 2024 13:33:12 +0900 Subject: [PATCH] Modify param files (upgrade-progress-status, upgrade-state) Since the file name for storing parameters are changed and added, the tuple for params should be modified. * upgrade-status.info -> upgrade-progress-status.info (renamed) * upgrade-state.info (added) Change-Id: Idb1e6536884cbb2a47cc5c92983eaffafd37445f Signed-off-by: SangYoun Kwak --- scripts/tizen/sd_fusing.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/tizen/sd_fusing.py b/scripts/tizen/sd_fusing.py index 2513bdc078..a046feefc7 100755 --- a/scripts/tizen/sd_fusing.py +++ b/scripts/tizen/sd_fusing.py @@ -115,7 +115,8 @@ class Label: class SdFusingTarget: params = (('reboot-param.bin', 'norm'), ('reboot-param.info', 'norm'), - ('upgrade-status.info', '0')) + ('upgrade-progress-status.info', '0'), + ('upgrade-state.info', 'standby')) def __init__(self, device, ltype): # TODO: make a copy of a sublcass part_table -- 2.34.1