We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff6898f commit 8b44c22Copy full SHA for 8b44c22
scripts/opentitan/make_release.sh
@@ -18,4 +18,5 @@ QEMU_BUILD="$3"
18
tar --create --auto-compress --verbose --file="$OUT_TARBALL" \
19
--directory="$QEMU_DIR" \
20
"$QEMU_BUILD"/qemu-{system-riscv32,img} \
21
- scripts/opentitan/{otpconv,flashgen}.py
+ scripts/opentitan/{otptool,flashgen}.py \
22
+ python/qemu/ot
0 commit comments