Just an update - I had tried it the way shown here:
https://gist.github.com/TobiasWooldr...ca75190b9a473f
the output is ... weird again.
When I do try to copy entire file (or significant part of the file) it hangs on:
Code:
info filesystems:installdata:KINDLEFIX looking for /mnt/us/mmcblk0p1.img ...:
info filesystems:installdata:KINDLEFIX found mmcblk0p1.img, trying to install:I
boot: C def:rst:reset=hard:version=174700
kernel: E wdog:Abnormal reset detected but saved buffer invalid:
INFO: task kjournald:561 blocked for more than 120 seconds.
"echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
INFO: task loop0:613 blocked for more than 120 seconds.
"echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
but when I do try to only copy ie. 4MB of the file - by adding 'count=1000' to the dd command it does perform the copy succesfully (when I do set count to 8000 it breaks as for full file).
That leads me to on of the two options:
- the storage is somehow broken for larger offsets ??
- the two lines that shows afterwards somehow do play evil role and break the process
Code:
boot: C def:rst:reset=hard:version=174700
kernel: E wdog:Abnormal reset detected but saved buffer invalid:
Any ideas?