我无法用platforms/raspberry-pi2/flash-sd-card解压缩我的图像:
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发布于 2015-12-30 21:48:47
在manjaro上,我无法解压缩/tmp/中的文件,我不得不使用--tmp-dir设置自定义下载路径。
platforms/raspberry-pi2/flash-sd-card --tmp-dir $HOME(请注意,一旦进程完成,您可能不得不自己删除这些临时文件。)
https://stackoverflow.com/questions/34537766
复制相似问题