Skip to content

Commit 0cc4b66

Browse files
committed
updated with firmware 1.11.1
1 parent bc0dc8d commit 0cc4b66

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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-64 | raspberrypi0-2w-64]` (where TAG is 1.10.5.0 for example, if left blank the script builds latest commit in master branch). You can optionnaly specify "raspberrypi4-64" or "raspberrypi0-2w-64" to build an image for one of these platform. Otherwise the default platform is pi zero.
11+
4. `sudo ./build-pitrezor.sh TAG [raspberrypi4-64 | raspberrypi0-2w-64]` (where TAG is 1.11.1.0 for example, if left blank the script builds latest commit in master branch). You can optionnaly specify "raspberrypi4-64" or "raspberrypi0-2w-64" to build an image for one of these platform. Otherwise the default platform is pi zero.
1212

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

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

Lines changed: 2 additions & 2 deletions
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 = "1e62209d024b7e84a7368be8175735372b8080c9"
16+
SRCREV = "82d709c8643f5a1581d3d94c51687b7e0fb0c114"
1717

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

@@ -24,8 +24,8 @@ do_compile() {
2424
export EMULATOR=1
2525
export PIZERO=1
2626
export CPUFLAGS=""
27-
export RANDOM_DEV_FILE="/dev/random"
2827
export ARCH_BITS=${SITEINFO_BITS}
28+
export CC_FOR_BUILD=${BUILD_CC}
2929
cd legacy
3030
make vendor
3131
make -C emulator/pizero

0 commit comments

Comments
 (0)