04-03-2016, 02:08 PM
(04-03-2016, 05:06 AM)Keex Wrote: Hi,Thanks on the tips. I also use Diskpart to clean the SD partition. Just need to be extra careful not to clean your harddisk. My advise after launch diskpart, first action is immediately select to your SD card disk number to avoid any accidental mistake.
while trying to burn Android or RemixOS images to my SD card I encountered the problem, that the "Burn" process in PhoenixCard canceled at random points during the burn process, with just saying "Error" in the log. This could happen right after formatting, or it could burn some steps and then cancel. Hitting Burn multiple times could lead to different points of "Error".
One method that did work out for me in the end was the one described by user "Wurstbrot" in this thread of the lemaker.org forums:
Quote:Hi there,
I'm using a Laptop with Windows 8.1 with in-built card reader and had the same Problem burning an image and stumbled upon a pretty easy solution:
First you have to format your sd-card with sd-formatter (hint (Keex): SD Card Formatter), method full erase and format size adjustment ON. Thats in case you tried several Android installs, obviously there remain some leftovers.
Then turn on PhoenixCard (V310_20130618), select method "Startup" and press format.
Then you press "burn" and then.... Usually in 19 out of 20 tries I get an error.
Now here is the catch: when you get the error, eject the sd-card. Wait a few seconds till it says
"No drive present" or such, then Re-enter the card and hit "Burn"....
This time it will perform perfectly.
I've tried this several times now and it works everytime!
Hope I could save somebody some time,
cheers
Steps:
- (Optional: Perform complete card clean with Diskpart, as described below)
This time it should perform the Burn process successfully. I personally had no luck whatsoever, tried multiple readers and images, but this worked on the first try. I tested it with the RemixOS image "pine64_B2016022702_1000MB_LAN.img". The OS started successfully on the Pine64+ 2 GB.
- Format SD Card using SD Card Formatter (if it says that Full Erase wasn't supported for your card and instead did Quick Format, don't worry)
- Start PhoenixCard (version 3.10 on Pine64 Downloads page works)
- Select correct drive letter and image
- Select "Startup" method
- Click Burn (not format to normal!)
- Wait for error
- Leave PhoenixCard running, and pull out the SD card from the computer (i pulled out the card from my reader, not the whole reader)
- Wait for PhoenixCard to say "No devices found" or similar. Usually happens instantaneously. If nothing happens, start again at the top and try pulling the whole reader instead.
- Push the card/reader back into the reader/PC
- Select correct drive letter
- Click burn.
I am running Win10 64bit. I did not use any compatibility modes or something along those lines.
Edit. For when it doesn't work:
I noticed that it doesn't work directly every time. Here is what may help:
Perform complete clean of the SD card using Diskpart
- Be careful! You may damage the system if you select the wrong disk to work on!
- Windows Key+R (Run program) -> Diskpart (possibly accept UAC)
The continue with the steps above.
- In the shell type in: list disk
- Find the number of the disk that is the SD card (usually one of the last, e.g. check the size)
- Type in: select disk 3 (instead of 3 the number you found)
- Type in: clean
- Type in: create partition primary
- Close the shell
Anyways, just wanted to share with you, for when you run into the same problems.
.. TL