trezor-mcu/firmware-docker-build.sh

12 lines
264 B
Bash
Raw Normal View History

#!/bin/bash
2014-07-07 07:59:37 -07:00
IMAGETAG=trezor-mcu-build
2014-12-25 05:43:32 -08:00
2014-07-07 07:59:37 -07:00
docker rmi $IMAGETAG || :
docker build -t $IMAGETAG .
2014-12-25 05:43:32 -08:00
docker run -t -v $(pwd):/output $IMAGETAG /bin/cp /trezor-mcu/firmware/trezor.bin /output
echo "---------------------"
echo "Firmware fingerprint:"
sha256sum trezor.bin