Skip to content

Commit 23640c7

Browse files
mkopecfilipleple
authored andcommitted
osfv_cli/src/osfv/models/V540TU.yml: add model
Signed-off-by: Michał Kopeć <[email protected]>
1 parent 740dae6 commit 23640c7

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-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

osfv_cli/src/osfv/rf/rte_robot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"msi-pro-z690-a-ddr5": "MSI PRO Z690-A DDR5",
1515
"msi-pro-z790-p-ddr5": "MSI PRO Z790-P DDR5",
1616
"novacustom-ns50mu": "NS50MU",
17+
"novacustom-v540tu": "V540TU",
1718
"pcengines-apu2": "APU2",
1819
"pcengines-apu3": "APU3",
1920
"pcengines-apu4": "APU4",

0 commit comments

Comments
 (0)