View Single Post
Old 10-09-2016, 01:42 PM   #2
wstrzalka
Junior Member
wstrzalka began at the beginning.
 
Posts: 7
Karma: 10
Join Date: Oct 2016
Device: PW1
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?

Last edited by wstrzalka; 10-09-2016 at 01:57 PM.
wstrzalka is offline   Reply With Quote