We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0539049 commit db5769eCopy full SHA for db5769e
1 file changed
pkg/soc/detect.go
@@ -11,6 +11,7 @@ import (
11
var boardMap = map[string]string{
12
"scaleway,em-rv1-c4m16s128-a": "scw-em-rv1",
13
"sophgo,mango": "cloudv10x-pioneer",
14
+ "spacemit,k1-x": "cloudv10x-jupyter",
15
}
16
17
// DetectBoard reads the device tree compatible property and maps it to a board name.
0 commit comments