From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from co1outboundpool.messaging.microsoft.com (co1ehsobe005.messaging.microsoft.com [216.32.180.188]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 93336E0051D for ; Fri, 3 May 2013 12:49:31 -0700 (PDT) Received: from mail19-co1-R.bigfish.com (10.243.78.253) by CO1EHSOBE002.bigfish.com (10.243.66.65) with Microsoft SMTP Server id 14.1.225.23; Fri, 3 May 2013 19:49:30 +0000 Received: from mail19-co1 (localhost [127.0.0.1]) by mail19-co1-R.bigfish.com (Postfix) with ESMTP id 5E9377C09F9; Fri, 3 May 2013 19:49:30 +0000 (UTC) X-Forefront-Antispam-Report: CIP:70.37.183.190; KIP:(null); UIP:(null); IPV:NLI; H:mail.freescale.net; RD:none; EFVD:NLI X-SpamScore: -3 X-BigFish: VS-3(zzbb2dI98dI9371I1432Izz1f42h1ee6h1de0h1fdah1202h1e76h1d1ah1d2ah1fc6hzzz2dh2a8h668h839h947he5bhf0ah1288h12a5h12a9h12bdh137ah13b6h1441h1504h1537h153bh162dh1631h1758h1765h18e1h190ch1946h19b4h19c3h1ad9h1b0ah1d0ch1d2eh1d3fh1889i1155h) Received: from mail19-co1 (localhost.localdomain [127.0.0.1]) by mail19-co1 (MessageSwitch) id 1367610568359132_9448; Fri, 3 May 2013 19:49:28 +0000 (UTC) Received: from CO1EHSMHS002.bigfish.com (unknown [10.243.78.243]) by mail19-co1.bigfish.com (Postfix) with ESMTP id 55BAD680054; Fri, 3 May 2013 19:49:28 +0000 (UTC) Received: from mail.freescale.net (70.37.183.190) by CO1EHSMHS002.bigfish.com (10.243.66.12) with Microsoft SMTP Server (TLS) id 14.1.225.23; Fri, 3 May 2013 19:49:25 +0000 Received: from az84smr01.freescale.net (10.64.34.197) by 039-SN1MMR1-001.039d.mgd.msft.net (10.84.1.13) with Microsoft SMTP Server (TLS) id 14.2.328.11; Fri, 3 May 2013 19:49:23 +0000 Received: from [10.29.244.97] ([10.29.244.97]) by az84smr01.freescale.net (8.14.3/8.14.0) with ESMTP id r43JnI8u012710; Fri, 3 May 2013 12:49:19 -0700 Message-ID: <51841476.6070401@freescale.com> Date: Fri, 3 May 2013 16:48:06 -0300 From: Daiane Angolini User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130329 Thunderbird/17.0.5 MIME-Version: 1.0 To: Alexander Keller References: <000a01ce482f$095a78f0$1c0f6ad0$@vt.edu> In-Reply-To: <000a01ce482f$095a78f0$1c0f6ad0$@vt.edu> X-OriginatorOrg: freescale.com Cc: meta-freescale@yoctoproject.org Subject: Re: uboot settings and HDMI display 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, 03 May 2013 19:49:31 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit On 05/03/2013 03:50 PM, Alexander Keller wrote: > Hello, > > I am used to ltib to please forgive me for my newbie > questions. I have created the fsl-image-gui from the tutorial on the > freescale website and are the steps to create your own sd card image > (manually copy uboot, uImage, and filesystem) the same as ltib? No, it's not. You will find your image under: /build/tmp/deploy/image/fsl-image-gui-yourboard.sdcard you need to: sudo dd if=/build/tmp/deploy/image/fsl-image-gui-yourboard.sdcard of=/dev/sdb > > Also I am using an HDMI display, how do you can the uboot setting in the > fsl-image-gui to output the display on HDMI? In order to change your display, the process is the same. Boot the board. press any key. you can see u-boot prompt. printenv and add your code to mmcargs Daiane