LCD Commands for IMX6 SoloLite

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

LCD Commands for IMX6 SoloLite

1,192 Views
anushavejella
Contributor I

Hi All,

Can any one help me on enabling LCD for IMX6 SoloLite board. I was able to login through console. But when i connect Seiko 4.3 WVGA to LCD EXPANSION PORT present on the platform i was not able to see any login prompt on LCD.

I have also tried by setting

setenv bootargs_base 'set bootargs console=ttymxc0,115200 video=mxcdi1fb:RGB24'

in environmental variables.

But it didn't work for me.

Can any one help me on this?

Thanks & Regards

Anusha.


Labels (1)
0 Kudos
3 Replies

649 Views
jtobias
Contributor III

Hi,

I would like to know where did you buy your sololite dev kit?. I need to buy a few and none of the freescale distributor has a stock.

Regards,

john

0 Kudos

649 Views
anushavejella
Contributor I

Hi,

Thanks for your inputs. We are able to initialise LCD, and able to login through CLI(console).

But we are not getting GUI. We have tried startx command to run GUI but GUI is not functional. We are using Linux 3.0.35 kernel. Are we missing anything.

While booting we are able to see UBUNTU Logo on screen, after completion of booting it's showing blank screen and it's not giving access. We are login into console mode by using ctrl+alt+F1 and it's working.

Are we missing anything to get GUI(like boot loader arguments or kernel components).

Can any one please help me to resolve the issue.

Thanks in advance

0 Kudos

649 Views
LeonardoSandova
Specialist I

Reading the release notes, video values requires three arguments, separated by comas, so I think you need one more argument. These are the examples present on the release notes:

     video=mxcepdcfb:E060SCM,bpp=16

     video=mxcspdcfb:ERK_1_4_A01,bpp=16

     video=mxc_elcdif_fb:SEIKOWVGA,bpp=16


Hope it helps.