tvservice uninstalled? - Raspberry Pi Forums
any body experience this? started fresh,recent raspbian wheezy image on sd, proceeded install stuff adafruit (bootloader , pitft-helper) support mini- touchscreen. have been venturing auto detection of display (pitft or hdmi) , realize tvservice command not available.
can install separately? looked on , couldn't find concerning this.
thanks
can install separately? looked on , couldn't find concerning this.
thanks
cd /tmp
git clone http://github.com/raspberrypi/userland
cd userland
./buildme
put tvservice in /opt/vc/bin may want create link there /usr/bin/tvservice.
sudo ln -s /opt/vc/bin/tvservice /usr/bin/tvservice
git clone http://github.com/raspberrypi/userland
cd userland
./buildme
put tvservice in /opt/vc/bin may want create link there /usr/bin/tvservice.
sudo ln -s /opt/vc/bin/tvservice /usr/bin/tvservice
raspberrypi
Comments
Post a Comment