Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
  1. Apr 16, 2024
  2. Nov 21, 2023
  3. Oct 24, 2023
  4. Oct 17, 2023
    • Tom Dewey tom.dewey@raspberrypi.com's avatar
      i18n: Advanced settings -> OS customization · 50449158
      Per a request from the Raspberry Pi Communications team, change
      'Advanced Settings' and 'Image customization' to read 'OS
      customization'.
      
      This is to avoid amibuguity in the English, where Image_r_ and Image may
      be conflated when reading at speed.
      
      Regrettably, this breaks the existing translations. To prevent
      confusion, explicitly delete the existing translations - as they're almost
      certainly not valid with the reworded meaning.
      50449158
  5. Oct 16, 2023
  6. Oct 03, 2023
    • Tom Dewey's avatar
      Add lzma-sdk-devel to Fedora instructions · 19af037c
      Tom Dewey authored
      The find_package in the root CMakeLists doesn't descriminate between Ubuntu/Debian and Fedora, so the check for LibLZMA will be applied on Fedora too.
      
      So update the instructions for Fedora to include the liblzma-sdk-devel package, which should satisfy CMake.
      19af037c
    • Tom Dewey's avatar
      Add liblzma-dev to Debian instructions · 4c91f7c7
      Tom Dewey authored
      Turns out we actually require liblzma-dev, and without it we will fail to configure CMake with default options.
      
      So let's add it to the readme.
      4c91f7c7
  7. Jul 31, 2022
  8. Feb 18, 2022
  9. Feb 14, 2022
  10. Nov 27, 2021
    • Floris Bos's avatar
      README.md: mention disabling parallel build on Pi · 8b259915
      Floris Bos authored
      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
      8b259915
    • Floris Bos's avatar
      README.md remove qt5-default · 35172d34
      Floris Bos authored
      There is no qt4 anymore in bullseye.
      35172d34
  11. Oct 13, 2021
  12. Aug 17, 2021
  13. Aug 13, 2021
  14. Mar 12, 2021
    • Paul Mucur's avatar
      Remove download count retention period from README · ca518042
      Paul Mucur authored
      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.
  15. Jan 20, 2021
  16. Dec 07, 2020
  17. Sep 17, 2020
  18. Jul 21, 2020
    • Floris Bos's avatar
      Do not use saved position if it falls outside of primary screen · c08887f7
      Floris Bos authored
      - 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
      c08887f7
  19. Jun 01, 2020
  20. Mar 09, 2020
  21. Mar 05, 2020
  22. Mar 04, 2020