EBC Exercise 52 Installing X Windows
Embedded Linux Class by Mark A. Yoder
If you installed the IoT image from latest-images you won't have X windows installed. Here's how to install it.
Install
bone$ sudo apt install bbb.io-xfce4-desktop bone$ cp /etc/bbb.io/templates/fbdev.xorg.conf /etc/X11/xorg.conf
This needs some 250M of disk space and 19 minutes to install.
bone$ startxfce4 /usr/bin/startxfce4: Starting X server /usr/bin/startxfce4: 122: exec: xinit: not found
Embedded Linux Class by Mark A. Yoder