I am trying to start the desktop with Raspbian Stretch, but I'm not able to run startx.
I install: RASPBIAN STRETCH WITH DESKTOP from https://www.raspberrypi.org/downloads/raspbian/
and then:
sudo raspi-config
I2C: enable, SSH: enable
localisation: prague
hostname: opensprinkler
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
sudo apt-get install git // github
sudo apt-get install mc // midnight commander
sudo apt-get install i2c-tools // for support I2C
sudo apt-get install python-smbus // for smbus support
(I followed the instructons from here)
When I type startx, I get back:
bash-: startx command not found
Please do you have any suggestions?
(I want to continue with OpenSprinkler)