HCL:Raspberry Pi5

Jump to: navigation, search
Raspberry Pi 5

The Raspberry Pi 5 is a credit-card sized computer that plugs into your TV and a keyboard. It’s a capable little PC which can be used for many of the things that your desktop PC does, like spreadsheets, word-processing and games. It also plays high-definition video.

As of now user needs to connect a debug probe otherwise boot gets stuck at U-Boot.

Technical Data

  • Broadcom BCM2712 SoC
    • 4x ARM Cortex-A76 CPU @ 2.4GHz.
    • GPU: VideoCore VII
  • RAM: 2 - 16 GB LPDDR4X-4267 SDRAM (depending on model)
  • microSD card slot, with support for high-speed SDR104 mode
  • PCIe 2.0 x1 interface (requires separate M.2 HAT or other adapter)
  • Gigabit Ethernet
  • WiFi – 2.4 GHz and 5.0 GHz IEEE 802.11ac wireless
  • Bluetooth 5.0, BLE
  • USB: 2x USB 3.0 ports; 2x USB 2.0 ports
  • 40-pin connector also see Using The Header

Raspberry Pi boot EEPROM update

Please make sure you have latest boot firmware programmed into EEPROM.

How to update the bootloader can be found here.

openSUSE in Raspberry Pi 5

Download the image you want from here.

Geeko-white.png
Tumbleweed
JeOS image E20 image XFCE image LXQT image GNOME image KDE image X11 image

If the direct links above do not work for you, please check the general download directory for the images.


Write downloaded image to MicroSD card, please make sure to substitute /dev/sdx with a device representing the MicroSD card.

xzcat image.aarch64.raw.xz | dd of=/dev/sdx bs=1M status=progress conv=fsync; sync

In order to get a serial console, you need to delete the console kernel boot parameter in Grub.

Known issues

See also