mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-22 14:28:07 +00:00
fix last commit
This commit is contained in:
parent
ae5bd43702
commit
b56cf9246b
@ -11,7 +11,7 @@ How to build Trezor firmware?
|
||||
3. ``cd trezor-mcu``
|
||||
4. ``./firmware-docker-build.sh TAG`` (where TAG is v1.3.2 for example, if left blank the script builds latest commit)
|
||||
|
||||
This creates trezor.bin in current directory and prints its fingerprint at the last line of the build log.
|
||||
This creates file ``output/trezor-TAG.bin`` and prints its fingerprint at the last line of the build log.
|
||||
|
||||
How to get fingerprint of firmware signed and distributed by SatoshiLabs?
|
||||
-------------------------------------------------------------------------
|
||||
|
@ -11,7 +11,7 @@ docker run -t -v $(pwd)/output:/output $IMAGETAG /bin/sh -c "\
|
||||
make && \
|
||||
cd firmware && \
|
||||
make && \
|
||||
cp trezor.bin /output/trezor-$FIRMWARETAG.bin"
|
||||
cp trezor.bin /output/trezor-$FIRMWARETAG.bin"
|
||||
|
||||
echo "---------------------"
|
||||
echo "Firmware fingerprint:"
|
||||
|
Loading…
Reference in New Issue
Block a user