Skip to content

Commit 2135c1f

Browse files
committed
updated for firmware 1.10.2
1 parent 5831dd3 commit 2135c1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This code is used to build the linux platform image for the raspberry pi zero an
88
1. [Install Docker](https://docs.docker.com/engine/installation/)
99
2. `git clone https://github.com/heneault/yocto-pitrezor.git`
1010
3. `cd yocto-pitrezor`
11-
4. `sudo ./build-pitrezor.sh TAG [raspberrypi4]` (where TAG is 1.10.1.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.
11+
4. `sudo ./build-pitrezor.sh TAG [raspberrypi4]` (where TAG is 1.10.2.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.
1212

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

meta-pitrezor/recipes-core/pitrezor/pitrezor_git.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ SRC_URI = "git://github.com/heneault/trezor-firmware.git;branch=pitrezor \
1313
file://pitrezor.config \
1414
"
1515

16-
SRCREV = "bdb7f2c2d84cee5288ded0297db6b18574a63f26"
16+
SRCREV = "cfe808372610a87247f932a40d3c19e0ee4b22f5"
1717

1818
S = "${WORKDIR}/git"
1919

0 commit comments

Comments
 (0)