Am 07.10.2016 um 01:35 schrieb aTc atc@k-n-p.org:
Trying to boot this thing just takes too much effort. That latest u-boot patch did make things slightly more reliable, but I'm beginning to suspect there's a lot more wrong with this one than not having enough power.
I can't even seem to boot the thing with the battery inserted anymore. Once the battery is removed, usb booting works, after about 15 minutes of trying, and even then it's very unreliable. I tried booting it with the lcd cable disconnected, but that didn't help either. It still gets stuck in u-boot most of the time. So it's probably not power related.
I do get a lot of fun error messages:
from u-boot:
SCSI: SATA link 0 timeout. AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl SATA mode undefined instruction
oops... I have never seen such in U-Boot.
pc : [<fef7c7c2>] lr : [<fef7c799>] reloc pc : [<801137c2>] lr : [<80113799>] sp : fdf48e10 ip : 0000000f fp : fef9e286 r10: 00000001 r9 : fdf48ef8 r8 : fefbbff4 r7 : 00000004 r6 : fef9e2ca r5 : ef26ff80 r4 : fefa18c9 r3 : fefa18c9 r2 : fef9e27b r1 : fef9e28c r0 : fef9e2cf Flags: nzcv IRQs off FIQs off Mode SVC_32 Resetting CPU ...
and
spl: mmc init failed with error: -19 ### ERROR ### Please RESET the board ###
and some nice kernel panics : [ 22.271826] Internal error: Oops - undefined instruction: 0 [#1] PREEMPT SMP ARM
When it does work, the screen sometimes ends up with a lot of garbage on it, sometimes causing it to freeze.
I suspect it has to do with the cpu board, it needs to be pushed in really really hard after disassembling the pyra to get it to even work at all.
Yes, very likely. It could theoretically be the SD card which might copy bad file contents but that is quite unlikely since it should be CRC protected (but this might also be wrong).
I assume these things occur at random locations? Then it looks as if either the I-cache or the DRAM looses some bits.
Enough complaining for now, i'll see if changing the kernel makes a difference, since i'm pretty much only using a patched kernel with the TILER stuff enabled, and haven't tried the latest 4.8 one either.
If you see this in SPL (MLO), u-boot and kernel then it is likely a hardware issue. Maybe your CPU board is very flappable by power supply variations.
Let's cross fingers that the new CPU boards are available soon and the SMPS3 solves the issues.
BR, Nikolaus