Skip to content

Commit

Permalink
[manuf] Add required flag to orchestrator README
Browse files Browse the repository at this point in the history
Signed-off-by: Noah Moroze <[email protected]>
  • Loading branch information
nmoroze committed Dec 4, 2024
1 parent d6a9b03 commit e167168
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions sw/host/provisioning/orchestrator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ bazel run \
--test-unlock-token="0x11111111_11111111_11111111_11111111" \
--test-exit-token="0x22222222_22222222_22222222_22222222" \
--fpga=${FPGA_TARGET} \
--non-interactive
--non-interactive \
--db-path=$(pwd)/provisioning.sqlite
```

To run on silicon, run:
Expand All @@ -32,7 +33,8 @@ bazel run \
--sku-config=$(pwd)/sw/host/provisioning/orchestrator/configs/skus/emulation.hjson \
--test-unlock-token=<token as a hexstring> \
--test-exit-token=<token as a hexstring> \
--non-interactive
--non-interactive \
--db-path=$(pwd)/provisioning.sqlite
```

## Running Directly
Expand Down Expand Up @@ -87,5 +89,6 @@ python3 ${ORCHESTRATOR_ZIP} \
--test-exit-token="0x22222222_22222222_22222222_22222222" \
--fpga=${FPGA_TARGET} \
--non-interactive \
--runfiles-dir=$(pwd)/runfiles/lowrisc_opentitan
--runfiles-dir=$(pwd)/runfiles/lowrisc_opentitan \
--db-path=$(pwd)/provisioning.sqlite
```

0 comments on commit e167168

Please sign in to comment.