* uboot settings and HDMI display
@ 2013-05-03 18:50 Alexander Keller
2013-05-03 19:48 ` Daiane Angolini
2013-05-03 19:50 ` He Zheng
0 siblings, 2 replies; 3+ messages in thread
From: Alexander Keller @ 2013-05-03 18:50 UTC (permalink / raw)
To: meta-freescale
[-- Attachment #1: Type: text/plain, Size: 441 bytes --]
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?
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?
-Alexander
[-- Attachment #2: Type: text/html, Size: 2329 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: uboot settings and HDMI display
2013-05-03 18:50 uboot settings and HDMI display Alexander Keller
@ 2013-05-03 19:48 ` Daiane Angolini
2013-05-03 19:50 ` He Zheng
1 sibling, 0 replies; 3+ messages in thread
From: Daiane Angolini @ 2013-05-03 19:48 UTC (permalink / raw)
To: Alexander Keller; +Cc: meta-freescale
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: uboot settings and HDMI display
2013-05-03 18:50 uboot settings and HDMI display Alexander Keller
2013-05-03 19:48 ` Daiane Angolini
@ 2013-05-03 19:50 ` He Zheng
1 sibling, 0 replies; 3+ messages in thread
From: He Zheng @ 2013-05-03 19:50 UTC (permalink / raw)
To: Alexander Keller; +Cc: meta-freescale
[-- Attachment #1: Type: text/plain, Size: 1228 bytes --]
Alexander,
Here's the setting from my u-boot.
bootargs=console=ttymxc0,115200 root=/dev/mmcblk1p1 rootwait rw
video=mxcfb1:dev=ldb,LDB-XGA,if=RGB666 video=mxcfb0:dev=hdmi,1920x1080M@60
,if=RGB24
You can set by typing following command which you can get from Sabre SD
User Guide.
setenv bootargs 'console=ttymxc0,115200 root=/dev/mmcblk1p1 rootwait rw
video=mxcfb1:dev=ldb,LDB-XGA,if=RGB666 video=mxcfb0:dev=hdmi,1920x1080M@60
,if=RGB24'
Thanks,
He
On Fri, May 3, 2013 at 11:50 AM, Alexander Keller <alexan3@vt.edu> 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? ****
>
> ** **
>
> 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?****
>
> ** **
>
> -Alexander ****
>
> _______________________________________________
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale
>
>
[-- Attachment #2: Type: text/html, Size: 2158 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-05-03 19:50 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-03 18:50 uboot settings and HDMI display Alexander Keller
2013-05-03 19:48 ` Daiane Angolini
2013-05-03 19:50 ` He Zheng
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.