Errory / keepkey-firmware

KeepKey Device Firmware

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 git@github.com: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


Languages

Language:C 89.7%Language:Objective-C 3.5%Language:Perl 2.2%Language:C++ 1.7%Language:Makefile 0.9%Language:Python 0.9%Language:TeX 0.7%Language:Shell 0.2%Language:Assembly 0.1%Language:Awk 0.0%Language:HTML 0.0%Language:Pawn 0.0%Language:GDB 0.0%