diff --git a/README.md b/README.md index 09f8f31..a6e484c 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 to 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` (where TAG is 1.8.2.0 for example, if left blank the script builds latest commit in master branch) +4. `sudo ./build-pitrezor.sh TAG` (where TAG is 1.8.3.0 for example, if left blank the script builds latest commit in master branch) This creates file `build/pitrezor-TAG.zip` . diff --git a/meta-pitrezor/recipes-core/pitrezor/pitrezor_git.bb b/meta-pitrezor/recipes-core/pitrezor/pitrezor_git.bb index e46ae82..8a9d4f3 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 = "e15b946beff798959608640004176139eff53947" +SRCREV = "7aed87360748e715704367ef0522070009a142b9" S = "${WORKDIR}/git"