From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pd0-f179.google.com (mail-pd0-f179.google.com [209.85.192.179]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 414A8E0078C for ; Tue, 3 Dec 2013 08:40:49 -0800 (PST) Received: by mail-pd0-f179.google.com with SMTP id r10so20295121pdi.24 for ; Tue, 03 Dec 2013 08:40:49 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=ZUR5i0fHyMm+5+l2bmsU+obe9MYa1sqJcYVcu5np1Mw=; b=N+/bffCbAK50bJFvwL2SjxVIIChfmZCgMQLYMSEYn8vA2AZlVXyGKLgGg5CwuBa6rD d1W0Iapt2v5irVGzky3Sxc3e9lQU4UIncuoJQk2U/QwvFi5RtJPOIetxSs0okCGsIndE LEyX7X8psI3tfqagq26cKr2jEWEwF8+Ae/Ruhkj4/tn+2G6A7Kxpp/EDURreOM0yxBPB dXs1IYOF0uupj1oiqR/XxOkX6Jg5ezanw/4GN3VkzTU9J9mOrkcA3JTBpjf0r8ZAkxU2 kzzOlnJ0KDqFDRncdG46DGq0oHEv3Ps6wea1fXcD9/mJcbJltkP/GHSxYnQXQwlNtGMl IpTA== X-Gm-Message-State: ALoCoQkxSViTDv+n859ZY5kjMlobm8+u40LJwXdwyftYREFOveT0xVWXWlNwt2AQh0N8x3/MJapU X-Received: by 10.68.229.10 with SMTP id sm10mr11845216pbc.154.1386088849458; Tue, 03 Dec 2013 08:40:49 -0800 (PST) Received: from [192.168.0.53] ([63.226.49.26]) by mx.google.com with ESMTPSA id qw8sm131155013pbb.27.2013.12.03.08.40.47 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 03 Dec 2013 08:40:48 -0800 (PST) Message-ID: <529E098E.7020207@boundarydevices.com> Date: Tue, 03 Dec 2013 09:40:46 -0700 From: Eric Nelson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 MIME-Version: 1.0 To: Tarek El-Sherbiny References: <529CBE41.2040805@boundarydevices.com> <529DEF57.9040805@boundarydevices.com> In-Reply-To: Cc: "meta-freescale@yoctoproject.org" Subject: Re: i.MX6q Boot failure using MACHINE=nitrogen6x 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: Tue, 03 Dec 2013 16:40:50 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Hi Tarek, On 12/03/2013 08:12 AM, Tarek El-Sherbiny wrote: > Hi Eric, > > root@nitrogen6x:~# cat /sys/class/graphics/fb0/modes > S:720x480p-60 > S:720x576p-50 > S:1280x720p-50 > S:1280x720p-60 > S:1280x1024p-60 > V:1024x768p-75 > V:1024x768p-70 > V:1024x768p-60 > V:800x600p-75 > V:800x600p-72 > V:800x600p-60 > V:640x480p-75 > V:640x480p-72 > V:640x480p-60 > U:720x400p-70 > D:1360x768p-60 > D:1280x720p-60 > V:640x480p-60 This looks like a pretty standard set of modes for a 4:3 aspect ratio monitor. > root@nitrogen6x:~# cat /sys/class/graphics/fb0/mode > S:1280x1024p-60 This doesn't match one of the CEA modes: https://github.com/boundarydevices/linux-imx6/blob/boundary-imx_3.0.35_4.1.0/drivers/video/mxc/mxc_edid.c#L41 Can you boot with this command-line argument? mxc_hdmi.only_cea=0 I think you'll either need that or you'll need to choose a display resolution from the list. It appears that your monitor and CEA both like 1280x720@60, though you'll likely get letter-boxing. Regards, Eric