View Single Post
Old 03-25-2014, 10:51 AM   #201
Difflugia
Testate Amoeba
Difflugia ought to be getting tired of karma fortunes by now.Difflugia ought to be getting tired of karma fortunes by now.Difflugia ought to be getting tired of karma fortunes by now.Difflugia ought to be getting tired of karma fortunes by now.Difflugia ought to be getting tired of karma fortunes by now.Difflugia ought to be getting tired of karma fortunes by now.Difflugia ought to be getting tired of karma fortunes by now.Difflugia ought to be getting tired of karma fortunes by now.Difflugia ought to be getting tired of karma fortunes by now.Difflugia ought to be getting tired of karma fortunes by now.Difflugia ought to be getting tired of karma fortunes by now.
 
Difflugia's Avatar
 
Posts: 3,049
Karma: 27300000
Join Date: Sep 2012
Device: Many Android devices, Kindle 2, Toshiba e755 PocketPC
I didn't see it at first, but I looked again after a little sleep.

dd if=/dev/sdb of=./vox_image.bin bs=512
dd if=./vox-image.bin of=/dev/sdb bs=512

Note that in the first command (where we created the file), the name is "vox_image.bin" and in the second (where we're trying to use it), it's "vox-image.bin". I've updated my original instructions, but you just need to change the second command to:

dd if=./vox_image.bin of=/dev/sdb bs=512

and it should work fine. You should be able to pick up right at that point.

Last edited by Difflugia; 03-25-2014 at 10:54 AM.
Difflugia is offline   Reply With Quote