Raspbian: Difference between revisions

From DaqWiki
Jump to navigation Jump to search
Line 12: Line 12:
== Install ==
== Install ==


* boot from SD flash, follow stock documention
* boot from SD flash, follow stock documention:
* boot from network  
** unzip 2021-10-30-raspios-bullseye-armhf-lite.zip into a .img
** dd of=/dev/sda if=2021-10-30-raspios-bullseye-armhf-lite.img bs=1024k status=progress
** boot from flash
** user pi password raspberry
** run rasp[i-config to enable US locale and US keyboard
** ifconfig -a to capture mac address, enter into dhcp, plug ethernet cable
** apt update; apt upgrade
* boot from network
** TBD


== Post install ==
== Post install ==

Revision as of 23:02, 20 December 2021

Raspbian OS

Links

Versions

  • buster is debian 10
  • bullseye is debian 11

Install

  • boot from SD flash, follow stock documention:
    • unzip 2021-10-30-raspios-bullseye-armhf-lite.zip into a .img
    • dd of=/dev/sda if=2021-10-30-raspios-bullseye-armhf-lite.img bs=1024k status=progress
    • boot from flash
    • user pi password raspberry
    • run rasp[i-config to enable US locale and US keyboard
    • ifconfig -a to capture mac address, enter into dhcp, plug ethernet cable
    • apt update; apt upgrade
  • boot from network
    • TBD

Post install

  • install missing packages
apt install emacs-nox git

General things

  • follow the installation checklist for Ubuntu

ZZZ