Skip to content

Errory/keepkey-firmware

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KeepKey Build Procedure for Ubuntu 14.04

Toolchain Installation

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

Download firmware source code from KeepKey respository (https://github.com/keepkey/keepkey-firmware.git)

$ git clone [email protected]:keepkey/keepkey-firmware.git

Build the docker image for the toolchain:

$ cd keepkey-firmware && docker build -t keepkey/firmware:latest .

Build the debug version of the standard firmware:

$ docker_build_keepkey_debug.sh

Build the release version of the standard firmware:

$ docker_build_keepkey_release.sh

Build the debug version of the SALT-branded firmware:

$ docker_build_salt_debug.sh

Build the release version of the SALT-branded firmware:

$ docker_build_salt_release.sh

The resultant binaries will be located in the ./bin/{debug,release}/{keepkey,salt} directories as appropriate.

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

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 89.8%
  • Objective-C 3.5%
  • Perl 2.2%
  • C++ 1.7%
  • Makefile 0.9%
  • Python 0.9%
  • Other 1.0%