Skip to content

Commit 07e0ae0

Browse files
authored
Merge pull request #144 from Dasharo/asrock_add
Asrock add
2 parents 4c9d48b + 0c5d214 commit 07e0ae0

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
flash_chip:
3+
voltage: "3.3V"
4+
5+
programmer:
6+
name: rte_1_1
7+
8+
pwr_ctrl:
9+
sonoff: true
10+
relay: false
11+
flashing_power_state: "G3"

osfv_cli/src/osfv/rf/rte_robot.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
from robot.api.deco import keyword, library
88

99
model_dict = {
10-
"odroid-h4-plus": "H4-PLUS",
11-
"odroid-h4-ultra": "H4-ULTRA",
10+
"asrock-spc741d8": "SPC741D8-2L2T_BCM",
1211
"gigabyte-mz33-ar1": "MZ33-AR1 Rev. 3",
1312
"minnowboard-turbot": "MinnowBoard Turbot B41",
1413
"msi-pro-z690-a-ddr4": "MSI PRO Z690-A DDR4",
@@ -23,6 +22,8 @@
2322
"novacustom-v560tne": "V560TNE",
2423
"novacustom-nuc_box-125H": "NUC BOX-125H",
2524
"novacustom-nuc_box-155H": "NUC BOX-155H",
25+
"odroid-h4-plus": "H4-PLUS",
26+
"odroid-h4-ultra": "H4-ULTRA",
2627
"pcengines-apu2": "APU2",
2728
"pcengines-apu3": "APU3",
2829
"pcengines-apu4": "APU4",

0 commit comments

Comments
 (0)