You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will build and install the version of Qt preferred for Raspberry Pi Imager into /opt/Qt/<version>. You must use `sudo` for the installation step to complete.
32
+
This will build and install the version of Qt preferred for ZFlash into /opt/Qt/<version>. You must use `sudo` for the installation step to complete.
33
33
34
34
#### Build the AppImage
35
35
36
36
```sh
37
37
./create_appimage.sh
38
-
./Raspberry_Pi_Imager-*.AppImage
38
+
./ZFlash-*.AppImage
39
39
```
40
40
41
41
### Windows
@@ -50,7 +50,7 @@ This will build and install the version of Qt preferred for Raspberry Pi Imager
50
50
51
51
#### Building
52
52
53
-
Building Raspberry Pi Imager on Windows is best done with Visual Studio Code (or a derivative).
53
+
Building ZFlash on Windows is best done with Visual Studio Code (or a derivative).
54
54
55
55
- Open Visual Studio Code, and select 'Clone repo'. Give it the git url of this project.
56
56
- Open the CMake plugin settings, and set the following Configure Args:
@@ -73,7 +73,7 @@ Building Raspberry Pi Imager on Windows is best done with Visual Studio Code (or
73
73
74
74
#### Building
75
75
76
-
Building Raspberry Pi Imager on Windows is best done with Visual Studio Code (or a derivative).
76
+
Building ZFlash on Windows is best done with Visual Studio Code (or a derivative).
77
77
78
78
- Open Visual Studio Code, and select 'Clone repo'. Give it the git url of this project.
79
79
- Open the CMake plugin settings, and set the following Configure Args:
@@ -83,25 +83,8 @@ Building Raspberry Pi Imager on Windows is best done with Visual Studio Code (or
83
83
-`-DIMAGER_NOTARIZE_APP=ON` - to enable automatic notarization for distribution to others.
84
84
-`-DIMAGER_NOTARIZE_KEYCHAIN_PROFILE=notarytool-password` - specify the name of the keychain item containing your Apple ID credentials for notarizing.
85
85
- In the CMake plugin tab, ensure you have selected the `MinSizeRel` variant if you intend to distribute to others.
86
-
- In the CMake plugin tab, select the 'rpi_imager' target, and build it
87
-
- Your resultant DMG will be located at `$WORKSPACE\build\Raspberry Pi Imager-$VERSION.dmg`
88
-
89
-
### Linux embedded (netboot) build
90
-
91
-
The embedded build runs under a minimalistic Linux distribution compiled by buildroot.
92
-
To build:
93
-
94
-
- You must be running a Linux system, and have the buildroot dependencies installed as listed in the buildroot manual: https://buildroot.org/downloads/manual/manual.html#requirement
95
-
- Run:
96
-
97
-
```sh
98
-
cd rpi-imager/embedded
99
-
./build.sh
100
-
```
101
-
102
-
The result will be in the "output" directory.
103
-
The files can be copied to a FAT32 formatted SD card, and inserted in a Pi for testing.
104
-
If you would like to build a (signed) netboot image there are tools for that at: https://github.com/raspberrypi/usbboot/tree/master/tools
86
+
- In the CMake plugin tab, select the 'zflash' target, and build it
87
+
- Your resultant DMG will be located at `$WORKSPACE\build\ZFlash Imager-$VERSION.dmg`
105
88
106
89
## Other notes
107
90
@@ -110,33 +93,6 @@ If you would like to build a (signed) netboot image there are tools for that at:
110
93
If the application is started with "--repo [your own URL]" it will use a custom image repository.
111
94
So can simply create another 'start menu shortcut' to the application with that parameter to use the application with your own images.
112
95
113
-
### Telemetry
114
-
115
-
In order to understand usage of the application (e.g. uptake of Raspberry Pi Imager versions and which images and operating systems are most popular) when using the default image repository, the URL, operating system name and category (if present) of a selected image are sent along with the running version of Raspberry Pi Imager, your operating system, CPU architecture, locale and Raspberry Pi revision (if applicable) to https://rpi-imager-stats.raspberrypi.com by downloadstatstelemetry.cpp.
116
-
117
-
This web service is hosted by [Heroku](https://www.heroku.com) and only stores an incrementing counter using a [Redis Sorted Set](https://redis.io/topics/data-types#sorted-sets) for each URL, operating system name and category per day in the `eu-west-1` region and does not associate any personal data with those counts. This allows us to query the number of downloads over time and nothing else.
118
-
119
-
The last 1,500 requests to the service are logged for one week before expiring as this is the [minimum log retention period for Heroku](https://devcenter.heroku.com/articles/logging#log-history-limits).
120
-
121
-
On Windows, you can opt out of telemetry by disabling it in the Registry:
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ ZFlash is available for **Windows**, **macOS**(both Intel and Apple Silicon), an
29
29
1.**Choose an Operating System**:
30
30
* Click on **CHOOSE OS**.
31
31
* You can select from the list of available EVE-OS LTS images.
32
-
* Alternatively, you can choose 'Use custom' to select a custom image file from your computer. ZFlash supports common disk image formats (e.g., `.raw`, `.img`, `.wic`) and compressed archives (e.g., `.zip`, `.gz`, `.xz`, `.zst`).
32
+
* Alternatively, you can choose 'Use custom' to select a custom image file from your computer. ZFlash supports common disk image formats (e.g., `.raw`, `.img`, `.iso`, `.wic`) and compressed archives (e.g., `.zip`, `.gz`, `.xz`, `.zst`).
0 commit comments