Mettre la carte sd et tout brancher pour que ça boot
check la version
cat /etc/os-release
check la carte sd
df -h /
check la temperature
vcgencmd measure_temp
activer ssh temporairement
service ssh start
activer ssh pour toujours
touch /boot/ssh
ssh pi@host
apt-get update
apt-get install chromium-browser
sur le raspberry installer
apt-get install xrdp
on peut directemetn se connecter depuis le remote desktop de windows
pour se connecter depuis un linux (installer rdesktop.org)
/home/pi/.config/lxsession/LXDE-pi/autostart
@chromium-browser --kiosk www.raspberrypi.org
@chromium-browser --start-fullscreen www.raspberrypi.org
dans l'interface, un truc du genre :
settings
screen
resolution
emacs /boot/config.txt
to force HDMI mode (as opposed to DVI mode, which does not send sound). You can do this by editing /boot/config.txt and setting
hdmi_drive=2
then rebooting for the change to take effect.
Peut être necessaire
sudo raspi-config
Select System Options
select the Option named, Audio
Select HDMI mode
Save
After you have finished modifying your audio settings, you need to restart your Raspberry Pi in order for your changes to take effect.