Display boot messages on hdmi/vga then ubuntu desktop on imx6q sabresd

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

Display boot messages on hdmi/vga then ubuntu desktop on imx6q sabresd

1,230 次查看
sumeetdube
Contributor III

Hi,

I want to display boot messages on hdmi/vga till the rootfs is mounted and then the desktop of ubuntu on my imx6q sabresd like custom board just like it happens on raspberry pi.

Can anybody help? I have used oneiric ubuntu rootfs from freescale and curretly boot messages are displayed on ttymxc1 console.

1 回复

1,001 次查看
alejandrolozan1
NXP Employee
NXP Employee

Hi,

You can try to set a different console in the u-boot bootargs.

For example I tried this with the fsl-image-gui image generated with Yocto.

setenv mmcargs 'setenv bootargs console=ttymxc3,${baudrate} console=tty1,${baudrate} ${smp} root=${mmcroot}'

And  see the bootlogs in the LVDS display and the UART console.

Best Regardds,

Alejandro

0 项奖励
回复