This is an old revision of the document!
Table of Contents
Auto console
Add following lines in "/etc/modprobe.d/lcd35.conf" file.
options fbtft_device name=flexpfb rotate=270 options flexfb chip=ili9488
Add following lines in "/etc/modules" file.
ODROID-C1/C2
aml_i2c pwm-meson pwm-ctrl fbtft_device flexfb sx65x
ODROID-XU4
fbtft_device flexfb sx65x
Disable xorg
16.04
sudo systemctl disable lightdm.service
15.04, 15.10
sudo systemctl disable lightdm
Add kernel argument to file "/media/boot/boot.ini"
fbcon=map:22
Backlight enable
The PWM0 of ODROID-C2/C1 is pull-down as default, so you have to add following line in “/etc/rc.local” file.
echo 1 > /sys/devices/platform/pwm-ctrl/enable0
Reboot
sudo reboot