We're no longer updating This wiki!!

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.

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

Automatically enable the Backlight

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
echo 500000 > /sys/devices/platform/pwm-ctrl/freq0
echo 1023 | sudo tee /sys/devices/platform/pwm-ctrl/duty0
chvt 1

Reboot

sudo reboot
3.5inch_lcd_shield/autoconsole.1478586475.txt.gz · Last modified: 2016/11/08 14:57 by john1117
CC Attribution-Share Alike 3.0 Unported
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0