Skip to content

turboboost55/keepkey-firmware

 
 

Repository files navigation

KeepKey Build Procedure

Toolchain Installation

Install Docker Community Edition from: https://www.docker.com/get-docker

$ docker pull kktech/firmware:v5-beta

Clone the Source

The sources can be obtained from github:

$ git clone git@github.com:keepkey/keepkey-firmware.git
$ git submodule update --init --recursive

Build

To build the firmware using the docker container, use the provided script:

$ ./scripts/build/docker/device/release.sh

License

If license is not specified in the header of a file, it can be assumed that it is licensed under GPLv3.

About

KeepKey Device Firmware

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 94.4%
  • Objective-C 4.0%
  • C++ 0.7%
  • CMake 0.7%
  • Assembly 0.1%
  • Shell 0.1%