Skip to content

Commit

Permalink
feat: add Radxa ROCK 5B as option
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Hoopmann <[email protected]>
  • Loading branch information
choopm committed Jan 15, 2025
1 parent 3b302c6 commit 75426bd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pkg/metadata/sbcs.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,17 @@ func SBCs() []SBC {

MinVersion: semver.MustParse("1.8.0-alpha.1"),
},
{
Name: "rock5b",

OverlayName: "rock5b",
OverlayImage: "siderolabs/sbc-rockchip",

Label: "Radxa ROCK 5B",
Documentation: "/talos-guides/install/single-board-computers/rock5b/",

MinVersion: semver.MustParse("1.9.2"),
},
{
Name: "rockpi_4",

Expand Down

0 comments on commit 75426bd

Please sign in to comment.