From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lb0-f181.google.com (mail-lb0-f181.google.com [209.85.217.181]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 771A7E00BE0 for ; Fri, 4 Apr 2014 02:14:27 -0700 (PDT) Received: by mail-lb0-f181.google.com with SMTP id c11so2272236lbj.12 for ; Fri, 04 Apr 2014 02:14:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=2IgoXwNO4H0Gos/7pt7iK7XOJYGlLVjwTiVGgvVR/3s=; b=lhzK9u8CC9r9lyEIY0PCsqBUNSU7IpAJ/Q76SaMsi7+G7kRO+FLkNnPk1CBJmeCD16 Jyvsinf9IqUJsZCRBCXLVF+UBHg5qmhPT5881QtEtNbhdUWxZbXOBXkWXzHlUMCPTF0u DHgK0/WnFTa7WDa+NR7giIB5U3uEC9iyh1XA9N3ozYUzdGZrASuWoJh4PwQorxN9Z18W XtDY9MpTfl72edIs0H89HX/Gm8NadABdOfDuEn2ZWVs4qCmhaGnVYFK1GBqrGGvMJ/53 6yqaGL3pi+12YsJdso8EH5ib58Hcb9bOuOpaWaTWXPvkIIPKHJ69b96LojnDtt3Q+CmK Mxrw== X-Received: by 10.152.29.8 with SMTP id f8mr7843171lah.11.1396602866137; Fri, 04 Apr 2014 02:14:26 -0700 (PDT) Received: from [10.0.1.5] ([80.232.254.7]) by mx.google.com with ESMTPSA id fa8sm5283478lbc.18.2014.04.04.02.14.24 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 04 Apr 2014 02:14:25 -0700 (PDT) Message-ID: <533E77F2.8090607@gmail.com> Date: Fri, 04 Apr 2014 12:14:26 +0300 From: Janis Coders User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: "meta-freescale@yoctoproject.org" Subject: imx53 linux-fslc 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: Fri, 04 Apr 2014 09:14:28 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi I've got a situation where I need to use a newer version of Linux kernel, but unfortunatelly by default the imx53 stable version is 2.6.35. I've configured local.conf to use the upstream kernel (which is version 3.12): PREFERRED_PROVIDER_virtual/kernel = "linux-fslc" Everything is fine except the booting seems like to stop at sdma/vpu error: ........................... ........................... drivers/rtc/hctosys.c: unable to open rtc device (rtc0) imx-drm imx-drm: No connectors reported connected with modes [drm] Cannot find any crtc or sizes - going 1024x768 Console: switching to colour frame buffer device 128x48 imx-drm imx-drm: fb0: frame buffer device imx-drm imx-drm: registered panic notifier ALSA device list: #0: imx53-qsb-sgtl5000 mmc1: BKOPS_EN bit is not set Waiting for root device /dev/mmcblk1p2... mmc1: new high speed MMC card at address 0001 mmcblk0: mmc1:0001 HYNIX 3.60 GiB mmcblk0boot0: mmc1:0001 HYNIX partition 1 2.00 MiB mmcblk0boot1: mmc1:0001 HYNIX partition 2 2.00 MiB mmcblk0rpmb: mmc1:0001 HYNIX partition 3 2.00 MiB mmcblk0: unknown partition table mmcblk0boot1: unknown partition table mmcblk0boot0: unknown partition table usb 2-1: new high-speed USB device number 2 using ci_hdrc hub 2-1:1.0: USB hub found hub 2-1:1.0: 4 ports detected imx-sdma 63fb0000.sdma: firmware not found coda 63ff4000.vpu: firmware request failed And then it hangs and nothing gets printed. What is this error? Is it critical and kernel stops booting? How can I know if it really proceeds, because I need to get to login prompt? Thankyou