View Single Post
Old 03-03-2012, 09:36 AM   #32
hawhill
Wizard
hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.
 
hawhill's Avatar
 
Posts: 1,379
Karma: 2155307
Join Date: Nov 2010
Location: Goettingen, Germany
Device: Kindle Paperwhite, Kobo Mini
On the kindle that would rather be
Code:
nc 192.168.15.201 5555 | dd of=/dev/mmcblk0p1 bs=4K
I would go as far as saying that even piping via SSH should work. So that would trim down to just doing
Code:
ssh root@KINDLE dd of=/dev/mmcblk0p1 bs=4k < mmcblk0p1.img
on the host PC.
hawhill is offline   Reply With Quote