Skip to content

Commit

Permalink
tools: script: make_hd update to use sha384/ecc384
Browse files Browse the repository at this point in the history
  • Loading branch information
rizlik committed Sep 14, 2023
1 parent 1ace391 commit 3630c17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/x86_fsp/qemu/make_hd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ n
w
EOF
# copy bzImage in the root folder
tools/keytools/sign --ecc256 --sha256 ${IMAGE} wolfboot_signing_private_key.der 1
tools/keytools/sign --ecc256 --sha256 ${IMAGE} wolfboot_signing_private_key.der 2
tools/keytools/sign --ecc384 --sha384 ${IMAGE} wolfboot_signing_private_key.der 1
tools/keytools/sign --ecc384 --sha384 ${IMAGE} wolfboot_signing_private_key.der 2
dd if=${IMAGE}_v1_signed.bin of=app.bin bs=512 seek=2048 conv=notrunc
dd if=${IMAGE}_v2_signed.bin of=app.bin bs=512 seek=34816 conv=notrunc

0 comments on commit 3630c17

Please sign in to comment.