From 3cec735ddc45c868c7efa67b0b7d09ad45d08ea7 Mon Sep 17 00:00:00 2001 From: Peter Griffin Date: Thu, 23 Nov 2017 11:49:59 +0100 Subject: [PATCH] poplar.conf: new kernel enumerates as mmcblk1 Signed-off-by: Peter Griffin --- conf/machine/poplar.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/poplar.conf b/conf/machine/poplar.conf index 2091e799..f4599d2a 100644 --- a/conf/machine/poplar.conf +++ b/conf/machine/poplar.conf @@ -29,7 +29,7 @@ MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "\ u-boot-poplar \ " -CMDLINE_ROOT_EMMC ?= "mmcblk0p3" +CMDLINE_ROOT_EMMC ?= "mmcblk1p3" CMDLINE ?= "console=ttyAMA0,115200n8 root=/dev/${CMDLINE_ROOT_EMMC} rootwait rw quiet" # Fastboot expects an ext4 image, which needs to be 4096 bytes aligned