Quote:
Originally Posted by Whitefox
- - - -
Now should I try to do something like this?
Code:
./copycmp.sh /mnt/us/rootfs.img /dev/mmcblk0p1
and check it with
Code:
./dc3dd if=/mnt/us/rootfs.img hof=/dev/mmcblk0p1 hash=sha1 ssz=4096 nwspc=on verb=on
correct?
I got some problem coping the rootfs.img with usb, the file copied had a different md5 hash, so I had to split in a bunch of chunks, copy them(one at time), and join them using the serial console
|
Yes
Checking is optional - that was just to confirm script operation and demo dc3dd
ah - now that might be part of the problem.
= = = =
Sorry I haven't gotten the HowTo written yet -
Have to get my PW-3 re-assembled.
= = = =
dc3dd will do the splitting into chunks for you (dc3dd --help).
the one in x86/dc3dd might run on 32bit linux else install the copy from your linux distribution.