Hi

you can download the picorplayerlcd-image from Googledrive wit this
link:

https://drive.google.com/file/d/0BwlY2U0DBHwFZ1oydTFSU1ZKeDQ/edit?usp=sharing

if you take the picorelcd.img.gz file, you can restore the SD-card with
the command below:

gzip -dc /path_to_your_download/picorelcd.img.gz | dd of=/dev/sdX

(X is the placeholder of  youir SD-card; be carefully)


to make an image of your SD-card you can take the command below:

dd if=/dev/sdd bs=512 count=Y|gzip >
/path_of_your_directory/picorelcd.img.gz

(Y is the last block of the ext4 partition)


Under windows you can take the picorelcd.img file and the  Win32 Disk
Imager to restore the SD-card

I hope this is helpful for you

regards

I'm afraid my English is a bit rusty.


------------------------------------------------------------------------
rippi46's Profile: http://forums.slimdevices.com/member.php?userid=63080
View this thread: http://forums.slimdevices.com/showthread.php?t=101269

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to