Skip to content
Snippets Groups Projects
Select Git revision
  • 295008d5bf671a51c5ab3f5c8022b1c40e73dffb
  • master default protected
  • L2SDP-1058
  • sdptr_lift
  • v1.5.0
  • v1.4.0
  • v1.3.0
  • v1.2.0
  • v1.1.2
  • v1.1.1
  • v1.1.0
  • v1.0.0
12 results

install_os_raspberrypi.md

Blame
  • donker's avatar
    L2SDP-717, add source init_file to md files.
    Pieter Donker authored
    94f0acd1
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Installation of raspbian os on a SDcard.

    Download Raspberry Pi Imager for your operating system

    Install and run the Imager (you need a sd-card reader).

    • CHOOSE OS, "Raspberry Pi OS (other)" > "Raspberry Pi OS Lite (32-bit)"
    • CHOOSE STORA..., "Select SDcard"
    • SETTINGS, check 'Enable SSH', 'Set locale settings' and select 'Time zone' SAVE
    • WRITE.
    Startup and configuration.

    Put the SD-card in the RaspberryPi and startup, login=pi, password=raspberry.

    sudo raspi-config
    Install missing tools/programs.
    sudo apt-get install git vim screen

    For only running "sdptr" more is not needed.