ftg has quit [Read error: Connection reset by peer]
shiinakaze has joined #linux-sunxi
shiinakaze has quit []
hexdump01 has joined #linux-sunxi
hexdump0815 has quit [Ping timeout: 480 seconds]
JohnDoe_71Rus has joined #linux-sunxi
apritzel has joined #linux-sunxi
warpme has joined #linux-sunxi
apritzel has quit [Ping timeout: 480 seconds]
warpme has quit []
warpme has joined #linux-sunxi
ungeskriptet has joined #linux-sunxi
apritzel has joined #linux-sunxi
warpme has quit []
warpme has joined #linux-sunxi
hipboi has joined #linux-sunxi
hipboi has quit []
<loki666>
apritzel u-boot ram detection on H700 is still failing about 1 time over 4, any idea or patch I could try. I've already all the patch recently applied to u-boot custodian
apritzel has quit [Ping timeout: 480 seconds]
wingrime1 has quit []
wingrime-ww has joined #linux-sunxi
warpme has quit []
IlikeTech has joined #linux-sunxi
warpme has joined #linux-sunxi
MasterR3C0RD has quit [Quit: Bye!]
MasterR3C0RD has joined #linux-sunxi
hazardchem has quit [Read error: Connection reset by peer]
hazardchem has joined #linux-sunxi
warpme has quit []
dsimic is now known as Guest6213
dsimic has joined #linux-sunxi
jakllsch_ is now known as jakllsch
Guest6213 has quit [Ping timeout: 480 seconds]
wingrime1 has joined #linux-sunxi
wingrime-ww has quit [Ping timeout: 480 seconds]
flyback has quit []
flyback has joined #linux-sunxi
iscle has joined #linux-sunxi
JohnDoe_71Rus has quit [Ping timeout: 480 seconds]
JohnDoe_71Rus has joined #linux-sunxi
ftg has joined #linux-sunxi
iscle has quit [Remote host closed the connection]
<apritzel>
loki666: that's sad, also not the first time I hear this
<apritzel>
This is on an Anbernic device? And when does this happen, exactly? On a reset (watchdog reset? reset button?) or on a cold boot? So can start the SPL, then reset multiple times and it eventually happens?
<apritzel>
also: do you have an idea or can dig in to find out what exactly happens? So at what point the DRAM init code takes a wrong turn to calculate the size wrongly?
<loki666>
Cold boot, a couple of reset usually does the trick
<loki666>
I don't have the slightest clues at how to debug this issue... I'm more of a high level developer (Kotlin, python, go). I can read and write c, but the HW programming is... Difficult
<loki666>
I think tokyovigilante uboot fork was working better (could still fails sometimes, but more like 1 over 10) but it's not working anymore since mainline DTS moved PMIC to I2C bus
<loki666>
That being said, if you can guide me to debug stuff (print regs or I don't know) that could help you, I'm all good to try (and learn something in the process)
<apritzel>
loki666: was it on those Anbernic devices that we saw the DRAM voltage increased to 1.16V (on the BSP)? Or do I mix this up?
<loki666>
It's on an Anbernic device the RG35XX family, but I don't know about this voltage increase.
<loki666>
Uboot detects 2Gb instead of just 1
<loki666>
And then crash
<apritzel>
can you try to change that line in the defconfig to CONFIG_AXP_DCDC3_VOLT=1160, and see if that changes anything?