osu: Add an option to print all board params 10/317710/1 accepted/tizen_9.0_unified tizen_9.0 accepted/tizen/9.0/unified/20250109.040122
authorUnsung Lee <unsung.lee@samsung.com>
Thu, 19 Dec 2024 07:57:01 +0000 (16:57 +0900)
committerUnsung Lee <unsung.lee@samsung.com>
Tue, 7 Jan 2025 02:40:11 +0000 (11:40 +0900)
commit1646a7e44668b5a08a3f51cf0c97d77c2719a014
tree5ac02af32725c28b8ec4dfbc664ebee5e8aa7509
parent4cd3c06eb046a4b5a3af1e6fc22700791a1acd05
osu: Add an option to print all board params

Add an option called --get-all-board-param to print all board parameters.
It will show all board parameter with instruction 'osu --get-all-board-param'.
It is the option for users who want to know all board parameters at once.
If the user want to know just one board parameter, then use 'osu --get-board-param'.
If the user want to know all board parameters, then use 'osu --get-all-board-param'

Example of the result of 'osu --get-all-board-param':
boot-mode: normal
current-partition: a
partition-ab-cloned: 1
partition-status: a: ok
partition-status: b: ok
upgrade-progress-status: 0
upgrade-state: standby
upgrade-type: offline

Change-Id: I41361b473a24f855af27a04560d74d74824562e3
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
packaging/update-control.spec
tools/osu/osu.c