ChanServ changed the topic of #linux-sunxi to: Allwinner/sunxi development - Did you try looking at our wiki? https://linux-sunxi.org - Don't ask to ask. Just ask and wait for an answer! - This channel is logged at https://oftc.irclog.whitequark.org/linux-sunxi
Luke-Jr has joined #linux-sunxi
<apritzel> Hi, is there anyone left (except wens) who cares about sunxi-tools? libv? I figured the CI is broken (for a while, actually), also make check fails
<apritzel> I fixed this all in a new PR (https://github.com/linux-sunxi/sunxi-tools/pull/171), but merges were somewhat sluggish in the recent past (wens: many thanks for doing that!)
<apritzel> for instance there is PR#164 which is good to go, but sits there for a while now
<apritzel> and I think we are ready for a new release after more than five years ...
apritzel has quit [Ping timeout: 480 seconds]
vagrantc has quit [Quit: leaving]
JohnDoe_71Rus has joined #linux-sunxi
rajkosto has joined #linux-sunxi
rajkosto has quit [Ping timeout: 480 seconds]
ftg has joined #linux-sunxi
cnxsoft has joined #linux-sunxi
hlauer has joined #linux-sunxi
adjtm has quit [Quit: Leaving]
JohnDoe_71Rus has quit []
apritzel has joined #linux-sunxi
libv_ has joined #linux-sunxi
libv has quit [Ping timeout: 480 seconds]
adjtm has joined #linux-sunxi
JohnDoe_71Rus has joined #linux-sunxi
adjtm is now known as Guest17
adjtm has joined #linux-sunxi
Guest17 has quit [Ping timeout: 480 seconds]
apritzel has quit [Ping timeout: 480 seconds]
<adjtm> hi smaeul, I have some question about D1
<adjtm> doesn't D1 have GMAC? The support table says N/A but the allwinner web page says it has gigabit EMAC
<adjtm> also, I want to run andriod on D1, is RV Panel board support planed?
evgeny_boger has quit [Ping timeout: 480 seconds]
apritzel has joined #linux-sunxi
hlauer has quit [Ping timeout: 480 seconds]
cnxsoft has quit []
evgeny_boger has joined #linux-sunxi
hlauer has joined #linux-sunxi
Hypfer has joined #linux-sunxi
Hypfer has quit []
Hypfer has joined #linux-sunxi
<Hypfer> Hi, we have a thermal shutdown issue with a rooted vacuum robot based on the allwinner MR813. According to the kernel log, it shuts itself down, because thermal_zone0 reaches more than 110°C
<Hypfer> Is there something else we could check from an ssh session apart from the temperature reading?
<smaeul> adjtm: yes, D1 has an EMAC, and that EMAC supports gigabit Ethernet. I suppose that could go in the GMAC row of the table as well, even though there's no "GMAC" hardware block
<adjtm> I thought that gigabit EMAC was the same thing as GMAC :)
<smaeul> some older chips had two separate MACs: one for 10/100, and one for gigabit. the EMAC in the A83T and newer supports all speeds with one MAC
<smaeul> the Lichee RV Panel will be supported by Linux once someone writes a device tree, but that is a long way from getting Android running
Luke-Jr has quit [Ping timeout: 480 seconds]
JohnDoe_71Rus has quit []
apritzel has quit [Ping timeout: 480 seconds]
Luke-Jr has joined #linux-sunxi
bauen1 has quit [Quit: leaving]
<gamiee> Hello, bit generic question, but what is the best way to test stability and temperature performance of Allwinner SoC? I have Allwinner H3 SBC and I want to test how stable it will be when max cpu usage and ram bandwidth will be used, and how much temperature it will reach. Thanks
Luke-Jr has quit [Ping timeout: 480 seconds]
<evgeny_boger> Hypfer: do you use mainline kernel? If so, maybe your dts is lacking calibration data for temperature sensor. It's unique for each unit and stored in OTP memory
<Hypfer> evgeny_boger that's a good question. No idea honestly. Is there a way to figure that out?
<Hypfer> The robot is a Dreame Z10. We're just rooting those, meaning that the whole software image is made by the vendor of that thing
<Hypfer> The kernel features /proc/config.gz Maybe a flag in there might tell us something about whether or not it is mainline?
<evgeny_boger> well, if you get your Linux kernel shipped with device, it's probably not a mainline kernel
<evgeny_boger> right, it's not
bauen1 has joined #linux-sunxi
<evgeny_boger> But even if the THS sensor gives wrong reading, I tihnk the recent vendor kernel should lower frequency first in case of overheating. Shutdown is the last resort. I would try to lower the CPU frequency via cpufreq and see what happens next. If it's still overheating, I would say either the particular part is dead or something is VERY wrong with the schematics
<evgeny_boger> well, I would trust the temperature reading in this case. There is a tiny chance it's software problem. Maybe an error in Allwinner BSP or vendor somehow messed up with THS driver. But otherwise I would look for hardware issue.
Luke-Jr has joined #linux-sunxi
apritzel has joined #linux-sunxi
<Hypfer> Yeah it's probably a hardware failure of some sort. According to the user, the problem just appeared out of the blue
<Hypfer> I do wonder what kind of component failure would cause this though
<Hypfer> Like.. maybe a voltage regulator that puts out too much?
rajkosto has joined #linux-sunxi
<jernej> smaeul: is MMU issue resolved for D1?
<jernej> I mean, did maintainers find acceptable way to add quirk for D1?
landnode has quit []
ftg has quit [Read error: Connection reset by peer]
hlauer has quit [Ping timeout: 480 seconds]
rajkosto has quit [Read error: Connection reset by peer]
evgeny_boger has quit [Ping timeout: 480 seconds]
<smaeul> jernej: current status is https://lore.kernel.org/lkml/20220209123800.269774-1-heiko@sntech.de/T/ which seems like it will be accepted