Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Raspberry Pi 5

install

  1. Get balenaEtcher-win32-x64-*.zip from Etcher - Releases.
  2. Decompress it to balenaEtcher/.
  3. Get Raspberry Pi Imager.
  4. Raspberry Pi Imager
    1. Raspberry Pi Device → Raspberry Pi 5
    2. 请选择需要写入的操作系统 → Other general-purpose OS → Ubuntu → Ubuntu Desktop 24.10 (64-bit)
    3. 储存卡 → SD card
    4. Next
  5. Install SD card in Pi5 and do user settings
    1. Enable WiFi
    2. Enable SSH1:
      sudo apt install ssh
      sudo systemctl enable ssh
      sudo ufw allow ssh
      sudo ufw enable
      sudo shutdown
      
  6. Put SD card into card reader. Add new line dtparam=pciex1_gen3 into SD card\config.txt2.
  7. balenaEtcher → clone SD card to NVMe driver.
  8. Install NVMe driver in Pi5, power on.
  9. You can log in to it via SSH.

  1. Quick Guide to Enabling SSH on Ubuntu 24.04

  2. Ubuntu 24.04 LTS Raspberry Pi 5. NVMe install Fix