Skip to content

Commit

Permalink
updated for firmware 1.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
heneault committed Dec 18, 2021
1 parent 2c5a684 commit 3130c59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This code is used to build the linux platform image for the raspberry pi zero an
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 [raspberrypi4]` (where TAG is 1.10.3.0 for example, if left blank the script builds latest commit in master branch). You can optionnaly specify "raspberrypi4" to build an image for that platform. Otherwise default is pi zero.
4. `sudo ./build-pitrezor.sh TAG [raspberrypi4]` (where TAG is 1.10.4.0 for example, if left blank the script builds latest commit in master branch). You can optionnaly specify "raspberrypi4" to build an image for that platform. Otherwise default is pi zero.

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

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

SRCREV = "acfa796ca6a4ebea78474d43a5ae53c33d5cebc8"
SRCREV = "45f78578dfc8463c4968b7e85714a7bdeae9726e"

S = "${WORKDIR}/git"

Expand Down

0 comments on commit 3130c59

Please sign in to comment.