Skip to content

Commit ea227d4

Browse files
authored
Merge pull request #128 from Dasharo/nuc_box
osfv/models/NUC BOX.yml: add
2 parents 925522f + 357c9f8 commit ea227d4

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
# Flashing is not supported
3+
flash_chip:
4+
voltage: "1.8V"
5+
6+
# SOIC clip for flashing is currently not connected
7+
programmer:
8+
name: rte_1_1
9+
10+
pwr_ctrl:
11+
# whether power is controlled via Sonoff plug (required)
12+
sonoff: true
13+
# whether power is controller via on-board RTE relay (required)
14+
relay: false
15+
flashing_power_state: "G3"
16+
17+
# whether CMOS reset is required after flashing (optional - defaults to false)
18+
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
@@ -16,6 +16,7 @@
1616
"msi-pro-z790-p-ddr5": "MSI PRO Z790-P DDR5",
1717
"novacustom-ns50mu": "NS50MU",
1818
"novacustom-v540tu": "V540TU",
19+
"novacustom-nuc_box": "NUC BOX-125H",
1920
"pcengines-apu2": "APU2",
2021
"pcengines-apu3": "APU3",
2122
"pcengines-apu4": "APU4",

0 commit comments

Comments
 (0)