OS

Raspberry Pi 3B+とRaspbian 10 Busterで、OS起動時に自動プログラム実行する方法
How to Automatically Start the Program when Running OS on Raspberry Pi 3B+ and Raspbian 10 Buster.

分かりやすいように、デスクトップ上の.shファイルを、bashで実行します。
Run .sh File by bash on Desktop, because it’s easy to understand.

LXterminal (端末; コマンドライン) で、次を実行します。
Run the next Command on LXTerminal.

pi@raspberrypi:~ $ cd /etc/xdg/lxsession/LXDE-pi
pi@raspberrypi:/etc/xdg/lxsession/LXDE-pi $ sudo nano autostart

次を、autostart内の末尾に記述します。
Add inside “autostart” in the end.