* [DistroKit] [PATCH v1] rauc-udev: add entry for TQ MBa8MPxL board @ 2024-01-29 9:32 Leonard Göhrs 2024-01-29 9:32 ` Leonard Göhrs 2024-01-29 11:40 ` Robert Schwebel 0 siblings, 2 replies; 3+ messages in thread From: Leonard Göhrs @ 2024-01-29 9:32 UTC (permalink / raw) To: distrokit It looks like I missed this little snippet that is required for installing RAUC updates on the TQ MBa8MPxL when mainlining the rest of the board support in[1]. Add the missing udev rule so we can use rauc install on this board. [1]: https://lore.distrokit.org/distrokit/20240126164304.GY176585@pengutronix.de/T/#t ^ permalink raw reply [flat|nested] 3+ messages in thread
* [DistroKit] [PATCH v1] rauc-udev: add entry for TQ MBa8MPxL board 2024-01-29 9:32 [DistroKit] [PATCH v1] rauc-udev: add entry for TQ MBa8MPxL board Leonard Göhrs @ 2024-01-29 9:32 ` Leonard Göhrs 2024-01-29 11:40 ` Robert Schwebel 1 sibling, 0 replies; 3+ messages in thread From: Leonard Göhrs @ 2024-01-29 9:32 UTC (permalink / raw) To: distrokit; +Cc: Leonard Göhrs With this entry the /dev/disk/by-usage/rootfs0 and /dev/disk/by-usage/rootfs1 device links are created, that are required to install RAUC updates on this board. Signed-off-by: Leonard Göhrs <l.goehrs@pengutronix.de> --- projectroot/usr/lib/udev/rules.d/90-rauc-partitions.rules | 1 + 1 file changed, 1 insertion(+) diff --git a/projectroot/usr/lib/udev/rules.d/90-rauc-partitions.rules b/projectroot/usr/lib/udev/rules.d/90-rauc-partitions.rules index e2893fa..1975b1c 100644 --- a/projectroot/usr/lib/udev/rules.d/90-rauc-partitions.rules +++ b/projectroot/usr/lib/udev/rules.d/90-rauc-partitions.rules @@ -16,6 +16,7 @@ ENV{OF_BASE_COMPATIBLE}=="*ti,am335x-bone-black*", ENV{ID_PATH}=="platform-48060 ENV{OF_BASE_COMPATIBLE}=="*raspberrypi,3-model-b*", ENV{ID_PATH}=="platform-3f202000.mmc", TAG+="boot_disk" ENV{OF_BASE_COMPATIBLE}=="*riot,imx6s-riotboard*", ENV{ID_PATH}=="platform-2198000.mmc", TAG+="boot_disk" ENV{OF_BASE_COMPATIBLE}=="*radxa,rock3a*", ENV{ID_PATH}=="platform-fe2b0000.mmc", TAG+="boot_disk" +ENV{OF_BASE_COMPATIBLE}=="*tq,imx8mp-tqma8mpql-mba8mpxl*" ENV{ID_PATH}=="platform-30b50000.mmc", TAG+="boot_disk" # second part: create /dev/disk/by-usage/ symlinks ENV{DEVTYPE}!="partition", GOTO="rauc_partitions_end" base-commit: f5a03fe4cda50942bc01bc5e61f8f1254f47eedb -- 2.39.2 ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [DistroKit] [PATCH v1] rauc-udev: add entry for TQ MBa8MPxL board 2024-01-29 9:32 [DistroKit] [PATCH v1] rauc-udev: add entry for TQ MBa8MPxL board Leonard Göhrs 2024-01-29 9:32 ` Leonard Göhrs @ 2024-01-29 11:40 ` Robert Schwebel 1 sibling, 0 replies; 3+ messages in thread From: Robert Schwebel @ 2024-01-29 11:40 UTC (permalink / raw) To: Leonard Göhrs; +Cc: distrokit Applied to next. On Mon, Jan 29, 2024 at 10:32:58AM +0100, Leonard Göhrs wrote: > It looks like I missed this little snippet that is required for > installing RAUC updates on the TQ MBa8MPxL when mainlining the > rest of the board support in[1]. > > Add the missing udev rule so we can use rauc install on this board. > > [1]: https://lore.distrokit.org/distrokit/20240126164304.GY176585@pengutronix.de/T/#t -- Pengutronix e.K. | Dipl.-Ing. Robert Schwebel | Steuerwalder Str. 21 | https://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-9 | ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-01-29 11:40 UTC | newest] Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2024-01-29 9:32 [DistroKit] [PATCH v1] rauc-udev: add entry for TQ MBa8MPxL board Leonard Göhrs 2024-01-29 9:32 ` Leonard Göhrs 2024-01-29 11:40 ` Robert Schwebel
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox