73
ODROID XU4 USER MANUAL
The assembly instructions can be found at
. The image below shows an assembled cloudshell with
the top cover removed.
Assembled cloudshell
You can conigure the LCD using the steps at
, which are detailed below:
$ sudo -s
$ echo “options fbtft_device name=hktft9340 busnum=1 rotate=270” >
/etc/modprobe.d/odroid-cloudshell.conf
$ echo “spi_s3c64xx” >> /etc/modules
$ echo “fbtft_device” >> /etc/modules
Hardkernel also offers an infrared remote control that can be
conigured to work the Cloudshell using the following commands:
$ wget https://raw.githubusercontent.com/mdrjr/\
cloudshell_ir/master/install_ir.sh
$ chmod +x install_ir.sh
$ sudo ./install_ir.sh
The Xorg settings for enabling the LCD and disabling HDMI are shown
below:
Section “Device”
Identiier “ODROID”
Driver “fbdev”
Option “fbdev” “/dev/fb0”
Option “Debug” “false”
Option “DPMS” “false”
EndSection
Section “Screen”
Identiier “Default Screen”
Device “ODROID”
EndSection
Section “ServerLayout”
Chapter 4