Instructions to get X desktop running from base image. It is assumed that sdcard and initial setup both TCE directory and network have been successfully completed. ====================================================================================== Now using the simple command line importsce tool, type: $ importsce -b Xprogs $ importsce -b flwm_topside $ importsce -b wbar $ importsce -b xorg-fbdev ====================================================================================== Next mount the boot partition to update any boot codes. The file to edit resides on the boot partition. Typically this is the sdcard mmcblk0p1 $ sudo -s # mount /mnt/mmcblk0p1 # cd /mnt/mmcblk0p1 # vi bootcmd.src Then add desktop=flwm_topside to your boot codes. See: README-bootcodes.txt When successfully completed, reboot to automatically start X. # reboot