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.
This commit is contained in:
2026-06-06 16:51:46 -04:00
parent eaf879c4d1
commit 897f470a16

View File

@@ -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 = {