Skip to content

Commit 63164de

Browse files
philipandafilipleple
authored andcommitted
osfv_cli: Add missing v540tnd, v560tu, v560tnx models
Signed-off-by: Filip Gołaś <filip.golas@3mdeb.com>
1 parent 8050d09 commit 63164de

File tree

4 files changed

+54
-0
lines changed

4 files changed

+54
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
flash_chip:
3+
voltage: "1.8V"
4+
5+
# SOIC clip for flashing is currently not connected
6+
programmer:
7+
name: rte_1_1
8+
9+
pwr_ctrl:
10+
# whether power is controlled via Sonoff plug (required)
11+
sonoff: true
12+
# whether power is controller via on-board RTE relay (required)
13+
relay: false
14+
flashing_power_state: "G3"
15+
16+
# whether CMOS reset is required after flashing (optional - defaults to false)
17+
reset_cmos: false
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
flash_chip:
3+
voltage: "1.8V"
4+
5+
# SOIC clip for flashing is currently not connected
6+
programmer:
7+
name: rte_1_1
8+
9+
pwr_ctrl:
10+
# whether power is controlled via Sonoff plug (required)
11+
sonoff: true
12+
# whether power is controller via on-board RTE relay (required)
13+
relay: false
14+
flashing_power_state: "G3"
15+
16+
# whether CMOS reset is required after flashing (optional - defaults to false)
17+
reset_cmos: false
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
flash_chip:
3+
voltage: "1.8V"
4+
5+
# SOIC clip for flashing is currently not connected
6+
programmer:
7+
name: rte_1_1
8+
9+
pwr_ctrl:
10+
# whether power is controlled via Sonoff plug (required)
11+
sonoff: true
12+
# whether power is controller via on-board RTE relay (required)
13+
relay: false
14+
flashing_power_state: "G3"
15+
16+
# whether CMOS reset is required after flashing (optional - defaults to false)
17+
reset_cmos: false

osfv_cli/src/osfv/rf/rte_robot.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
"msi-pro-z790-p-ddr5": "MSI PRO Z790-P DDR5",
1818
"novacustom-ns50mu": "NS50MU",
1919
"novacustom-v540tu": "V540TU",
20+
"novacustom-v540tnd": "V540TND",
21+
"novacustom-v560tnd": "V560TND",
22+
"novacustom-v560tne": "V560TNE",
2023
"novacustom-nuc_box-125H": "NUC BOX-125H",
2124
"novacustom-nuc_box-155H": "NUC BOX-155H",
2225
"pcengines-apu2": "APU2",

0 commit comments

Comments
 (0)