From 2135c1fd4b2ecd111246b76f17c1ea86aa42bce9 Mon Sep 17 00:00:00 2001 From: Yannick Heneault Date: Sun, 25 Jul 2021 21:31:59 -0400 Subject: [PATCH] updated for firmware 1.10.2 --- README.md | 2 +- meta-pitrezor/recipes-core/pitrezor/pitrezor_git.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a652a6..fa2cff3 100644 --- a/README.md +++ b/README.md @@ -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.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. +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. This creates file `build/pitrezor-MACHINE-TAG.zip` . diff --git a/meta-pitrezor/recipes-core/pitrezor/pitrezor_git.bb b/meta-pitrezor/recipes-core/pitrezor/pitrezor_git.bb index a6f2412..43b2ba4 100644 --- a/meta-pitrezor/recipes-core/pitrezor/pitrezor_git.bb +++ b/meta-pitrezor/recipes-core/pitrezor/pitrezor_git.bb @@ -13,7 +13,7 @@ SRC_URI = "git://github.com/heneault/trezor-firmware.git;branch=pitrezor \ file://pitrezor.config \ " -SRCREV = "bdb7f2c2d84cee5288ded0297db6b18574a63f26" +SRCREV = "cfe808372610a87247f932a40d3c19e0ee4b22f5" S = "${WORKDIR}/git"