Skip to content

Commit

Permalink
updated with firmware 1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
heneault committed May 28, 2022
1 parent bc0dc8d commit 0cc4b66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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-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.
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.

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

4 changes: 2 additions & 2 deletions 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 = "1e62209d024b7e84a7368be8175735372b8080c9"
SRCREV = "82d709c8643f5a1581d3d94c51687b7e0fb0c114"

S = "${WORKDIR}/git"

Expand All @@ -24,8 +24,8 @@ do_compile() {
export EMULATOR=1
export PIZERO=1
export CPUFLAGS=""
export RANDOM_DEV_FILE="/dev/random"
export ARCH_BITS=${SITEINFO_BITS}
export CC_FOR_BUILD=${BUILD_CC}
cd legacy
make vendor
make -C emulator/pizero
Expand Down

0 comments on commit 0cc4b66

Please sign in to comment.