From: Daiane Angolini <daiane.angolini@freescale.com>
To: Alexander Keller <alexan3@vt.edu>
Cc: meta-freescale@yoctoproject.org
Subject: Re: uboot settings and HDMI display
Date: Fri, 3 May 2013 16:48:06 -0300 [thread overview]
Message-ID: <51841476.6070401@freescale.com> (raw)
In-Reply-To: <000a01ce482f$095a78f0$1c0f6ad0$@vt.edu>
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:
<yocto_folder>/build/tmp/deploy/image/fsl-image-gui-yourboard.sdcard
you need to:
sudo dd
if=<yocto_folder>/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
next prev parent reply other threads:[~2013-05-03 19:49 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-03 18:50 uboot settings and HDMI display Alexander Keller
2013-05-03 19:48 ` Daiane Angolini [this message]
2013-05-03 19:50 ` He Zheng
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=51841476.6070401@freescale.com \
--to=daiane.angolini@freescale.com \
--cc=alexan3@vt.edu \
--cc=meta-freescale@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.