From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-bk0-f48.google.com (mail-bk0-f48.google.com [209.85.214.48]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 8D72BE0140A for ; Thu, 13 Dec 2012 03:28:18 -0800 (PST) Received: by mail-bk0-f48.google.com with SMTP id jc3so963655bkc.35 for ; Thu, 13 Dec 2012 03:28:17 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type:x-gm-message-state; bh=7uifbTVRFyutZ1JwjZUQ6ooSfw38XuwVsdCJd4X1ILI=; b=T/pF6zbKWb5xITmf5lkbaRQOOinpJx6ta3eMz3N/bBgyccE87+5/GDnaNwJo0BTKAT jJmfda5wfq1gcZdnqHXHX+bWoD9k8mYn0o0bJwkyiTYBF52A1+UU2efX8ytBjWZWAsY/ KgHigqC7Bfj9eWO9wdcGeMxBAl1TgBlQSyuEimjg/uHWTR5KLX9/ePLrkLPmS4DWYsE4 SDMBFCRTBpDrtwCtCaC7RW0v9aZ1/EkY2HJgWQaYENWMU6hK5b52ifNZS5yeWFGZnZc8 IcplDh49so/jhnGLcJ6BzV4E/PpHMcafhe8/w14HPiPzlRamkh3gmEAq0tYzaSIJLUtI Xy5A== Received: by 10.204.4.145 with SMTP id 17mr856709bkr.34.1355398097537; Thu, 13 Dec 2012 03:28:17 -0800 (PST) Received: from rudolf.localnet (ppp-88-217-8-202.dynamic.mnet-online.de. [88.217.8.202]) by mx.google.com with ESMTPS id y11sm996449bkw.8.2012.12.13.03.28.16 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 13 Dec 2012 03:28:16 -0800 (PST) From: Thomas Senyk To: Fabio Estevam Date: Thu, 13 Dec 2012 12:28:15 +0100 Message-ID: <5488991.8kIXbUn0ec@rudolf> Organization: Nokia User-Agent: KMail/4.9.4 (Linux/3.6.9-1-ARCH; KDE/4.9.4; x86_64; ; ) In-Reply-To: <1871063.4foROqM6CQ@rudolf> References: <6846987.PbH0MvyKo8@rudolf> <1871063.4foROqM6CQ@rudolf> MIME-Version: 1.0 X-Gm-Message-State: ALoCoQkioc7jUZQaiWBgs7/SEMFfag/39y2YaoRDSJTsGZLjadKzNgPf4PM3Ov9ficTHkAKrNIya Cc: meta-freescale@yoctoproject.org Subject: Re: Booting imx6q Saber SD X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Dec 2012 11:28:19 -0000 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" On Thu, December 13, 2012 12:13:58 Thomas Senyk wrote: > On Thu, December 13, 2012 09:07:05 Fabio Estevam wrote: > > On Thu, Dec 13, 2012 at 9:03 AM, Thomas Senyk > > > > wrote: > > > Hi, > > > > > > Yesterday I got a Saber SD (as a second board to my SaberLite). > > > I've used the imx6qsabresd machine config to create a sdcard. > > > > > > uboot and kernel look like they are working, but the rootfs is not > > > mountable during boot. > > > > > > Here is the corresponding kernel output: > > > > > > Waiting 2sec before mounting root device... > > > VFS: Cannot open root device "mmcblk1p2" or unknown-block(179,26) > > > Please append a correct "root=" boot option; here are the available > > > > Do you also have a SD card connected to SD2 slot? If so, can you > > please remove it and keep only the SD card at slot SD3? > > Nop nothing in SD2 The opposite (haven the "same" sdcard in both slots) doesn't help either ;) VFS: Cannot open root device "mmcblk1p2" or unknown-block(179,26) Please append a correct "root=" boot option; here are the available partitions: b300 7757824 mmcblk0 driver: mmcblk b310 2048 mmcblk0boot1 (driver?) b308 2048 mmcblk0boot0 (driver?) b318 3880960 mmcblk1 driver: mmcblk b319 8192 mmcblk1p1 00000000-0000-0000-0000-000000000000 b31a 262144 mmcblk1p2 00000000-0000-0000-0000-000000000000 b320 7822336 mmcblk2 driver: mmcblk b321 8192 mmcblk2p1 00000000-0000-0000-0000-000000000000 b322 262144 mmcblk2p2 00000000-0000-0000-0000-000000000000 Kernel panic - not syncing: VFS: Unable to mount root fs on unknown- block(179,26) I tried to boot from SD2 only. When switching the DIPs 1 and 2 he loads uboot from SD2, but I can't get 'fatload mmc' working when booting from SD2 > > > Regards, > > > > Fabio Estevam