Hi, I have found a new phenomenon which appears to be closely related and needs discussion.
Last Friday, I picked up the remaining newly built CPU-Boards and 12 of them are 4 GB RAM while 18 are 2GB with IM chips.
I tested the 2GB first and except three of them they booted well and without immediately visible problems.
Then I started to test the 4GB boards with Samsung chips.
All of them run U-Boot, load the kernel, but they hang around 3-6 seconds.
But this is with the DT that is limited to 1GHz!
Interestingly I found this in the log:
[ 2.890039] SMPS6: supplied by vsys_cobra [ 2.894966] smps6: Bringing 1350000uV into 1200000-1200000uV
What is SMPS6? It drives the VDD-DDR3L.
So it looks as if U-Boot starts with 1.35V and the Kernel actively reduces it to 1.2V.
If this is too low, we risk that the DRAM fails spuriously.
It does not completely explain why this also depends on the Cortex-A15 clock and OPPs because the EMIF always runs with the same external data rate. This is at least what I understand. There might only be less moments of RAM inactivity.
But it might explain why we did never see this on EVM or IGEP. AFAIK, they use a third type of DRAM chips (Micron).
So we have new questions: a) is 1.2V allowed for the DRAM chips we use b) if not, why does the kernel reduce this voltage
BR, Nikolaus