Skip to content

Commit 859d3f0

Browse files
committed
feat: add RPi5 to the list of supported SBCs
Mark as supported from the future Talos v1.2.3. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
1 parent 0bd48bb commit 859d3f0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pkg/machinery/platforms/sbcs.go

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,16 @@ func (s SBC) DiskImagePath(talosVersion string) string {
3030
// SBCs returns a list of supported Single Board Computers.
3131
func SBCs() []SBC {
3232
return []SBC{
33+
{
34+
Name: "rpi5",
35+
36+
OverlayName: "rpi5",
37+
OverlayImage: "siderolabs/sbc-raspberrypi",
38+
39+
Label: "Raspberry Pi 5",
40+
41+
MinVersion: semver.MustParse("1.12.3"),
42+
},
3343
{
3444
Name: "rpi_generic",
3545

0 commit comments

Comments
 (0)