Olimex Support Forum

OLinuXino Android / Linux boards and System On Modules => A13 => Topic started by: vaishali on March 16, 2013, 07:59:45 AM

Title: lcd does not work.
Post by: vaishali on March 16, 2013, 07:59:45 AM
hi Jwischka , John & Mike1968 ,

i am trying to connect my 7 " lcd with A13 olinuxino wifi board...
but somehow it is not working.
i am using 6v 3A power supply.
i have changed script.bin file from vga to lcd the one given in the wiki.
i have tried to use r18 image with the lcd script.bin file  but somehow it is not working.
then i tried to make my own debian image for lcd with the instructions given in the wiki but that also does not work.
To change my script.bin file in r18 image , i frist dd the image onto sd card .
then opened the sd card and replaced the script.bin file in the first prtition to lcd script.bin file.
but it is not working.
Mike can you please help how should i start my lcd.
i have seen you were succeeded in starting lcd with wifi board.
please help guys. 
Title: Re: lcd does not work.
Post by: JohnS on March 16, 2013, 09:21:28 AM
Unfortunately I have no lcd to test.

John
Title: Re: lcd does not work.
Post by: povray6 on March 16, 2013, 10:23:05 AM
Same issue here too,as vaishali has mentioned, tried everything out as well , but no luck. it's been a while i tested it out, did not find time to root it out...though..

so far as i could vaguely remember....

When i  tried to  read the power-voltages on the LCD -TS's board , certain voltages never reached  at the LCD panel's fcc_connector end(on the interface board) i did this with aid of the posted schematic of LCD-TS on olimex website.

VikramHYD
Title: Re: lcd does not work.
Post by: iw2lsi on March 16, 2013, 11:04:05 AM

Hi...

   for me LCD is working fine with R17/R18...
   no special work was done... just followed the wiki instructions
   I'm using R18 now, on top of an R17 image.

        best regards

                Giampaolo
Title: Re: lcd does not work.
Post by: vaishali on April 05, 2013, 12:05:36 PM
hi iw2lsi,


i am having R18 image in my 16gb sd card, and i have connected 6 v 3A POWER SUPPLY WITH MY A13 WIFI BOARD.

i have changed the script.bin file in the sd card to lcd script.bin file given in the wiki.
but my board is not able to read sd card instead it starts from nand.
do i need to change anything in hardware or software.
Title: Re: lcd does not work.
Post by: JohnS on April 05, 2013, 12:13:52 PM
Chances are that you did not correctly follow how to write the SD card, so it does not have the right bootable format.

John
Title: Re: lcd does not work.
Post by: vaishali on April 05, 2013, 02:52:59 PM
hi john,

i used the below command to copy r18 image on my 16gb sd card.
dd if=olinuxino_xfce-r18.img of=/dev/sd


and then replaced the script file.

but still my lcd does not work.
instead vga screen is still working with the replaced lcd script file.
i have taken the lcd script.bin file from wiki.
I used the foll command to replace the script file.

# umont /dev/sdb1
# mount /dev/sdb1 /mnt
# cd /mnt
# /mnt   rm -f script.bin
# /mnt  ls
uImage
# /mnt cp script.bin /mnt
# /mnt ls
script.bin  uImage
# /mnt  cd ..
# umount /mnt


but the script is not working with lcd...
Title: Re: lcd does not work.
Post by: JohnS on April 05, 2013, 04:35:34 PM
I hope that's a typo!!  I hope you dd to /dev/sdb not /dev/sd

If so, that looks OK so if the SD card does not boot then it is not inserted correctly or is not readable by the board or something along those lines.

If you can connect via putty / minicom / screen or the like as you reset the board you can watch to see how far it gets and when / why it does not boot the SD.

You can log the debug messages using such as
screen -L /dev/ttyUSB0 115200

John
Title: Re: lcd does not work.
Post by: vaishali on April 11, 2013, 05:22:05 PM
hi iw2sli and olimex,


i have followed the instructiond given in the wiki to start lcd with a13 wifi but it is not working for me.
Olimex please help i am trying to start it since a long time.
I do not have the LCD connector cable from olimex instead of that i have AWM 40 pin connector used for harddisk connection.
this connector is of 39pin only so with screw driver i have enabled it's 40 the pin to connect it to lcd.
Connection from lcd connector on a13 wifi board to lcd screen connector is 1-1 as defined in the user's manual. i have checked the connection they are ok and i am using 6v 3A power supply.
Am i missing something.
Please help.
Title: Re: lcd does not work.
Post by: olimex on April 11, 2013, 10:15:07 PM
I see few possible source for problems
1. you do not use proper cable, the cable should be 40 pin not 39
2. you do not use proper sd card image, I do not understand why you use other than official image? does the VGA work with this card?
3. 6V is on the low edge of the working voltage, why you do not use 12VDC regulated power supply?
Title: Re: lcd does not work.
Post by: vaishali on April 17, 2013, 08:56:00 AM
Hello Olimex ,

Thank you for your help.
My lcd works now, the problem is of wrong connector.
Title: Re: lcd does not work.
Post by: Autom01 on April 17, 2013, 03:37:36 PM
Hello all,

I just received the board, and i installed successfully the r18 on an sd. Xfce launch without any problem on vga but... can make my lcd screen work.

I tryed to change de boot scrip :https://docs.google.com/file/d/0B-bAEPML8fwlcHFOcUxtQ1N5RDQ/edit

But it doesn't work... it just make my VGA screen display a small part of the screen.

Can u give me some hint :D

Thx in advance.

(i use an 12v 1000 mA power supply)

Title: Re: lcd does not work.
Post by: Autom01 on April 18, 2013, 04:09:27 PM
up !

Still need some help !
Title: Re: lcd does not work.
Post by: olimex on April 18, 2013, 05:12:28 PM
please use the official image which we know enables the LCD :)
I'm still puzzled why every novice first go and download the experimental images instead to use the one we provide and have tested to work with all peripherials?