Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753012AbcDNIbX (ORCPT ); Thu, 14 Apr 2016 04:31:23 -0400 Received: from wp126.webpack.hosteurope.de ([80.237.132.133]:39756 "EHLO wp126.webpack.hosteurope.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752593AbcDNIbU (ORCPT ); Thu, 14 Apr 2016 04:31:20 -0400 Subject: Re: [next] Failing Odroid XU3 boot due to missing MMC device To: Krzysztof Kozlowski , Kukjin Kim , linux-arm-kernel , "linux-samsung-soc@vger.kernel.org" , linux-kernel@vger.kernel.org, linux-mmc@vger.kernel.org, Javier Martinez Canillas , Bartlomiej Zolnierkiewicz , Marek Szyprowski References: <570F5380.7010103@samsung.com> From: Markus Reichl Organization: five technologies GmbH Message-ID: <570F5550.5010708@fivetechno.de> Date: Thu, 14 Apr 2016 10:31:12 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.0 MIME-Version: 1.0 In-Reply-To: <570F5380.7010103@samsung.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-bounce-key: webpack.hosteurope.de;m.reichl@fivetechno.de;1460622680;6c9335a0; Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1498 Lines: 47 Hi Krzysztof, yes, observed this with linux-next from yesterday 13. I boot from eMMC. Device numbering of eMMC and SD are exchanged now. I solved the boot problem by changing the rootdev in U-Boot env from /dev/mmcblk0p2 to /dev/mmcblk1p2. Changed /etc/fdisk, too, to mount /dev/mmcblk1p1 to /boot. Regards, -- Markus Reichl Am 14.04.2016 um 10:23 schrieb Krzysztof Kozlowski: > Hi, > > > Anyone also observed recent failures of linux-next (20160413, 20160414) > on booting from SD card? On my Odroid XU3 exynos and multi_v7 configs > fail with: > > Apr 14 07:52:53 starting version 229 > Apr 14 07:52:53 :: running hook [udev] > Apr 14 07:52:53 :: Triggering uevents... > Apr 14 07:52:54 Waiting 10 seconds for device /dev/mmcblk0p1 ... > Apr 14 07:53:05 ERROR: device '/dev/mmcblk0p1' not found. Skipping fsck. > Apr 14 07:53:05 ERROR: Unable to find root device '/dev/mmcblk0p1'. > Apr 14 07:53:05 You are being dropped to a recovery shell > Apr 14 07:53:05 Type 'exit' to try and continue booting > Apr 14 07:53:05 sh: can't access tty; job control turned off > > I didn't start bisecting yet... maybe this is known? > > Full logs: > http://www.krzk.eu/builders/boot-odroid-xu3-exynos/builds/673/steps/Boot%20odroid/logs/serial > > > Best regards, > Krzysztof > -- > To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html >