From db5769e91b28566b981ce4a138ea3df8becd6624 Mon Sep 17 00:00:00 2001 From: Ludovic Henry Date: Fri, 27 Mar 2026 14:15:29 +0100 Subject: [PATCH] Add MILK-V Jupyter board mapping --- pkg/soc/detect.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/soc/detect.go b/pkg/soc/detect.go index 8bf97dd..17f1fd6 100644 --- a/pkg/soc/detect.go +++ b/pkg/soc/detect.go @@ -11,6 +11,7 @@ import ( var boardMap = map[string]string{ "scaleway,em-rv1-c4m16s128-a": "scw-em-rv1", "sophgo,mango": "cloudv10x-pioneer", + "spacemit,k1-x": "cloudv10x-jupyter", } // DetectBoard reads the device tree compatible property and maps it to a board name.