Date: Thu, 10 Oct 2024 09:31:09 GMT From: Lorenzo Salvadore <salvadore@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: 4f2abf37e5 - main - Status/2024Q3: Add reports Message-ID: <202410100931.49A9V9xW095144@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by salvadore: URL: https://cgit.FreeBSD.org/doc/commit/?id=4f2abf37e537847639eb2f6213a66a3729d1e376 commit 4f2abf37e537847639eb2f6213a66a3729d1e376 Author: Stephan Lichtenauer <sl@honeyguide.eu> AuthorDate: 2024-10-10 09:19:31 +0000 Commit: Lorenzo Salvadore <salvadore@FreeBSD.org> CommitDate: 2024-10-10 09:28:29 +0000 Status/2024Q3: Add reports Add pinephone.adoc and pot.adoc. Reviewed by: status (Pau Amma <pauamma@gundo.com>) Pull Request: https://github.com/freebsd/freebsd-doc/pull/416 --- .../status/report-2024-07-2024-09/pinephone.adoc | 22 +++++++++++++++++++++ .../en/status/report-2024-07-2024-09/pot.adoc | 23 ++++++++++++++++++++++ 2 files changed, 45 insertions(+) diff --git a/website/content/en/status/report-2024-07-2024-09/pinephone.adoc b/website/content/en/status/report-2024-07-2024-09/pinephone.adoc new file mode 100644 index 0000000000..ca2095c1e1 --- /dev/null +++ b/website/content/en/status/report-2024-07-2024-09/pinephone.adoc @@ -0,0 +1,22 @@ +=== Pinephone Pro Support + +Links: + +link:https://codeberg.org/Honeyguide/freebsd-pinephonepro[Repository on Codeberg] URL: link:https://codeberg.org/Honeyguide/freebsd-pinephonepro[] + +Contact: Toby Kurien <toby@tobykurien.com> + +A new project trying to make FreeBSD usable on the Pinephone Pro has been started during August. + +The current FreeBSD RELEASE images already boot on a Pinephone Pro, but no screen output or other devices are supported. +The aim is to step by step support additional components so that the device one day might be usable as a highly mobile FreeBSD device. + +Over the last few weeks, the groundwork has been implemented like getting used to the device, cross-compiling and booting a 15.0-CURRENT custom kernel as well as toggling the LEDs (red/green/blue in the front). +Also, the LCD backlight can be turned on already and the USB-C hub is enabled even though it is not yet functional due to missing power management support. + +The next step is to write a driver for the RK818 power management chip. +Without it, most of the hardware will not power on like the USB-C port above. This will be done by trying to modify the existing RK808 driver. +RK818 support should then make it possible to access a lot more of the devices, e.g. allowing to enable the screen, USB peripherals or WiFi. + +Additional feedback and testers are welcome. + +Sponsor: Honeyguide Group diff --git a/website/content/en/status/report-2024-07-2024-09/pot.adoc b/website/content/en/status/report-2024-07-2024-09/pot.adoc new file mode 100644 index 0000000000..43e02f0d25 --- /dev/null +++ b/website/content/en/status/report-2024-07-2024-09/pot.adoc @@ -0,0 +1,23 @@ +=== Containers and FreeBSD: Pot, Potluck and Potman + +Links: + +link:https://github.com/bsdpot[Pot organization on GitHub] URL: link:https://github.com/bsdpot[] + +Contact: Luca Pizzamiglio (Pot) <pizzamig@FreeBSD.org> + +Contact: Bretton Vine (Potluck) <bv@honeyguide.eu> + +Contact: Michael Gmelin (Potman) <grembo@FreeBSD.org> + +Pot is a jail management tool that link:https://www.freebsd.org/news/status/report-2020-01-2020-03/#pot-and-the-nomad-pot-driver[also supports orchestration through Nomad]. +Potluck aims to be to FreeBSD and Pot (and potentially one day also Podman) what Dockerhub is to Linux and Docker: a repository of container descriptions and complete container images for usage with Pot and in many cases Nomad. + +During this quarter, there were two bugfixes to link:https://github.com/bsdpot/pot[Pot] that will be released soon. + +Potluck images saw some updates again. +All images have been rebuilt again to include the latest fixes and quarterly packages. Additionally, some images like link:https://github.com/bsdpot/potluck/tree/master/loki[Loki] or link:https://github.com/bsdpot/potluck/tree/master/vault[Vault] have also received additional updates and bugfixes. + +Also, we have done some research regarding potential future support of OCI, Buildah and Podman images in Potluck. +Two blog posts, one describing link:https://honeyguide.eu/posts/build-own-containers-buildah-podman-freebsd/[a basic Buildah and Podman setup] and one describing link:https://honeyguide.eu/posts/micropod-blog-post/[how to orchestrate Podman containers with Nomad and Consul] have been published. + +As always, feedback and patches are welcome. + +Sponsors: Nikulipe UAB, Honeyguide Group
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410100931.49A9V9xW095144>