Olimex Support Forum

OLinuXino Android / Linux boards and System On Modules => A13 => Topic started by: biniyas on January 25, 2013, 07:34:46 AM

Title: A13 SDK and LCD interface
Post by: biniyas on January 25, 2013, 07:34:46 AM
I have some doubt in using A13 SDK to build android for my A13-OlinuXino Wifi (Rev c) . If I download the A13 SDK given in olimex wiki page, does it comes with kernel that supports LCD interfacing?
I mean if i build using that SDK will it support LCD7-TS ?
Title: Re: A13 SDK and LCD interface
Post by: olimex on January 25, 2013, 08:50:27 AM
the wiki images are build with this SDK
Title: Re: A13 SDK and LCD interface
Post by: murerten on January 25, 2013, 10:01:16 AM
There is just one lcd controller on this chip and the sdk supports it. Lcd or vga is selected by configuring lcd controller parameteres in a file called fex file(script.bin). You can change this file on a running android and it is explained in the A13-olinuxino manual(look at product and wiki page). The sdk includes full linux 3.0 source and full android 4.0 source, everything you need to build android image.
Title: Re: A13 SDK and LCD interface
Post by: biniyas on January 28, 2013, 11:41:30 AM
Thanks for the support, i will see if i can make it work.  :)