Difference between revisions of "ArmbianHowTo"

(Created page with "==Changing display output== With current kernel version (4.13) changing display output must be done by recompiling u-boot. This is necessary because kernel supports only Simpl...")
(No difference)

Revision as of 00:24, 3 November 2017

Changing display output

With current kernel version (4.13) changing display output must be done by recompiling u-boot. This is necessary because kernel supports only SimpleFB. This will change in the future.

LCD

Enabling touchscreen

Create blacklist file:

# echo "blacklist sun4i_gpadc_iio" > /etc/modprobe.d/blacklist-touchscreen.conf
# echo "blacklist sun4i_gpadc" >> /etc/modprobe.d/blacklist-touchscreen.conf

VGA

HDMI