Skip to content

Releases: consolving/gokrazy-kernel-a20

v0.1.11

11 May 09:09

Choose a tag to compare

Linux Kernel 6.18.29 (longterm) for BPI-R1

  • Major kernel upgrade from 6.12.x to 6.18.29 longterm series
  • Verified on hardware: boots reliably, all services start correctly
  • Includes U-Boot bootdelay=0 fix from v0.1.10

Files

  • bpi-r1.img.xz — Full 2 GiB disk image. Decompress and dd to SD card.
  • bpi-r1.gaf — gokrazy archive (ZIP with individual partition images + SBOM).

v0.1.10

11 May 08:46

Choose a tag to compare

Linux Kernel 6.12.87 + U-Boot fix for BPI-R1

  • Update to Linux 6.12.87 longterm kernel (from 6.12.23)
  • Set U-Boot CONFIG_BOOTDELAY=0 to prevent floating serial RX pin from halting boot when no serial cable is attached
  • Verified on hardware: boots reliably without serial connection, all services start correctly

Files

  • bpi-r1.img.xz — Full 2 GiB disk image. Decompress and dd to SD card.
  • bpi-r1.gaf — gokrazy archive (ZIP with individual partition images + SBOM).

Write to SD card

xz -d bpi-r1.img.xz
sudo dd if=bpi-r1.img of=/dev/sdX bs=4M status=progress

v0.1.9 (kernel 6.12.87)

11 May 07:53

Choose a tag to compare

Superseded by v0.1.10

v0.1.8

19 Apr 18:38

Choose a tag to compare

BPI-R1 SD Card Image

v0.1.8 — Kernel + loadmodules (WiFi) for the Banana Pi BPI-R1.

Files

  • bpi-r1.img.xz — Full 2 GiB disk image. Decompress and dd to SD card.
  • bpi-r1.gaf — gokrazy archive (ZIP with individual partition images + SBOM).

Write to SD card

xz -d bpi-r1.img.xz
sudo dd if=bpi-r1.img of=/dev/sdX bs=4M status=progress

v0.1.7

19 Apr 12:16

Choose a tag to compare

BPI-R1 SD Card Image

v0.1.7 — Kernel + loadmodules (WiFi) for the Banana Pi BPI-R1.

Files

  • bpi-r1.img.xz — Full 2 GiB disk image. Decompress and dd to SD card.
  • bpi-r1.gaf — gokrazy archive (ZIP with individual partition images + SBOM).

Write to SD card

xz -d bpi-r1.img.xz
sudo dd if=bpi-r1.img of=/dev/sdX bs=4M status=progress

Nightly (nightly-20260606)

19 Apr 12:14

Choose a tag to compare

Pre-release

BPI-R1 Nightly SD Card Image

nightly-20260606 — Built from 8e5eb2af790d3e666c033e1e0eb799ab1c55d214 on main.

This pre-release is overwritten every night. For stable images use a tagged release.

Files

  • bpi-r1.img.xz — Full 2 GiB disk image. Decompress and dd to SD card.
  • bpi-r1.gaf — gokrazy archive (ZIP with individual partition images + SBOM).

Write to SD card

xz -d bpi-r1.img.xz
sudo dd if=bpi-r1.img of=/dev/sdX bs=4M status=progress