Hi all,
I've a reproducible stability issue with both the 8.90.4 adamg image as well with kszaq's image on Le Potato: Copying a huge amount of data crashes the device. I tried - and all crash:
cp /var/media/USB1/DVD.iso /var/media/USB2
cp /var/media/USB1/DVD.iso /storage
cp /var/media/USB1/DVD.iso /dev/null
From a Windows PC via network:
DVD.iso via Samba --> \\MyIP\Videos
scp DVD.iso MyHost:/storage
scp DVD.iso MyHost:/var/media/USB
For those methods that show a progress bar, the copy job crashes after a few 100 MB, and it's not always at the same amount of data. DVD.iso has about 7GB. Since even copy to /dev/null fails, I'd say it's something with the general load on some bus or so, not just the write operation. It can't be just the read process, since network also fails. Network itself is robust as far as I can tell by putting some load to it. Tried 3 PSUs, all working well even with demanding Raspberry Pi tasks, where Voltage never drops below 5V.
No idea how to collect troubleshooting info for this - any hints?
Hauke