swiftgeek has quit [Read error: Connection reset by peer]
swiftgeek has joined #linux-sunxi
<apritzel>
Hypfer: for which SoC, specifically? I think for the newer SoCs (like H616/T507) AW provided some v6.x sources?
<apritzel>
Hypfer: but keep in mind that "more recent kernel version" does not mean too much, it's still mostly the same hideous hacks, just rebased
sunshavi has quit [Remote host closed the connection]
sunshavi has joined #linux-sunxi
warpme has quit []
warpme has joined #linux-sunxi
warpme has quit []
<Hypfer>
apritzel To resolve the x/y question: What i'm actually looking for are the nand parameters for SkyHigh S34ML02G3 nand, which seems to be fairly recent and thus unsupported by the kernel used
<Hypfer>
The linked repo contains those for the S34ML02G2 but not G3 in the nand_id2.c
<Hypfer>
Someone who actually has a clue about this could probably also deduce them from the spec pdf I suppose
<Hypfer>
What I did find is that it apparently comes with internal ECC that can't be disabled but no clue what to make out of that information
KREYREN_oftc has quit [Ping timeout: 480 seconds]
montjoie_ has joined #linux-sunxi
montjoie has quit [Ping timeout: 480 seconds]
<apritzel>
Hypfer: I have no practical experience with NAND, just know enough to stay away from it. From what I know, we don't really support raw NAND on sunxi in mainline, in general, especially not on halfway modern SoCs and with non-SLC chips.
warpme has joined #linux-sunxi
warpme has quit []
smaeul has joined #linux-sunxi
<Hypfer>
apritzel Understandable. I'd want to stay as far away as possible from non-self-managing flash too
<apritzel>
I think other people in here have much knowledge about it. AFAIK what works is the SLC flash on the CHIP board (https://linux-sunxi.org/NextThingCo_CHIP), which is an almost 9 year old board with an A13 SoC.
<apritzel>
We don't even have the DT nodes for the NAND controller in recent SoCs, though this might be the least of our problems