From 2c5c23a8b7ea176b34288131ccb3edfa02dc179f Mon Sep 17 00:00:00 2001 From: Dawid Lesiak Date: Fri, 24 Jan 2025 13:21:53 +0100 Subject: [PATCH 1/2] add models/T630 Thin Client.yml Signed-off-by: Dawid Lesiak --- osfv_cli/src/osfv/models/T630 Thin Client.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 osfv_cli/src/osfv/models/T630 Thin Client.yml diff --git a/osfv_cli/src/osfv/models/T630 Thin Client.yml b/osfv_cli/src/osfv/models/T630 Thin Client.yml new file mode 100644 index 0000000..066221b --- /dev/null +++ b/osfv_cli/src/osfv/models/T630 Thin Client.yml @@ -0,0 +1,17 @@ +--- +flash_chip: + # flash chip voltage (required) + voltage: "1.8V" + +programmer: + name: rte_1_1 + +pwr_ctrl: + # whether power is controlled via Sonoff plug (required) + sonoff: true + # whether power is controller via on-board RTE relay (required) + relay: false + flashing_power_state: "G3" + +# whether CMOS reset is required after flashing (optional - defaults to false) +reset_cmos: false From e36951b017cc8fd543827a45802692e1bb0fb655 Mon Sep 17 00:00:00 2001 From: Dawid Lesiak Date: Fri, 31 Jan 2025 10:48:41 +0100 Subject: [PATCH 2/2] T630 Thin Client.yml: delete whitte-spaces Signed-off-by: Dawid Lesiak --- osfv_cli/src/osfv/models/T630 Thin Client.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osfv_cli/src/osfv/models/T630 Thin Client.yml b/osfv_cli/src/osfv/models/T630 Thin Client.yml index 066221b..b64f258 100644 --- a/osfv_cli/src/osfv/models/T630 Thin Client.yml +++ b/osfv_cli/src/osfv/models/T630 Thin Client.yml @@ -14,4 +14,4 @@ pwr_ctrl: flashing_power_state: "G3" # whether CMOS reset is required after flashing (optional - defaults to false) -reset_cmos: false +reset_cmos: false