Cours:Rpi3 : Différence entre versions

De troyesGEII
Aller à : navigation, rechercher
Ligne 3 : Ligne 3 :
 
*https://www.raspberrypi.org/documentation/installation/installing-images/linux.md
 
*https://www.raspberrypi.org/documentation/installation/installing-images/linux.md
 
*https://wiki.qt.io/RaspberryPi2EGLFS
 
*https://wiki.qt.io/RaspberryPi2EGLFS
 +
*apt-get install apt-transport-https
 
*install rsync
 
*install rsync
 
*config pwm : /boot/config.txt
 
*config pwm : /boot/config.txt

Version du 11 novembre 2016 à 16:17

Préparation carte SD

Rétroéclairage

  • allumer
    • echo 0 > /sys/class/backlight/rpi_backlight/bl_power
    • /usr/local/sbin/powerOnScreen
  • éteindre
    • echo 1 > /sys/class/backlight/rpi_backlight/bl_power
    • /usr/local/sbin/powerOffScreen

mdp root geii

cross compilation