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
apritzel has quit [Ping timeout: 480 seconds]
vagrantc has quit [Quit: leaving]
cnxsoft has joined #linux-sunxi
stipa is now known as Guest9190
stipa has joined #linux-sunxi
Guest9190 has quit [Ping timeout: 480 seconds]
junari__ has joined #linux-sunxi
junari_ has quit [Ping timeout: 480 seconds]
stipa is now known as Guest9199
stipa has joined #linux-sunxi
junari__ has quit [Ping timeout: 480 seconds]
Guest9199 has quit [Read error: Connection reset by peer]
vagrantc has joined #linux-sunxi
JohnDoe_71Rus has joined #linux-sunxi
macromorgan_ has joined #linux-sunxi
Daanct12 has joined #linux-sunxi
keegans_ has joined #linux-sunxi
vagrantc has quit [Quit: leaving]
buZz_ has joined #linux-sunxi
buZz has quit [resistance.oftc.net larich.oftc.net]
macromorgan has quit [resistance.oftc.net larich.oftc.net]
keegans has quit [resistance.oftc.net larich.oftc.net]
Danct12 has quit [resistance.oftc.net larich.oftc.net]
Danct12 has joined #linux-sunxi
Danct12 has quit [Max SendQ exceeded]
junari__ has joined #linux-sunxi
junari__ is now known as junari
<junari> jernej: values that writing to mctl_ctl->mrctrl1 is dram_mr0-dram_mr3 from dram_para (for ddr3). This is one of the reasons why warpme's memory did not work.
apritzel has joined #linux-sunxi
Daaanct12 has joined #linux-sunxi
Daanct12 has quit [Ping timeout: 480 seconds]
apritzel has quit [Ping timeout: 480 seconds]
gsz has joined #linux-sunxi
junari_ has joined #linux-sunxi
junari has quit [Ping timeout: 480 seconds]
warpme has joined #linux-sunxi
evgeny_boger has joined #linux-sunxi
bauen1 has quit [Ping timeout: 480 seconds]
paulk has joined #linux-sunxi
warpme has quit []
warpme has joined #linux-sunxi
apritzel has joined #linux-sunxi
bauen1 has joined #linux-sunxi
gsz has quit [Ping timeout: 480 seconds]
bauen1_ has joined #linux-sunxi
bauen1 has quit [Ping timeout: 480 seconds]
JohnDoe_71Rus has quit [Ping timeout: 480 seconds]
<warpme> apritzel: returning a bit to non-working int.phy eth on h616/h313 with current u-boot: i started compare clocks (kernel clk summary) and indeed there is missing clock in non-working case https://paste.pics/1146db937dc3e1b9d2fe7dbbe58db02d (left is working; right is non-working). I don't know what will be better solution: enable it in u-boot or in kernel?
JohnDoe_71Rus has joined #linux-sunxi
evgeny_boger has quit [Ping timeout: 480 seconds]
junari__ has joined #linux-sunxi
junari_ has quit [Ping timeout: 480 seconds]
gsz has joined #linux-sunxi
gsz has quit [Ping timeout: 480 seconds]
buZz_ is now known as buZz
evgeny_boger has joined #linux-sunxi
rpirea has joined #linux-sunxi
ndufresne3 has joined #linux-sunxi
gsz has joined #linux-sunxi
ndufresne3 has quit []
evgeny_boger has quit [Ping timeout: 480 seconds]
gsz has quit [Ping timeout: 480 seconds]
rpirea has quit [Quit: rpirea]
rpirea has joined #linux-sunxi
jkm has joined #linux-sunxi
jkm has quit []
jkm has joined #linux-sunxi
diego71 has joined #linux-sunxi
evgeny_boger has joined #linux-sunxi
JohnDoe_71Rus has quit []
grming has joined #linux-sunxi
bauen1 has joined #linux-sunxi
bauen1_ has quit [Ping timeout: 480 seconds]
rpirea has quit [Quit: rpirea]
rpirea has joined #linux-sunxi
evgeny_boger has quit [Ping timeout: 480 seconds]
warpme has quit []
<apritzel> warpme_____: in the kernel, but I guess this is just the fallout of something else not working? If the MAC driver doesn't fully probe, then the clock would be disabled again
JohnDoe_71Rus has joined #linux-sunxi
cnxsoft has quit []
Daaanct12 is now known as Danct12
junari__ has quit [Ping timeout: 480 seconds]
evgeny_boger has joined #linux-sunxi
warpme has joined #linux-sunxi
rpirea has quit [Quit: rpirea]
rpirea has joined #linux-sunxi
vagrantc has joined #linux-sunxi
<warpme> apritzel : jernej just educated me int.phy is directly connected to ac200 and ac200 to operate needs clock. this clock is provided by pwm. So proper solution will be to add pwm, then ac200 then maybe eth on h313 starts to working. While this is most resonable approach - it will be also longest to get working eth on h313. As now we have _only_ Eth missing to have this box really usable as media player - I was hoping for quick win by
<warpme> reusing working h616 Eth hack on h313. But it looks it not works :-( I done test on h313 by using exact same kernel/uboot code from working h616 + just 2 rvbar/dram patches on h313. no Eth. argh...
evgeny_boger has quit [Ping timeout: 480 seconds]
warpme has quit []
warpme has joined #linux-sunxi
warpme has quit []
<jkm> warpme: this is a bit off topic, but do you have plans to support Allwinner H3 with MiniMyth2?
warpme has joined #linux-sunxi
warpme_____ has quit []
warpme_ has joined #linux-sunxi
warpme_ has quit []
warpme_ has joined #linux-sunxi
warpme_ has quit []
warpme_ has joined #linux-sunxi
chewitt has joined #linux-sunxi
<warpme_> jkm: MiniMyth2 runs MythTV and h3 imho is quite weak regarding gl (mali400 mp2). Mythtv Qt based gui will be unpleasantly slow on such weak gpu. By this I have no plans to go below H6. sorry!
warpme has quit []
warpme_ is now known as warpme
<jkm> warpme: that's totally understandable
<jkm> I have NanoPI NEO Air covered with dust and just looking for a use case for it...
bauen1_ has joined #linux-sunxi
bauen1 has quit [Ping timeout: 480 seconds]
gsz has joined #linux-sunxi
chewitt has quit [Quit: Zzz..]
<apritzel> warpme: yes, proper mainline internal PHY support is a bit out, especially on the H616/313.
<apritzel> jernej's U-Boot hack^Wcode programs the PWM clock (in bypass mode), so that should work. But I need to check if the kernel now sabotages some of clock gates again
<apritzel> and I don't think the H616 is really different from the H313 in this regard (MAC+PHY), but there might be some board differences between the Tanix and the X96Q regarding Ethernet
apritzel has quit [Ping timeout: 480 seconds]
apritzel has joined #linux-sunxi
bauen1_ has quit [Ping timeout: 480 seconds]
apritzel has quit [Ping timeout: 480 seconds]
JohnDoe_71Rus has quit []
ftg has joined #linux-sunxi
bauen1 has joined #linux-sunxi
gsz has quit [Ping timeout: 480 seconds]
vagrantc has quit [Quit: leaving]
apritzel has joined #linux-sunxi
<jernej> junari: not really, DRAM driver actually overwrites mr0 - mr3 values for LPDDR3 and DDR3 based on TPR2 parameter. You can see that in mctl_com_set_channel_timing() function in t507_boot0_sdcard.elf.
<jernej> but in this case dram parameters hold correct values. They didn't when I first wrote H616 driver and that was a bit confusing
rpirea has quit [Quit: rpirea]
rpirea has joined #linux-sunxi
rpirea has quit [Quit: rpirea]
ftg has quit [Read error: Connection reset by peer]
rpirea has joined #linux-sunxi
<jkm> 4095
rpirea has quit [Quit: rpirea]
rpirea has joined #linux-sunxi
vagrantc has joined #linux-sunxi
sunshavi_ has joined #linux-sunxi
sunshavi has quit [Ping timeout: 480 seconds]
rpirea has quit [Quit: rpirea]
rpirea has joined #linux-sunxi