From 897f470a1605d437df7da153d6fdf29cddadfb24 Mon Sep 17 00:00:00 2001 From: Hermes Date: Sat, 6 Jun 2026 16:51:46 -0400 Subject: [PATCH] fix(disko): use /dev/mmcblk0 instead of wrong by-path platform-fe340000.mmc doesn't exist on the uConsole CM5. The eMMC is at /dev/mmcblk0 in normal boot mode. --- hosts/uConsole/disko-config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/uConsole/disko-config.nix b/hosts/uConsole/disko-config.nix index 2fbe0de..65f3885 100644 --- a/hosts/uConsole/disko-config.nix +++ b/hosts/uConsole/disko-config.nix @@ -2,7 +2,7 @@ { disko.devices.disk.main = { type = "disk"; - device = "/dev/disk/by-path/platform-fe340000.mmc"; + device = "/dev/mmcblk0"; content = { type = "gpt"; partitions = {