narmstrong changed the topic of #linux-amlogic to: Amlogic mainline kernel development discussion - our wiki http://linux-meson.com/ - ml linux-amlogic@lists.infradead.org - official channel moved from Freenode - publicly logged on https://libera.irclog.whitequark.org/linux-amlogic
luka177 has joined #linux-amlogic
luka177 has quit [Read error: Connection reset by peer]
luka177 has joined #linux-amlogic
djrscally has quit [Ping timeout: 245 seconds]
Lyude has quit [Quit: Bouncer restarting]
Lyude has joined #linux-amlogic
hexaheximal has joined #linux-amlogic
hexaheximal has quit [Remote host closed the connection]
GNUtoo has quit [Ping timeout: 240 seconds]
GNUtoo has joined #linux-amlogic
montjoie has quit [Ping timeout: 264 seconds]
montjoie has joined #linux-amlogic
jkl has quit [Quit: Gone.]
jkl has joined #linux-amlogic
luka177 has quit [Ping timeout: 264 seconds]
luka177 has joined #linux-amlogic
Consolatis has quit [Ping timeout: 245 seconds]
kbingham has quit [Remote host closed the connection]
kbingham has joined #linux-amlogic
Consolatis has joined #linux-amlogic
GNUtoo has quit [Remote host closed the connection]
GNUtoo has joined #linux-amlogic
GNUtoo has quit [Remote host closed the connection]
GNUtoo has joined #linux-amlogic
vagrantc has joined #linux-amlogic
vagrantc has quit [Quit: leaving]
f_[xmpp] has quit [Ping timeout: 264 seconds]
exkc has quit [Ping timeout: 264 seconds]
hexdump0815 has quit [Ping timeout: 260 seconds]
hexdump0815 has joined #linux-amlogic
buzzmarshall has quit [Quit: Konversation terminated!]
camus has joined #linux-amlogic
vagrantc has joined #linux-amlogic
vagrantc has quit [Quit: leaving]
f_[xmpp] has joined #linux-amlogic
psydroid has joined #linux-amlogic
Consolatis has quit [Ping timeout: 245 seconds]
Consolatis has joined #linux-amlogic
ungeskriptet has quit [Quit: The Lounge - https://thelounge.chat]
ungeskriptet has joined #linux-amlogic
zsoltiv__ has quit [Ping timeout: 264 seconds]
buzzmarshall has joined #linux-amlogic
luka177 has quit [Ping timeout: 255 seconds]
jacobk has quit [Ping timeout: 240 seconds]
hexaheximal_ has joined #linux-amlogic
<f_> Alright, so let me reiterate.
<f_> (U-Boot SPL)
<f_> * GXBB boots, but due to a regression it kernel panics after a while (last known-working commit: b294bfb5aaed28e26f9f450a18dcc0f65593872d)
<f_> * GXL boots, works perfectly fine AFAICT
<f_> * On both eMMC support doesn't work
<f_> * USB support is on TODO
<f_> * NAND will most likely not work
<f_> * SPI is untested
<f_> * DDR4 support in GXL is inexistant
<f_> Primary issue I'd like to solve is that GXBB panic issue
<f_> then eMMC (will probably remove bits and pieces of the MMC driver for SPL as bl2.bin doesn't do MMC init anyway)
<f_> then USB boot
<f_> Rest can be worked on after upstreaming.
<f_> I was a bit sceptical about b294bfb5aaed28e26f9f450a18dcc0f65593872d actually working fine, but running `stress-ng` so that it stress tests RAM doesn't b0rk the whole thing.
kenny has quit [Quit: WeeChat 4.1.2]
jacobk has joined #linux-amlogic
hexaheximal_ has quit [Read error: Connection reset by peer]
jacobk has quit [Ping timeout: 268 seconds]
kenny has joined #linux-amlogic
<f_> Ran it for a while, it uses ~80% of the RAM, so ~1.4 GB
<f_> :D
<f_> I should try the same on lepotato perhaps.
psydroid has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/]
psydroid has joined #linux-amlogic
hexdump0815 has quit [Quit: WeeChat 3.8]
hexdump0815 has joined #linux-amlogic
<f_> Ouch
<f_> What a funny mistake.
<f_> See this?
<f_> writel(0x880019d, DMC_REFR_CTRL2);
<f_> ^ while using DDR0
<f_> This is wrong. For DDR0 it should be:
<f_> writel(0x880019d, DMC_REFR_CTRL1);
<f_> Let's see if it works now.
<f_> I guess that was it.
<f_> \o/ !!
<minute> nice
<f_> Just need to reinstall postmarketOS to my SD card because..things became corrupt because I kept not cleanly shut it down :P
<f_> it's fine. I don't care about the data on it.
<f_> Still something weird happening on boot though, upon booting linux..output becomes distorted for a second.
<f_> mmh..doesn't seem to be much of an issue
<f_> I'll connect Wi-Fi and run stress-ng again
psydroid has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/]
<f_> I think I reacted too soon
<f_> stress-ng makes the whole thing kernel panic
<f_> So yeah memory corruption is still going..
<f_> It's just less severe
<f_> I'm still able to run neofetch
<f_> s/still/now/