legacy:accessory:display:3.5inch_lcd_shield:autoconsole

Start the system console on the LCD automatically after booting.

options fbtft_device name=flexpfb rotate=270
options flexfb chip=ili9488

ODROID-C1/C2

aml_i2c
pwm-meson
pwm-ctrl
fbtft_device
flexfb
sx65x

ODROID-XU4

fbtft_device
flexfb
sx65x

ODROID-N2

fbtft_device
flexfb

16.04

  sudo systemctl disable lightdm.service

15.04, 15.10

  sudo systemctl disable lightdm
  • You don't need to this on N2.

Find bootargs line and append following line to the end of line.

fbcon=map:22

ex) setenv bootargs “root=UUID… fbcon=map

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 > /sys/devices/platform/pwm-ctrl/duty0
chvt 1

* You have to place those lines before “exit 0” command.

target
$ sudo reboot
  • legacy/accessory/display/3.5inch_lcd_shield/autoconsole.txt
  • Last modified: 2021/04/26 15:10
  • by joshua