From c7596bbeae23de2098c51d226ec760117a9257e8 Mon Sep 17 00:00:00 2001 From: Yannick Heneault Date: Sun, 28 Mar 2021 11:05:28 -0400 Subject: [PATCH] updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index abbb8fe..f6a8717 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.9.4.0 for example, if left blank the script builds latest commit in master branch) +4. `sudo ./build-pitrezor.sh TAG [raspberrypi4]` (where TAG is 1.9.4.1 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-TAG.zip` .