Download Images
Get a ready-to-flash SD card image with the Waveshare 8-DSI-TOUCH-A display pre-configured.
Pre-built Images
Section titled “Pre-built Images”Lite (64-bit)
Headless, no desktop
Perfect for kiosks, embedded systems, and headless displays.
- Raspberry Pi 5, 4, 3 (64-bit)
- ~600 MB download
- ~2 GB on SD card
Desktop (64-bit)
Full GUI with Wayland
Full desktop experience with touch-optimized settings.
- Raspberry Pi 5, 4 (64-bit)
- ~1.8 GB download
- ~4.5 GB on SD card
32-bit Images (Pi 3, older Pi 4)
Custom Image Builder
Section titled “Custom Image Builder”Build a custom image with your specific settings pre-configured. Perfect for deploying multiple devices with consistent configuration.
Flashing Options
Section titled “Flashing Options”Click “Open in RPi Imager” on any image above. The imager will launch with the Waveshare image pre-selected.
- Install Raspberry Pi Imager
- Click the imager button on any image
- Select your SD card
- Click Write
For direct browser-to-SD writing without additional software:
-
Download and run imgflash:
Terminal window # Download from releases (pre-built binary)curl -LO https://github.com/supported-systems/imgflash/releases/latest/download/imgflash-linux-x86_64chmod +x imgflash-linux-x86_64sudo ./imgflash-linux-x86_64# Or build from source (requires Rust 1.70+)cargo install --git https://github.com/supported-systems/imgflashsudo imgflash -
Refresh this page — you’ll see a green banner and “Write to SD Card” buttons
-
Click write, select your SD card, confirm
imgflash is a universal disk imaging tool that supports SD cards, USB drives, HDDs, and even CD/DVD burning. Learn more about imgflash →
Download the .img.xz file and flash manually:
Using balenaEtcher:
- Download balenaEtcher
- Select the downloaded
.img.xzfile (no extraction needed) - Select your SD card
- Click Flash
Using command line:
# Extract and write (Linux/macOS)xzcat waveshare-8dsi-*.img.xz | sudo dd of=/dev/sdX bs=4M status=progress
# Or use bmaptool for faster flashingbmaptool copy waveshare-8dsi-*.img.xz /dev/sdXWhat’s Included
Section titled “What’s Included”Every image includes:
- Latest Raspberry Pi OS (Bookworm)
- Pre-configured
config.txtwith DSI overlay - Touch calibration udev rules
- Brightness control tool (
waveshare-brightness) - SSH enabled (default user:
pi)