git: f22da38437 - main - Status/2026Q2/rpi-imager.adoc: Add report
Lorenzo Salvadore <[email protected]> Wed, 22 Jul 2026 14:52:10 +0000
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by salvadore: URL: https://cgit.FreeBSD.org/doc/commit/?id=f22da38437c2b171fa9057b669eb81aa513d970f commit f22da38437c2b171fa9057b669eb81aa513d970f Author: Jim Chen <[email protected]> AuthorDate: 2026-07-22 14:48:36 +0000 Commit: Lorenzo Salvadore <[email protected]> CommitDate: 2026-07-22 14:50:22 +0000 Status/2026Q2/rpi-imager.adoc: Add report Differential Revision: https://reviews.freebsd.org/D58095 Co-authored by: Nimish Jain ([email protected]) --- .../status/report-2026-04-2026-06/rpi-imager.adoc | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/website/content/en/status/report-2026-04-2026-06/rpi-imager.adoc b/website/content/en/status/report-2026-04-2026-06/rpi-imager.adoc new file mode 100644 index 0000000000..e8131f5868 --- /dev/null +++ b/website/content/en/status/report-2026-04-2026-06/rpi-imager.adoc @@ -0,0 +1,27 @@ +=== Raspberry Pi Imager FreeBSD Port + +Links: + +link:https://github.com/raspberrypi/rpi-imager[rpi-imager upstream] URL: https://github.com/raspberrypi/rpi-imager[] + +link:https://github.com/raspberrypi/rpi-imager/pull/1655[FreeBSD Port pull request] URL: https://github.com/raspberrypi/rpi-imager/pull/1655[] + +link:https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=296480[PR 296480 - FreeBSD Ports open review] URL: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=296480[] + +Contact: Jim Chen <[email protected]> +Contact: Nimish Jain <[email protected]> + +The Raspberry Pi Imager is a convenient graphical tool developed by the Raspberry Pi Foundation that allows users to easily configure and flash operating system images to storage cards for the Raspberry Pi Zero and Raspberry Pi 1-5 series single-board computers. + +Our goal in porting this app to FreeBSD is to continue lowering barriers to entry. +We want users unfamiliar with the command line to easily flash operating systems to their Raspberry Pi. + +Currently, the upstream project supports only Linux, MacOS, and Windows. +We have created a FreeBSD port that uses native I/O, disk, and network APIs and links against pre-packaged FreeBSD libraries. + +The main blocker for this project is currently upstream uncertainty. +The maintainers have requested buy-in from FreeBSD developers to help with the long-term maintenance of the FreeBSD-specific code. +If you are a committer or a contributor invested in Raspberry Pi tooling on FreeBSD, please let us know or join the discussion on the GitHub pull request! + +If this work is accepted upstream, a Makefile for the FreeBSD Ports repository is ready for review as PR 296480 (link:https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=296480[]). + +If you’re interested, please do try out a local release by cloning the Ports tree and applying the patch in the PR mentioned above, and let us know if you have any issues! + +Sponsor: The FreeBSD Foundation