This website requires JavaScript.
Explore
Help
Sign In
arno
/
trezor-firmware
Watch
1
Star
0
Fork
0
You've already forked trezor-firmware
mirror of
https://github.com/trezor/trezor-firmware.git
synced
2024-11-18 21:48:13 +00:00
Code
Issues
Releases
Wiki
Activity
1eff07f84d
trezor-firmware
/
micropython
/
bootloader
/
image_options.h
3 lines
96 B
C
Raw
Normal View
History
Unescape
Escape
bootloader/loader: rename crypto.c/h to image.c/h, refactor
2017-04-01 10:57:14 +00:00
#
define IMAGE_MAGIC 0x4C5A5254
// TRZL
Implemented vendor header. Header is generated with ./tools/build_vendorheader 'key1,key2,key3' 2 1.1 SatoshiLabs assets/satoshilabs.png micropython/firmware/vendorheader.bin where - keyN is a 64 character hex string encoding the public key - 2 encodes 2/3 key scheme - 1.1 is the version number (major, minor) - SatoshiLabs is the vendor name - satoshilabs.png is the vendor image Updated the firmware compilation that it adds vendor header and updated loader that it handles vendor header to be present.
2017-04-01 13:45:50 +00:00
#
define IMAGE_MAXSIZE (1 * 64 * 1024 + 7 * 128 * 1024)
Reference in New Issue
Copy Permalink