Skip to content

Commit

Permalink
updated for firmware 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
heneault committed Sep 9, 2020
1 parent 2b48eb3 commit 83c5ddc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -8,7 +8,7 @@ This code is used to build the linux platform image for the raspberry pi zero to
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 1.9.2.0 for example, if left blank the script builds latest commit in master branch)
4. `sudo ./build-pitrezor.sh TAG` (where TAG is 1.9.3.0 for example, if left blank the script builds latest commit in master branch)

This creates file `build/pitrezor-TAG.zip` .

2 changes: 1 addition & 1 deletion meta-pitrezor/recipes-core/pitrezor/pitrezor_git.bb
Expand Up @@ -13,7 +13,7 @@ SRC_URI = "git://github.com/heneault/trezor-firmware.git;branch=pitrezor \
file://pitrezor.config \
"

SRCREV = "560c6b3ce2d7895c788b79814b94021f2fe0ab80"
SRCREV = "cbfe1ded0005e4edda29b5b70148331043a3963e"

S = "${WORKDIR}/git"

Expand Down

0 comments on commit 83c5ddc

Please sign in to comment.