Skip to content

Commit 5a5bc47

Browse files
authored
osfv_cli/src/osfv: Add ODROID H4 Ultra model
Verified and tested
2 parents dcd6f4e + ad5f30a commit 5a5bc47

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

osfv_cli/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ robotframework = "^7.2"
1010

1111
[tool.poetry]
1212
name = "osfv"
13-
version = "0.5.13"
13+
version = "0.5.14"
1414
description = "Open Source Firmware Validation Command Line Interface Tool"
1515
authors = ["Maciej Pijanowski <Maciej.Pijanowski@3mdeb.com>"]
1616
include = ["src/models/*.yml"]
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
flash_chip:
3+
voltage: "3.3V"
4+
5+
programmer:
6+
name: rte_1_1
7+
8+
pwr_ctrl:
9+
sonoff: false
10+
relay: true
11+
flashing_power_state: "G3"
12+
13+
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
@@ -8,6 +8,7 @@
88

99
model_dict = {
1010
"odroid-h4-plus": "H4-PLUS",
11+
"odroid-h4-ultra": "H4-ULTRA",
1112
"minnowboard-turbot": "MinnowBoard Turbot B41",
1213
"msi-pro-z690-a-ddr4": "MSI PRO Z690-A DDR4",
1314
"msi-pro-z690-a-wifi-ddr4": "MSI PRO Z690-A DDR4",

0 commit comments

Comments
 (0)