Raspberry Pi OS quickstart

From Bitpost wiki
Revision as of 23:06, 2 June 2022 by M (talk | contribs) (Created page with "== 2022 Raspberry Pi OS setup == Raspberry Pi OS is a debian distro that supports my 4k Sony "monitor" out of the box, nice. * Use the [https://www.raspberrypi.com/software/...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

2022 Raspberry Pi OS setup

Raspberry Pi OS is a debian distro that supports my 4k Sony "monitor" out of the box, nice.

  • Use the Imager to grab an image and burn to an SD card
sudo dpkg -i imager_1.7.2_amd64.deb
sudo rpi-imager&
# pick Raspberry Pi OS LITE (32-bit or 64-bit?  I am trying both...)
  • Plug power, keyboard, eth cable and HDMI cable into pi and boot it up
  • Go through setup wizard: US, username m, etc.
  • Run config to turn on ssh
sudo raspi-config
# 1 System Options > S1 Wireless LAN > Enter 2.4 SSID + pw
# 2 System Options > S4 Hostname > (eg: carambola)
# 3 Interface Options > I2 SSH > Enable
# 6 Advanced Options > A1 Expand Filesystem
ip a # remember the IP address

You can now ssh from a more comfortable location to set things up.