Commit graph

24 commits

Author SHA1 Message Date
Floris Bos
25947fc199 Add build scripts for embedded (netboot) edition 2022-02-14 11:03:37 +01:00
Floris Bos
033ff07abf Move source files to /src 2022-02-14 10:07:15 +01:00
Floris Bos
8b25991537 README.md: mention disabling parallel build on Pi
On bullseye it seems to default to 'make -j4' which will results
in OOM when it runs out of swap

==
[ 3004.100215] Out of memory: Killed process 6983 (cc1plus) total-vm:211660kB, anon-rss:170332kB, file-rss:0kB, shmem-rss:0kB, UID:1000 pgtables:428kB oom_score_adj:0
==

Mention how to disable parallel build in README.md
2021-11-27 19:11:09 +01:00
Floris Bos
35172d3489 README.md remove qt5-default
There is no qt4 anymore in bullseye.
2021-11-27 18:54:30 +01:00
Paul Mucur
716abd149b
Send telemetry to raspberrypi.com
In order to be consistent with other services moving to raspberrypi.com,
send telemetry there instead of raspberrypi.org.

Note that the raspberrypi.org endpoint will continue to work
indefinitely in order to support existing clients.
2021-10-13 08:18:07 +01:00
Paul Mucur
fc1a028cbd
Update link to downloads page
Now we've moved the downloads page from raspberrypi.org to
raspberrypi.com, update the link in the README.
2021-10-13 08:17:32 +01:00
Gordon Hollingworth
a1da552aad
Change Ctrl-Alt-X to Ctrl-Shift-X 2021-08-17 13:04:07 +01:00
Scott Main
0d7107f089
Add tip about the Advanced options 2021-08-13 15:07:55 -07:00
Paul Mucur
ca5180429e
Remove download count retention period from README
In order to view the impact of changes such as OS releases over a longer
period of time, we have removed the automatic expiry of the anonymous
download counts from the rpi-imager stats service.

For reference, the download counts contain only the following data:

    > ZREVRANGE image:2021-03-12 0 1 WITHSCORES
    1) Raspberry Pi OS (32-bit)
    2) 1234
    3) Raspberry Pi OS Lite (32-bit)
    4) 567

Update the README section about telemetry in order to reflect the
change.
2021-03-12 11:35:35 +00:00
Floris Bos
28b6d19bd6 README: add build instructions for rpm based distros
To prevent people trying to use 3rd-party container packages
that do not actually work on those distributions.
2021-01-20 12:59:06 +01:00
Floris Bos
78276cffb7 Add --disable-telemetry command-line option 2020-12-07 14:42:10 +01:00
Paul Mucur
71de560edd
Document telemetry and how to opt-out
As introduced in 95ce718d41, document the
telemetry sent to https://rpi-imager-stats.raspberrypi.org, why it is
collected, what is collected, how long it is stored for and how to
opt-out.
2020-12-07 11:36:28 +00:00
andrum99
c7f40eba9b
bullet pointeyness 2020-09-18 00:08:56 +01:00
andrum99
59ae4244a1
grammar nit 2020-09-18 00:04:26 +01:00
andrum99
e993668f8d
Improve wording, add how to get on Raspberry Pi OS
- The new wording has the advantage that it specifies which platforms the binaries are for
- Give instructions for how to get Raspberry Pi OS - no need to visit download page - it just needs a single shell command
2020-09-18 00:03:45 +01:00
Andrew Scheller
5273167fee
Add suggested edits 2020-09-17 16:35:15 +01:00
Andrew Scheller
d29ccd55f2
Add download link to README 2020-09-17 09:31:51 +01:00
Floris Bos
c08887f788 Do not use saved position if it falls outside of primary screen
- Only use saved position if the coordinates fall inside of the primary screen
  Prevents problems for people with laptops that sometimes but not always use
  external screens.
- Since we now set window position in C++ instead of QML, drop the
  dependency on qml-module-qt-labs-settings module.

Closes #91
2020-07-21 16:15:19 +02:00
Floris Bos
7506d5b35a Fix build instructions
Closes #77
2020-06-02 01:14:00 +02:00
Floris Bos
e578236a0b README.md: update repo imagewriter -> rpi-imager 2020-03-09 16:53:55 +01:00
Floris Bos
75feb3e73d Rename imagingutility -> rpi-imager 2020-03-05 15:40:38 +01:00
Floris Bos
7ef7b9a34c Update README.md 2020-03-04 18:33:49 +01:00
Floris Bos
2ffaf70276 Update README.md
- Fix github address
- Add Mac code signing instructions
2020-03-04 17:05:00 +01:00
Floris Bos
d7b361ba44 Qt/QML edition 2020-03-04 16:55:40 +01:00