-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User specified image doesn't work #3
Comments
The script seems to only want to download an older image not the latest so I similarly tried to point the script to my download of it, resulting in: Do you wish to Download a Raspberry Pi compatible image (choose yes if you don't have one) (Y/n): n Beyond me! Help please. |
Hi, make sure that the debian.zip file is in the same directory as Raspiwrite.py, then simply type 'debian6-04-2012.zip' at when you are asked to locate the image. Sorry about the late reply, I'm afraid I lost the email among the large amounts of comment emails I've received on the exaviorn blog post for RasPiWrite |
Same issue here:
... the result of running 'dd' should probably be checked to see whether the transfer was successful... |
Hi,
I've successfully used RasPiWrite to download and write an image to an SD card, but it seems that when trying to write a user-specified image, the path of the image file is repeated. Here's the out put after I try 'accept':
Running dd bs=1m if=/Users/stuart/Downloads/RasPiWrite/OpenELEC.10977.img.gz//Users/stuart/Downloads/RasPiWrite/OpenELEC.10977.img.gz of=/dev/disk1...Waiting dd: /Users/stuart/Downloads/RasPiWrite/OpenELEC.10977.img.gz//Users/stuart/Downloads/RasPiWrite/OpenELEC.10977.img.gz: Not a directory
I'd try and fix it myself, but my Python skills are somewhat lacking!
The text was updated successfully, but these errors were encountered: