10-31-2016, 10:31 AM
(This post was last modified: 11-02-2016, 09:41 PM by vintagewaffle.)
UPDATE: The support is now merged into the armbian main repos so just building from there will include support for LCD/Touchpanel
http://docs.armbian.com/Developer-Guide_...eparation/
No need to follow the instructions below
===========================================
Ok, sorry for the long delay, I couldn't get the patches to work correctly with the dtb's for some reason so I ended up forking the entire project.
If you follow the armbian build instructions but clone my repo instead of the official one:
apt-get -y install git
git clone https://github.com/mbergstrand/lib --depth 1
cp lib/compile.sh .
./compile.sh
Select the following:
- Full OS image for writing to SD card
- pine64
- default kernel
- xenial
- Image with desktop environment
_Should_ give you an image with working LCD with touch out of the box.
As of today it's up to date with armbian and longsleeps kernel and I will try and keep it so, but I can't give any guarantees.
Note, I haven't tested this build without the LCD and I haven't tested multi-head with the HDMI at the same time.
http://docs.armbian.com/Developer-Guide_...eparation/
No need to follow the instructions below
===========================================
Ok, sorry for the long delay, I couldn't get the patches to work correctly with the dtb's for some reason so I ended up forking the entire project.
If you follow the armbian build instructions but clone my repo instead of the official one:
apt-get -y install git
git clone https://github.com/mbergstrand/lib --depth 1
cp lib/compile.sh .
./compile.sh
Select the following:
- Full OS image for writing to SD card
- pine64
- default kernel
- xenial
- Image with desktop environment
_Should_ give you an image with working LCD with touch out of the box.
As of today it's up to date with armbian and longsleeps kernel and I will try and keep it so, but I can't give any guarantees.
Note, I haven't tested this build without the LCD and I haven't tested multi-head with the HDMI at the same time.