A13 SDK and LCD interface

Started by biniyas, January 25, 2013, 07:34:46 AM

Previous topic - Next topic

biniyas

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 ?

olimex

the wiki images are build with this SDK

murerten

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.

biniyas

Thanks for the support, i will see if i can make it work.  :)