ArmbianHowTo

Revision as of 00:24, 3 November 2017 by StefanM (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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