Skip to content

OS image

Latest
Compare
Choose a tag to compare
@seungjunn seungjunn released this 16 May 06:15
· 1 commit to main since this release
88288f9

📥 Download and Reconstruct

  1. Download all sdcard.img.gz.part-* files.
  2. Run this command to combine and decompress them:
cat sdcard.img.gz.part* > sdcard.img.gz
gunzip sdcard.img.gz
  1. Then flash it to your SD card:
sudo dd if=sdcard.img of=/dev/sdX bs=4k status=progress

Replace /dev/sdX with your actual device.