04-03-2022
This commit is contained in:
@@ -2,17 +2,17 @@
|
||||
|
||||
|
||||
|
||||
#### Version of Debian:
|
||||
### Version of Debian:
|
||||
|
||||
```bash
|
||||
pi@framboise:~ $ cat /etc/debian_version
|
||||
$ cat /etc/debian_version
|
||||
9.6
|
||||
```
|
||||
|
||||
#### OS Release Notes:
|
||||
### OS Release Notes:
|
||||
|
||||
```bash
|
||||
pi@framboise:~ $ cat /etc/os-release
|
||||
$ cat /etc/os-release
|
||||
PRETTY_NAME="Raspbian GNU/Linux 9 (stretch)"
|
||||
NAME="Raspbian GNU/Linux"
|
||||
VERSION_ID="9"
|
||||
@@ -24,17 +24,17 @@ SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
|
||||
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
|
||||
```
|
||||
|
||||
#### Kernel version:
|
||||
### Kernel version:
|
||||
|
||||
```bash
|
||||
pi@framboise:~ $ uname -a
|
||||
$ uname -a
|
||||
Linux framboise 4.14.79-v7+ #1159 SMP Sun Nov 4 17:50:20 GMT 2018 armv7l GNU/Linux
|
||||
```
|
||||
|
||||
#### Harware version:
|
||||
### Hardware version:
|
||||
|
||||
```bash
|
||||
pi@framboise:~ $ cat /proc/cpuinfo
|
||||
$ cat /proc/cpuinfo
|
||||
processor : 0
|
||||
model name : ARMv7 Processor rev 4 (v7l)
|
||||
BogoMIPS : 38.40
|
||||
@@ -87,15 +87,15 @@ https://elinux.org/RPi_HardwareHistory
|
||||
|
||||
|
||||
|
||||
#### Autres méthodes (Raspian reçent):
|
||||
### Autres méthodes (Raspian reçent):
|
||||
|
||||
```bash
|
||||
pi@framboise:~ $ cat /proc/device-tree/model
|
||||
$ cat /proc/device-tree/model
|
||||
Raspberry Pi 3 Model B Rev 1.2
|
||||
```
|
||||
|
||||
```bash
|
||||
pi@framboise:~ $ pinout
|
||||
$ pinout
|
||||
,--------------------------------.
|
||||
| oooooooooooooooooooo J8 +====
|
||||
| 1ooooooooooooooooooo | USB
|
||||
@@ -146,19 +146,19 @@ GPIO26 (37) (38) GPIO20
|
||||
For further information, please refer to https://pinout.xyz/
|
||||
```
|
||||
|
||||
#### Version actuelle du firmware:
|
||||
### Version actuelle du firmware:
|
||||
|
||||
```bash
|
||||
pi@framboise:~ $ vcgencmd version
|
||||
$ vcgencmd version
|
||||
Nov 4 2018 16:35:17
|
||||
Copyright (c) 2012 Broadcom
|
||||
version ed5baf9520a3c4ca82ba38594b898f0c0446da66 (clean) (release)
|
||||
```
|
||||
|
||||
#### Télécharger la m-à-j du firmware sans installer:
|
||||
### Télécharger la m-à-j du firmware sans installer:
|
||||
|
||||
```bash
|
||||
pi@framboise:~ $ sudo JUST_CHECK=1 rpi-update
|
||||
$ sudo JUST_CHECK=1 rpi-update
|
||||
*** Raspberry Pi firmware updater by Hexxeh, enhanced by AndrewS and Dom
|
||||
*** Performing self-update
|
||||
% Total % Received % Xferd Average Speed Time Time Time Current
|
||||
@@ -172,7 +172,7 @@ pi@framboise:~ $ sudo JUST_CHECK=1 rpi-update
|
||||
#### Mettre à jour le firmware:
|
||||
|
||||
```bash
|
||||
pi@framboise:~ $ sudo rpi-update
|
||||
$ sudo rpi-update
|
||||
*** Raspberry Pi firmware updater by Hexxeh, enhanced by AndrewS and Dom
|
||||
*** Performing self-update
|
||||
*** Relaunching after update
|
||||
|
||||
Reference in New Issue
Block a user