This is an old revision of the document!
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.
aml_i2c pwm-meson pwm-ctrl fbtft_device flexfb sx865x
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 on ODROID-C1
The PWM0 of ODROID-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