Skip to content

Commit bc0dc8d

Browse files
committed
updated README
1 parent d9298fc commit bc0dc8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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]` (where TAG is 1.10.4.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.
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.
1212

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

0 commit comments

Comments
 (0)