Skip to content

bitpiedotcom/bithd-mcu

 
 

Repository files navigation

BITHD Firmware

https://bithd.com/

How to build BITHD firmware?

  1. Install Docker
  2. git clone https://github.com/bithd/bithd-mcu.git
  3. cd bithd-mcu
  4. ./build-firmware.sh TAG (where TAG is v1.5.0 for example, if left blank the script builds latest commit in master branch)

This creates file build/trezor-TAG.bin and prints its fingerprint and size at the end of the build log.

How to build BITHD bootloader?

  1. Install Docker
  2. git clone https://github.com/bithd/bithd-mcu.git
  3. cd bithd-mcu
  4. ./build-bootloader.sh TAG (where TAG is bl1.3.2 for example, if left blank the script builds latest commit in master branch)

This creates file build/bootloader-TAG.bin and prints its fingerprint and size at the end of the build log.

About

🔒 Sources for BITHD firmware

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 95.2%
  • Python 2.8%
  • Makefile 0.7%
  • C++ 0.4%
  • Perl 0.4%
  • Shell 0.3%
  • Other 0.2%