Skip to content

Commit

Permalink
README.md: document missing model settings
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 Jun 11, 2024
1 parent 5747856 commit 3385a10
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions osfv_cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,11 +212,18 @@ follows:
+ `voltage` - required; chip supply voltage - most often "3.3V" or "1.8V";
should be discovered in appropriate datasheet.

- `programmer`:

+ `name`- required; name of the programmer connected to the platform; supported
values: `rte_1_0`, `rte_1_1`, `ch341a`

- `pwr_ctrl`:

+ `sonoff` - required; true or false, whether you use sonoff power control.
+ `relay` - required; true or false, whether you use onboard RTE relay
power control.
+ `flashing_power_state` - required; defines a power state the platform
needs to be in for SPI flashing; supported values: `"OFF"`, `"G3"`

- `reset_cmos`: - optional; true or false (false by default), whether CMOS reset
is required after flashing.
Expand Down

0 comments on commit 3385a10

Please sign in to comment.