Skip to content

Commit

Permalink
updated with firmware 1.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
heneault committed Aug 25, 2022
1 parent 0cc4b66 commit 70b56e7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.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.
4. `sudo ./build-pitrezor.sh TAG [raspberrypi4-64 | raspberrypi0-2w-64]` (where TAG is 1.11.2.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` .

2 changes: 1 addition & 1 deletion build/conf/local.conf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ KERNEL_MODULE_AUTOLOAD += " gadgetfs dwc2 vc4 v3d "
EXTRA_IMAGECMD:ext3 = "-i 4096 -L fs"
FATPAYLOAD += " ${datadir}/pitrezor/pitrezor.config"
TOOLCHAIN_TARGET_TASK += " bcm2835-staticdev "
TOOLCHAIN_HOST_TASK:append += " nativesdk-protobuf-compiler nativesdk-python3-protobuf nativesdk-python3-setuptools nativesdk-python3 nativesdk-python3-click nativesdk-python3-trezor nativesdk-python3-mako nativesdk-python3-munch "
TOOLCHAIN_HOST_TASK:append += " nativesdk-protobuf-compiler nativesdk-python3-protobuf nativesdk-python3-setuptools nativesdk-python3 nativesdk-python3-click nativesdk-python3-trezor nativesdk-python3-mako nativesdk-python3-munch nativesdk-python3-typing-extensions"
RPI_EXTRA_CONFIG = "hdmi_safe=1"

BB_DISKMON_DIRS = "\
Expand Down
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 @@ -3,7 +3,7 @@ SUMMARY = "Pitrezor application"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://legacy/COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02"

DEPENDS = "libsdl2 libsdl2-image bcm2835 protobuf-native python3-protobuf-native python3-six-native python3-click-native python3-trezor-native dos2unix-native python3-mako-native python3-munch-native libconfig"
DEPENDS = "libsdl2 libsdl2-image bcm2835 protobuf-native python3-protobuf-native python3-six-native python3-click-native python3-trezor-native dos2unix-native python3-mako-native python3-munch-native libconfig python3-typing-extensions-native"
RDEPENDS:${PN} = "rng-tools dos2unix libegl-mesa libgles2-mesa mesa-megadriver libgbm libdrm"

inherit pkgconfig python3native siteinfo
Expand All @@ -13,7 +13,7 @@ SRC_URI = "git://github.com/heneault/trezor-firmware.git;branch=pitrezor \
file://pitrezor.config \
"

SRCREV = "82d709c8643f5a1581d3d94c51687b7e0fb0c114"
SRCREV = "27057e8ae70e6d4e19e5a213f820b4907583c612"

S = "${WORKDIR}/git"

Expand Down

0 comments on commit 70b56e7

Please sign in to comment.