>sudo apt update

>sudo apt full-upgrade -y

>sudo apt autoremove -y

>sudo apt clean

>sudo reboot

Raspberry Pi OS ファームウェアのバージョン確認

>sudo rpi-eeprom-update

Raspberry Pi Software Configuration Tool ( raspi-config ) の起動

>sudo raspi-config

Raspberry Pi OS のバージョンを調べる

>lsb_release -a

Python のバージョンを調べる

>python -V

SD カードが、Raspberry Pi OSを実行する性能があるか調べる。

[スタート・ボタン] ー [実行] ー [実行したいコマンドを入力してください。]

[ agnostics ] OK , Run Tests

Raspberry Pi に、MicroSoft VS Code をインストールする。

>sudo apt update

>sudo apt install -y code