Skip to content

Commit

Permalink
osfv_cli/models: add remaining APUs
Browse files Browse the repository at this point in the history
Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
  • Loading branch information
macpijan committed Mar 14, 2024
1 parent 28fd1ac commit f9edc60
Show file tree
Hide file tree
Showing 6 changed files with 70 additions and 6 deletions.
6 changes: 0 additions & 6 deletions osfv_cli/osfv_cli/models/APU2.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,14 @@
---
flash_chip:
# flash chip model to be used by flashrom (optional - if not given, no chip
# parameter will be explicitelt added to flashrom)
model: "W25Q64JV-.Q"
# flash chip voltage (required)
voltage: "3.3V"

programmer:
name: rte_1_0

pwr_ctrl:
# whether power is controlled via Sonoff plug (required)
sonoff: false
# whether power is controller via on-board RTE relay (required)
relay: true
init_on: true

# whether CMOS reset is required after flashing (optional - defaults to false)
reset_cmos: true
14 changes: 14 additions & 0 deletions osfv_cli/osfv_cli/models/APU3.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
flash_chip:
model: "W25Q64JV-.Q"
voltage: "3.3V"

programmer:
name: rte_1_0

pwr_ctrl:
sonoff: false
relay: true
init_on: true

reset_cmos: true
14 changes: 14 additions & 0 deletions osfv_cli/osfv_cli/models/APU4.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
flash_chip:
model: "W25Q64JV-.Q"
voltage: "3.3V"

programmer:
name: rte_1_0

pwr_ctrl:
sonoff: false
relay: true
init_on: true

reset_cmos: true
14 changes: 14 additions & 0 deletions osfv_cli/osfv_cli/models/APU5.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
flash_chip:
model: "W25Q64JV-.Q"
voltage: "3.3V"

programmer:
name: rte_1_0

pwr_ctrl:
sonoff: false
relay: true
init_on: true

reset_cmos: true
14 changes: 14 additions & 0 deletions osfv_cli/osfv_cli/models/APU6.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
flash_chip:
model: "W25Q64JV-.Q"
voltage: "3.3V"

programmer:
name: rte_1_0

pwr_ctrl:
sonoff: false
relay: true
init_on: true

reset_cmos: true
14 changes: 14 additions & 0 deletions osfv_cli/osfv_cli/models/APU7.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
flash_chip:
model: "W25Q64JV-.Q"
voltage: "3.3V"

programmer:
name: rte_1_0

pwr_ctrl:
sonoff: false
relay: true
init_on: true

reset_cmos: true

0 comments on commit f9edc60

Please sign in to comment.