all:bibles:materiel:raspberry:verif_materiel
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Prochaine révision | Révision précédente | ||
| all:bibles:materiel:raspberry:verif_materiel [2024/06/14 11:10] – créée - modification externe 127.0.0.1 | all:bibles:materiel:raspberry:verif_materiel [2024/10/22 09:19] (Version actuelle) – [Carte SD] omeylhoc | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| + | ====== Vérification matériel ====== | ||
| + | |||
| + | ---- | ||
| + | |||
| + | ===== Numéro de série ===== | ||
| + | |||
| + | ==== Interrogation ==== | ||
| + | |||
| + | cat / | ||
| + | |||
| + | ---- | ||
| + | |||
| + | [[all: | ||
| + | |||
| + | ===== Version ===== | ||
| + | |||
| + | ==== Modèle ==== | ||
| + | |||
| + | <code bash> | ||
| + | grep -i model / | ||
| + | </ | ||
| + | |||
| + | === Raspberry Pi 1 === | ||
| + | |||
| + | ^ Modèle | ||
| + | | A | Standard | ||
| + | | A+ | Compact | ||
| + | | B | Compact | ||
| + | | B+ | Standard | ||
| + | |||
| + | === Raspberry Pi 2 === | ||
| + | |||
| + | ^ Modèle | ||
| + | | B | Standard | ||
| + | |||
| + | === Raspberry Zero === | ||
| + | |||
| + | ^ Modèle | ||
| + | | Zero / W / WH | Zero | Mini HDMI | 1 micro USB | | 512 Mo | | ||
| + | |||
| + | === Raspberry Pi 3 === | ||
| + | |||
| + | ^ Modèle | ||
| + | | A+ | Compact | ||
| + | | B | Standard | ||
| + | | B+ | Standard | ||
| + | |||
| + | === Raspberry Pi 4 === | ||
| + | |||
| + | ^ Modèle | ||
| + | | B | Standard | ||
| + | |||
| + | ==== Révision ==== | ||
| + | |||
| + | <code bash> | ||
| + | grep -i revision / | ||
| + | </ | ||
| + | |||
| + | === Liste des révisions === | ||
| + | |||
| + | ^ Révision | ||
| + | | 0002 | Q1 2012 | B Revision 1.0 | 256 Mo | | ||
| + | | 0003 | Q1 2012 | B Revision 1.0 + Fuses mod and D14 removed | ||
| + | | 0004 | Q3 2012 | B Revision 2.0 | 256 Mo | | ||
| + | | 0005 | Q4 2012 | B Revision 2.0 | 256 Mo | | ||
| + | | 0006 | Q4 2012 | B Revision 2.0 | 256 Mo | | ||
| + | | 0007 | Q1 2013 | A Revision 2.0 | 256 Mo | | ||
| + | | 0008 | Q1 2013 | A Revision 2.0 | 256 Mo | | ||
| + | | 0009 | Q1 2013 | A Revision 2.0 | 256 Mo | | ||
| + | | 000d | Q4 2012 | B Revision 2.0 | 512 Mo | | ||
| + | | 000e | Q4 2012 | B Revision 2.0 | 512 Mo | | ||
| + | | 000f | Q4 2012 | B Revision 2.0 | 512 Mo | | ||
| + | | 0010 | Q3 2014 | B+ Revision 1.0 | 512 Mo | | ||
| + | | 0011 | Q2 2014 | Compute Module Revision 1.0 | 512 Mo | | ||
| + | | 0012 | Q4 2014 | A+ Revision 1.1 | 256 Mo | | ||
| + | | 0013 | Q1 2015 | B+ Revision 1.2 | 512 Mo | | ||
| + | | 0014 | Q2 2014 | Compute Module Revision 1.0 | 512 Mo | | ||
| + | | 0015 | | A+ Revision 1.1 | 256 Mo/512 Mo | | ||
| + | | a01040 | ||
| + | | a01041 | ||
| + | | a21041 | ||
| + | | a22042 | ||
| + | | 900021 | ||
| + | | 900032 | ||
| + | | 900092 | ||
| + | | 900093 | ||
| + | | 920093 | ||
| + | | 9000c1 | ||
| + | | a02082 | ||
| + | | a020a0 | ||
| + | | a22082 | ||
| + | | a32082 | ||
| + | | a020d3 | ||
| + | | 9020e0 | ||
| + | | a02100 | ||
| + | | a03111 | ||
| + | | b03111 | ||
| + | | b03114 | ||
| + | | c03111 | ||
| + | | d03115 | ||
| + | |||
| + | ---- | ||
| + | |||
| + | [[all: | ||
| + | |||
| + | ===== CPU ===== | ||
| + | |||
| + | ==== Architecture ==== | ||
| + | |||
| + | ^ Modèle | ||
| + | | Raspberry Pi A+ | ARMv6 | ARM1176JZF-S | ||
| + | | Raspberry Pi B+ | ARMv6 | ARM1176JZF-S | ||
| + | | Raspberry Pi Zero | ARMv6 | ARM1176JZF-S | ||
| + | | Raspberry Pi Zero W | ARMv6 | ARM1176JZF-S | ||
| + | | Raspberry Pi Zero 2 W | ARMv8 | Cortex-A53 64-bit | ||
| + | | Raspberry Pi 2 B | ARMv7 | Cortex-A7 | ||
| + | | Raspberry Pi 3 B | ARMv8 | Cortex-A53 64-bit | ||
| + | | Raspberry Pi 3 B+ | ARMv8 | Cortex-A53 64-bit | ||
| + | | Raspberry Pi 4 B | ARMv8 | Cortex-A72 64-bit | ||
| + | | Raspberry Pi 400 | ARMv8 | Cortex-A72 64-bit | ||
| + | |||
| + | ==== OS 32 ou 64 bits ==== | ||
| + | |||
| + | <code bash> | ||
| + | uname -m | ||
| + | </ | ||
| + | |||
| + | | Rapsberry PI 1 / PI Zero | arm6hf | ||
| + | | Rapsberry PI 2 | armhf | 32 bits | | ||
| + | | Rapsberry PI Zero 2 / PI 3 / PI 4 | armv71 | ||
| + | | Rapsberry PI Zero 2 / PI 3 / PI 4 | arm64 / aarch64 | ||
| + | |||
| + | ==== Comparaison complète ==== | ||
| + | |||
| + | [[https:// | ||
| + | |||
| + | ---- | ||
| + | |||
| + | [[all: | ||
| + | |||
| + | ===== Interrogation paramètres ===== | ||
| + | |||
| + | ==== Température du SOC ==== | ||
| + | |||
| + | <code bash> | ||
| + | sudo vcgencmd measure_temp | ||
| + | </ | ||
| + | |||
| + | ==== Fréquence horloge ==== | ||
| + | |||
| + | <code bash> | ||
| + | vcgencmd measure_clock < | ||
| + | </ | ||
| + | |||
| + | <code bash> | ||
| + | for src in arm core h264 isp v3d uart pwm emmc pixel vec hdmi dpi ; do \ | ||
| + | echo -e " | ||
| + | done | ||
| + | </ | ||
| + | |||
| + | Fréquence courante (à diviser par 1000) : | ||
| + | |||
| + | <code bash> | ||
| + | cat / | ||
| + | </ | ||
| + | |||
| + | ==== Tension ==== | ||
| + | |||
| + | <code bash> | ||
| + | vcgencmd measure_volts <id> | ||
| + | </ | ||
| + | |||
| + | <code bash> | ||
| + | for id in core sdram_c sdram_i sdram_p ; do \ | ||
| + | echo -e " | ||
| + | done | ||
| + | </ | ||
| + | |||
| + | ==== codecs ==== | ||
| + | |||
| + | <code bash> | ||
| + | vcgencmd codec_enabled < | ||
| + | </ | ||
| + | |||
| + | <code bash> | ||
| + | for codec in H264 MPG2 WVC1 MPG4 MJPG WMV9 ; do \ | ||
| + | echo -e " | ||
| + | done | ||
| + | </ | ||
| + | |||
| + | ==== configuration ==== | ||
| + | |||
| + | <code bash> | ||
| + | vcgencmd get_config [config|int|str] | ||
| + | </ | ||
| + | |||
| + | <code bash> | ||
| + | vcgencmd get_config int | ||
| + | </ | ||
| + | |||
| + | ==== configuration mémoire ==== | ||
| + | |||
| + | <code bash> | ||
| + | vcgencmd get_mem arm/gpu | ||
| + | </ | ||
| + | |||
| + | <code bash> | ||
| + | vcgencmd get_mem arm && vcgencmd get_mem gpu | ||
| + | </ | ||
| + | |||
| + | ==== firmware ==== | ||
| + | |||
| + | <code bash> | ||
| + | vcgencmd version | ||
| + | </ | ||
| + | |||
| + | ==== Contenu OTP ==== | ||
| + | |||
| + | Dump de la mémoire OTP (One Time Embedded) embarquée dans le SOC. | ||
| + | |||
| + | <code bash> | ||
| + | vcgencmd otp_dump | ||
| + | </ | ||
| + | |||
| + | < | ||
| + | 08:00000000 | ||
| + | 09:00000000 | ||
| + | 10:00000000 | ||
| + | 11:00000000 | ||
| + | 12:00000000 | ||
| + | 13:00000000 | ||
| + | 14:00000000 | ||
| + | 15:00000000 | ||
| + | 16:00280000 | ||
| + | 17: | ||
| + | 18:1020000a | ||
| + | 19:ffffffff | ||
| + | 20:ffffffff | ||
| + | 21:ffffffff | ||
| + | 22:ffffffff | ||
| + | 23:ffffffff | ||
| + | 24:ffffffff | ||
| + | 25:ffffffff | ||
| + | 26:ffffffff | ||
| + | 27:0000c2c2 | ||
| + | 28: | ||
| + | 29:93eb45f2 | ||
| + | 30: | ||
| + | 31:00000000 | ||
| + | 32: | ||
| + | 33:00000000 | ||
| + | 34:00000000 | ||
| + | 35:00000000 | ||
| + | 36:00000000 | ||
| + | 37:00000000 | ||
| + | 38:00000000 | ||
| + | 39:00000000 | ||
| + | 40:00000000 | ||
| + | 41:00000000 | ||
| + | 42:00000000 | ||
| + | 43:00000000 | ||
| + | 44:00000000 | ||
| + | 45:00000000 | ||
| + | 46:00000000 | ||
| + | 47:00000000 | ||
| + | 48:00000000 | ||
| + | 49:00000000 | ||
| + | 50:00000000 | ||
| + | 51:00000000 | ||
| + | 52:00000000 | ||
| + | 53:00000000 | ||
| + | 54:00000000 | ||
| + | 55:00000000 | ||
| + | 56:00000000 | ||
| + | 57:00000000 | ||
| + | 58:00000000 | ||
| + | 59:00000000 | ||
| + | 60:00000000 | ||
| + | 61:00000000 | ||
| + | 62:00000000 | ||
| + | 63:00000000 | ||
| + | 64:00000000 | ||
| + | </ | ||
| + | |||
| + | ==== vidéo ==== | ||
| + | |||
| + | === Désactivation sortie vidéo === | ||
| + | |||
| + | <code bash> | ||
| + | vcgencmd display_power 0 | ||
| + | </ | ||
| + | |||
| + | === activation sortie vidéo === | ||
| + | |||
| + | <code bash> | ||
| + | vcgencmd display_power 1 | ||
| + | </ | ||
| + | |||
| + | ==== Carte SD ==== | ||
| + | |||
| + | === Vérification secteurs défectueux === | ||
| + | |||
| + | <code bash> | ||
| + | sudo badblocks -v / | ||
| + | </ | ||
| + | |||
| + | === Vérification usure === | ||
| + | |||
| + | <code bash> | ||
| + | dmesg -T | grep mmc | ||
| + | </ | ||
| + | |||
| + | === Test vitesse écriture === | ||
| + | |||
| + | <code bash> | ||
| + | dd if=/ | ||
| + | </ | ||
| + | |||
| + | ---- | ||
| + | |||
| + | ===== Sources ===== | ||
| + | |||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | ---- | ||
| + | |||
| + | [[all: | ||
