Skip to content

Commit e41c956

Browse files
committed
osfv_cli/src/osfv/models: Fix flashing on MSI PRO B850-P
This platform does not require PSU discharge. Also the flash chip operates at 1.8V. Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
1 parent 24a8f22 commit e41c956

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
flash_chip:
3-
voltage: "3.3V"
3+
voltage: "1.8V"
44

55
programmer:
66
name: rte_1_1
@@ -9,3 +9,4 @@ pwr_ctrl:
99
sonoff: true
1010
relay: false
1111
flashing_power_state: "G3"
12+
discharge_psu: false

0 commit comments

Comments
 (0)