Configuring UBoot environment vars to output to HDMI on I.MX50 EVK

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Configuring UBoot environment vars to output to HDMI on I.MX50 EVK

跳至解决方案
1,178 次查看
davecashin
Contributor II

Hello, when I searched the user manuals for 'hdmi', I came up with no results. The demo image would likely have this on it's UBoot, but the download link is being fixed right now. In the meantime, I am trying to display booting/linux output through HDMI using a few things that are supposed to work with other I.MX boards, and right now have tried the video parameters in all of my bootargs variables. Still nothing is shown through HDMI.

bootdelay=3

baudrate=115200

loadaddr=0x70800000

netdev=eth0

ethprime=FEC0

uboot=u-boot.bin

kernel=uImage

nfsroot=/opt/eldk/arm

bootcmd_net=run bootargs_base bootargs_nfs; tftpboot ${loadaddr} ${kernel}; bootm

ethact=FEC0

serverip=10.192.225.216

fec_addr=00:04:9f:00:ea:d3

ethaddr=00:04:9f:00:ea:d3

bootfile=uImage

bootcmd_mmc=run bootargs_base bootargs_mmc;mmc read 0 ${loadaddr} 0x800 0x1800;bootm

bootcmd=run bootcmd_mmc

bootargs=console=ttymxc0,115200 root=/dev/nfs ip=dhcp nfsroot=:/opt/eldk/arm,v3,tcp video=mxcfb0:dev=hdmi,1920x1080M@60,if=RGB24

bootargs_nfs=setenv bootargs console=ttymxc0,115200 root=/dev/nfs ip=dhcp nfsroot=:/opt/eldk/arm,v3,tcp video=mxcfb0:dev=hdmi,1920x1080M@60,if=RGB24 root=/dev/nfs ip=dhcp nfsroot=10.192.225.216:/opt/eldk/arm,v3,tcp

bootargs_mmc=setenv bootargs console=ttymxc0,115200 root=/dev/nfs ip=dhcp nfsroot=:/opt/eldk/arm,v3,tcp video=mxcfb0:dev=hdmi,1920x1080M@60,if=RGB24 console=tty0 root=/dev/mmcblk0p1 rootwait rw

bootargs_base=setenv bootargs console=ttymxc0,115200 video=mxcfb0:dev=hdmi,1920x1080@60,if=RGB24

stdin=serial

stdout=serial

stderr=serial

0 项奖励
1 解答
734 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Dave

hdmi kernel boot parameter is described in attached Release Notes

Table 7 Kernel Boot Parameters, driver - in Linux Manual Chapter 35.

These documents are included in BSP package on link:

Board Support Packages (6)

Linux 2.6.35 Source Code Files and documentation 2011.04 (REV 2011.04)

http://www.nxp.com/products/microcontrollers-and-processors/arm-processors/i.mx-applications-process...

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

在原帖中查看解决方案

0 项奖励
1 回复
735 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Dave

hdmi kernel boot parameter is described in attached Release Notes

Table 7 Kernel Boot Parameters, driver - in Linux Manual Chapter 35.

These documents are included in BSP package on link:

Board Support Packages (6)

Linux 2.6.35 Source Code Files and documentation 2011.04 (REV 2011.04)

http://www.nxp.com/products/microcontrollers-and-processors/arm-processors/i.mx-applications-process...

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 项奖励