Skip to content

dev-20251010-1307

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 10 Oct 12:28
· 2 commits to R5_3 since this release

πŸŽ‰ Dev Build - raspberrypi_armv7_thunder

Configuration: raspberrypi_armv7_thunder_defconfig
Reference: 3d0c8e2
Tag: dev-20251010-1307
Build Date: 2025-10-10T13:05:14+02:00
Triggered by: @bramoosterhuis

πŸ“¦ Artifacts

  • raspberrypi_armv7_thunder-3d0c8e2-sdcard.img.xz - Compressed SD card image
  • raspberrypi_armv7_thunder-3d0c8e2-sdcard.img.xz.sha256 - SHA256 checksum

πŸ”§ Platform

  • Target: Raspberry Pi (ARMv7 32-bit)
  • Variant: Thunder

⚑ Usage

# Download and verify
wget https://github.com/WebPlatformForEmbedded/lithosphere/releases/download/dev-20251010-1307/raspberrypi_armv7_thunder-3d0c8e2-sdcard.img.xz
wget https://github.com/WebPlatformForEmbedded/lithosphere/releases/download/dev-20251010-1307/raspberrypi_armv7_thunder-3d0c8e2-sdcard.img.xz.sha256

# Verify checksum
sha256sum -c raspberrypi_armv7_thunder-3d0c8e2-sdcard.img.xz.sha256

# Extract and flash
xz -d raspberrypi_armv7_thunder-3d0c8e2-sdcard.img.xz
sudo dd if=raspberrypi_armv7_thunder-3d0c8e2-sdcard.img of=/dev/sdX bs=4M status=progress
sync

⚠️ This is a development build for testing purposes.

Full Changelog: dev-20251010-1104...dev-20251010-1307