Dart Fletch 无法解压缩 SD 卡图像

Dart Fletch can't unzip SD Card image

我无法使用 platforms/raspberry-pi2/flash-sd-card 解压缩我的 Fletch raspberry Pi 图像 :

Downloading SD card image
Downloading: DONE                             
Decompressing SD card image.
FAILURE: Failed to decompress SD card image
/tmp/flash_sd_cardo7mHn4/fletch_raspbian.img:  write error (disk full?).
Continue? (y/n/^C)
warning:  /tmp/flash_sd_cardo7mHn4/fletch_raspbian.img is probably truncated

在 manjaro Linux 上,我无法将文件解压缩到 /tmp/,我必须使用 设置自定义下载路径-- tmp-dir:

platforms/raspberry-pi2/flash-sd-card --tmp-dir $HOME

(请注意,完成此过程后,您可能必须自行删除这些临时文件。)