mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-18 04:18:10 +00:00
chore(core): regenerate unsigned and dev-signed vendor headers
This commit is contained in:
parent
25660144f0
commit
56047bd34a
@ -7,6 +7,8 @@ for fn in *.json; do
|
||||
$BUILDVH vendor_${name}.json vendor_${name}.toif vendorheader_${name}_unsigned.bin
|
||||
done
|
||||
|
||||
# sign dev vendor header
|
||||
cp -a vendorheader_unsafe_unsigned.bin vendorheader_unsafe_signed_dev.bin
|
||||
$BINCTL -D vendorheader_unsafe_signed_dev.bin
|
||||
# sign dev and QA vendor header
|
||||
for name in unsafe qa_DO_NOT_SIGN; do
|
||||
cp -a vendorheader_${name}_unsigned.bin vendorheader_${name}_signed_dev.bin
|
||||
$BINCTL -D vendorheader_${name}_signed_dev.bin
|
||||
done
|
||||
|
Binary file not shown.
BIN
core/embed/vendorheader/vendorheader_qa_DO_NOT_SIGN_unsigned.bin
Normal file
BIN
core/embed/vendorheader/vendorheader_qa_DO_NOT_SIGN_unsigned.bin
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user