LCD4 cape

Dear all,

I connect beaglebone black with kernel version 3.8.13-bone71.1 as per https://eewiki.net/display/linuxonarm/BeagleBone+Black link.
then i connect HDMI is working fine.

but when i disable HDMI cape in uEnv.txt file. HDMI cape is disable.
now i load BB-BONE-LCD4-01 cape then is loaded propely but on lcd shown debian login.

but GUI not came into picture.
so given below command
apt-get update
apt-get upgrade
apt-get install read-edid xserver-xorg-video-modesetting x11-xserver-utils

then i edit
vim /etc/X11/xorg.conf

Section “Monitor”
Identifier “Builtin Default Monitor”
EndSection

Section “Device”
Identifier “Builtin Default fbdev Device 0”
Driver “fbdev”
Option “fbdev” “/dev/fb0”
EndSection

Section “Screen”
Identifier “Builtin Default fbdev Screen 0”
Device “Builtin Default fbdev Device 0”
Monitor “Builtin Default Monitor”
DefaultDepth 16
EndSection

Section “ServerLayout”
Identifier “Builtin Default Layout”
Screen “Builtin Default fbdev Screen 0”
EndSection

Section “Device”
Identifier “Frame Buffer”
Driver “fbdev”
EndSection

then also GUI is not came
what is mistake?
how to install dtc compiler in beaglebone blaack.