1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

RaspberryPi4 初回起動編

Last updated at Posted at 2023-05-04

はじめに

RaspberryPi4の初回起動までをまとめる
セットアップに使っている環境はUbuntu 20.04です

起動ディスクの作成

Raspberry Pi Imagerのインストール

snapで入るらしい

sudo snap install rpi-imager

起動するとこんな感じ
Screenshot from 2023-05-03 13-08-06.png

  • OS
    • 64bitのfullイメージを選択
  • ストレージ
    • インストールするSDを選択
      あとはおもむろに書き込むを押す

初回セットアップ

画面に従ってセットアップする

ネットワーク回りの初回設定

これ見ながら設定

RaspberryPi4 ネットワーク編

はじめにインストールするもの

sudo apt install net-tools curl git vim fish -y

設定ファイルの移行

よく使ってるものは移動させる

.ssh
.gitconfig
.local/share/fish/fish_history
.config/fish/config.fish
.bashrc
.bash_profile

fish回りの設定

curl https://git.io/fisher --create-dirs -sLo ~/.config/fish/functions/fisher.fish
fisher install edc/bass
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?