Flashing an SD Card
After a successful build, the output images are in:
Image Formats
Depending on the BSP version, the generated image may have different extensions:
| Extension | Description |
|---|---|
.wic.zst |
Compressed with Zstandard (most recent) |
.wic.gz |
Compressed with gzip |
.wic.bz2 |
Compressed with bzip2 |
.wic |
Uncompressed WIC image |
.raw |
Raw disk image |
.sdcard |
Legacy format (older BSP releases) |
Check what's present in the deploy directory:
Identify the SD Card Device
Selecting the wrong device will permanently destroy data
Always verify the device path before running dd.
Insert the SD card and run lsblk again — the new device is your SD card.
Use the disk device (e.g. /dev/sdb), not a partition (not /dev/sdb1).
Flash the SD Card
Replace /dev/sdX with your actual SD card device.
Graphical alternative
BalenaEtcher handles all compressed formats automatically.
Download from balena.io/etcher.