i.MX6Q have no display with prebuild image boot from eMMC

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

i.MX6Q have no display with prebuild image boot from eMMC

跳至解决方案
1,394 次查看
eddieyao
Contributor I

Hi

     I have occur the problem that  i.MX6Q have no display with prebuild image boot from eMMC.

Below are my steps:

1. Copy the following files in release_package/image_*/sabresd_6dq to your MFGTool-Dir/Profiles/MX6Q Linux

Update/OS Firmware/files/android/ directory.

  eMMC/boot.img

  u-boot-6q.bin and renamed it to u-boot.bin

  eMMC/system.bin

  eMMC/recovery.bin

 

2. Change the SABRE SD SW6 (boot) to 00001100 (from 1-8 bit) to enter download mode.

3. And download the images by MFGTool

4. Download sucessful.

5.Change Boot Switch (SW6) to 11100110 (from 1-8 bit) to switch the board back to eMMC boot mode.

6. Power on / reset

7. Under the U-Boot prompt, please set the following U-Boot environment variable:

    I tried to boot with LVDS single display mode  and boot with HDMI single display mode and boot with LVDS & HDMI dual display mode.All of these have no display.

 

There something wrong? BTW,when dowanloading the images it have display with 4 penguins

 

Please help,thanks.

 

Attached is the log messages

Original Attachment has been moved to: No-display-log.txt.zip

标记 (2)
0 项奖励
1 解答
693 次查看
saurabh206
Senior Contributor III

Hi,

According to your log your video mxcfb0 is not set.

Use follwoing  commands at uboot promt, for HDMI display.

--> setenv bootargs console=ttymxc0,115200 androidboot.console=ttymxc0 vmalloc=400M init=/init video=mxcfb0:dev=hdmi,1920x1080M@60 video=mxcfb1:off video=mxcfb2:off fbmem=28M

--> saveenv

Reboot the hardware, it will give you output your HDMI dipslay.

Thanks,

Saurabh

PicusTech Software

在原帖中查看解决方案

0 项奖励
1 回复
694 次查看
saurabh206
Senior Contributor III

Hi,

According to your log your video mxcfb0 is not set.

Use follwoing  commands at uboot promt, for HDMI display.

--> setenv bootargs console=ttymxc0,115200 androidboot.console=ttymxc0 vmalloc=400M init=/init video=mxcfb0:dev=hdmi,1920x1080M@60 video=mxcfb1:off video=mxcfb2:off fbmem=28M

--> saveenv

Reboot the hardware, it will give you output your HDMI dipslay.

Thanks,

Saurabh

PicusTech Software

0 项奖励