Skip to content

Instantly share code, notes, and snippets.

@govorox
Created September 2, 2021 09:02
Show Gist options
  • Save govorox/ba187fd8d697248ca5a09a0b68c84ee9 to your computer and use it in GitHub Desktop.
Save govorox/ba187fd8d697248ca5a09a0b68c84ee9 to your computer and use it in GitHub Desktop.
Flash Yocto WIC file to SD card
gunzip -c <IMAGE>.wic.gz | sudo dd of=/dev/sdX bs=1M iflag=fullblock oflag=direct conv=fsync
Optional:
status=progress
bs=4M
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment