-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,14 @@ | ||
# yocto-pitrezor | ||
OS linux platform for the pitrezor project (usign yocto) | ||
|
||
This code is used to build the linux platform for the pi zero to be able to run the pitrezor software at boot. | ||
This code is used to build the linux platform image for the raspberry pi zero to be able to run the pitrezor software at bootup. | ||
|
||
## How to build pitrezor image? | ||
|
||
1. [Install Docker](https://docs.docker.com/engine/installation/) | ||
2. `git clone https://github.com/heneault/yocto-pitrezor.git` | ||
3. `cd yocto-pitrezor` | ||
4. `sudo ./build-pitrezor.sh TAG` (where TAG is v1.6.0.0 for example, if left blank the script builds latest commit in master branch) | ||
|
||
This creates file `build/pitrezor-TAG.zip` . | ||
|