Accueil > Linux > installation d’un linux ou mises à jour > raspberry pi : installation raspbian
raspberry pi : installation raspbian
Publié le 12 avril 2018, dernière mise-à-jour le 23 décembre 2023, 20 visites, visites totales.
Comment Reconnaître le Modèle de son Raspberry Pi
C’est marqué dessus :
- PI 1 : raspberry Pi (C) 2011
- PI 3 : raspberry Pi 3 Model B 1.2 (C) raspberry pi 2015
- PI 4 : Raspberry Pi 4 Model B (C) Raspberry Pi 2018
https://raspberrytips.fr/reconnaitre-modele-raspberry-pi/
installation de raspbian
- commencer par télécharger l’image
https://raspi.debian.net/how-to-image/
https://raspi.debian.net/daily-images/
PI3 : https://raspi.debian.net/daily/raspi_3_bookworm.img.xz - mettre l’image sur la carte sd ( remplacer sdz par le bon sd , on peut le trouver en faisant
sudo fdisk -l
et en vérifiant les tailles )
xzcat raspi_3_bookworm.img.xz | sudo dd of=/dev/sdz bs=64k oflag=dsync status=progress
- une fois démarré, le mot de passe root est vide, le changer, créer un utilisateur
- mettre à jour :
apt-get update && apt-get dist-upgrade
- changer la langue , par exemple
apt-get install locales ; locale-gen ; dpkg-reconfigure locales
https://www.raspberrypi.com/software/ - installer un bureau , par exemple
apt-get install task-xfce4-desktop
login:pi password:raspberry
https://david.wragg.org/blog/2020/01/installing-64-bit-debian-on-rpi.html
configurer un midi keyboard :
https://medium.com/@rreinold/how-to...
On a fresh debian buster on a pi4 ( sur une installation récente de debian buster sur une pi4 )
1. sudo apt-get install fluidsynth alsa-utils fluid-soundfont-gm
( I had installed qjackctl and qsynth ) ( J’avais installé qjackctl et qsynth)
2. in /boot/config.txt add ( dans /boot/config.txt rajouter )
audio_pwm_mode=2
3. Terminal 1 :
fluidsynth --audio-driver=alsa --gain 5 /usr/share/sounds/sf2/FluidR3_GM.sf2
4. Terminal 2 :
aconnect -o
client 14 : ’Midi Through’ [type=noyau]
0 ’Midi Through Port-0’
client 20 : ’MK-449C USB MIDI Keyboard’ [type=noyau,card=1]
0 ’MK-449C USB MIDI Keyboard MIDI ’
client 128 : ’FLUID Synth (872)’ [type=utilisateur,pid=872]
0 ’Synth input port (872:0)’
it will be different for everybody , you keep 20 and 128
( ce sera différent pour tout le monde, garder 20 et 128 )
5. Terminal 2 :
aconnect 20:0 128:0
6. reboot and keep points 4 et and 5 (redémarrer et garer les points 4et 5 ) :
fluidsynth --audio-driver=alsa --gain 5 /usr/share/sounds/sf2/FluidR3_GM.sf2
aconnect 20:0 128:0
Il devrait suffire de créer un fichier en démarrage auto qui fait :
quelques commandes
- pinout
- vnc
- x11vnc -auth /var/run/lightdm/root/:0 -forever -loop -noxdamage -repeat -rfbauth /home/pi/.vnc/passwd -rfbport 5900 -shared -display :0
- x11vnc -auth guess -forever -loop -noxdamage -repeat -rfbauth /home/pi/.vnc/passwd
quelques sites
- https://raspberry-projects.com/pi/pi-hardware/raspberry-pi-model-b/model-b-io-pins
- https://www.raspberrypi-france.fr/?s=raspberry+1
- https://raspberrytips.com/which-raspberry-pi-model/
- son
https://www.raspberrypi.org/downloads/
https://www.raspberrypi.org/downloads/raspbian/
https://www.raspberrypi.org/documentation/installation/installing-images/README.md
https://www.raspberrypi.org/documentation/installation/installing-images/linux.md
dd bs=4M if=2018-03-13-raspbian-stretch.img of=/dev/sdX status=progress conv=fsync && sync
: 5Gb,16min
https://www.raspberrypi.org/documentation/setup/
ensuite on reboote
Q : automatique libdvd-pkg pour libdvdcss ?
sudo apt-get install hardinfo gtkperf vlc libdvdcss2 x11vnc
- raspi-config
- locales :fr-UTF8 + fr-iso9..-15 mais utf8 mis en place
- interfacing : autoriser ssh+vnc
Programmes Programmes à installer deb9(stretch) 64b
usages
https://www.raspberrypi.org/documentation/usage/
puissance
impossible de regarder un flux tv
nom | linux | installé | gtkperf | hardinfo |
pi | raspbian | O | 1145,84 | 638,74 |
debi | deb9 | O | 56,41 | 14,47 |
différents raspberry
- Raspberry Pi 1 embarque un processeur ARM1176JZF-S à 700 MHz et un GPU Videocore IV. La mémoire vive maximale qu’il peut prendre en charge est de 512 Mo. Il inclut un port Ethernet 10/100 et une prise HDMI. Les ports USB et Ethernet sont limités à 10/100 Mbit/s.
- Le Raspberry Pi 2, quant à lui, est doté d’un processeur Cortex-A7 à 900 MHz et d’un GPU Videocore IV. Il prend en charge jusqu’à 1 Go de mémoire vive et est livré avec un port Ethernet 10/100/1000 et une prise HDMI. Les ports USB et Ethernet sont limités à 10/100/1000 Mbit/s.