How to use LCD-OLinuXino-10TS and LCD-OLinuXino-15.6FHD displays with A20-lime2 with Debian?
I use official Debian 8 image from https://www.olimex.com/wiki/A20-OLinuXino-LIME2#Linux.
I tried to follow these instructions:
https://www.olimex.com/wiki/A20-OLinuXino-MICRO#How_to_change_HDMI.2C_VGA_and_LCD_resolutions_in_the_official_Debian_image.3F
http://www.home-automation-community.com/a20-olinuxino-lime-lcd-touch-screen-setup-howto/
Both pages mention ./change_display script in root directory, however in the official image I can't see this file.
Are there any updated instruction how to use LCDs with A20-lime2?
you have to become root first (sudo su -l) if you do ls -l then you find a change display script the name can vary some.
if it is really not there you can get it from https://github.com/OLIMEX/OLINUXINO/blob/master/SOFTWARE/A20/A20-build-3.4.103/script_change_display_3.4.103/change_display.sh
Thanks Gerrit. I finally found the script in /usr/bin folder.
I have additional question - how can I configure display type for my own linux image built using poky and meta-sunxi layer? I can't see any fex or script.bin files in the resulting image.
What kernel ver?
John
Linux 4.1.10
So no fex.
DT - device tree - instead.
John
I don't understand device tree at the moment. I hope there is more "user friendly" way to change the settings, e.g. in meta-sunxi layer...