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> upnix: I would be indeed curious to see a stock firmware boot log, because I don't see a PMIC on the board. There is some unpopulated footprint near the microSD slot, though ...
<apritzel> upnix: I take this back, there is an AXP, next to the USB slots, it's just tiny ;-)
apritzel has quit [Ping timeout: 480 seconds]
cnxsoft has joined #linux-sunxi
kilobyte_ has quit [Ping timeout: 480 seconds]
kilobyte_ has joined #linux-sunxi
Rajko has joined #linux-sunxi
rajkosto has quit [Ping timeout: 480 seconds]
rajkosto has joined #linux-sunxi
Rajko has quit [Ping timeout: 480 seconds]
Rajko has joined #linux-sunxi
bitrot has joined #linux-sunxi
rajkosto has quit [Ping timeout: 480 seconds]
rajkosto has joined #linux-sunxi
Rajko has quit [Ping timeout: 480 seconds]
bitrot has quit [Ping timeout: 480 seconds]
rajkosto has quit [Ping timeout: 480 seconds]
junari__ has joined #linux-sunxi
JohnDoe_71Rus has joined #linux-sunxi
junari_ has joined #linux-sunxi
junari__ has quit [Ping timeout: 480 seconds]
apritzel has joined #linux-sunxi
junari__ has joined #linux-sunxi
junari_ has quit [Ping timeout: 480 seconds]
codekipper has joined #linux-sunxi
apritzel has quit [Ping timeout: 480 seconds]
junari_ has joined #linux-sunxi
junari__ has quit [Ping timeout: 480 seconds]
junari__ has joined #linux-sunxi
junari_ has quit [Ping timeout: 480 seconds]
warpme_____ has joined #linux-sunxi
mps_ has joined #linux-sunxi
mps has quit [Ping timeout: 480 seconds]
junari_ has joined #linux-sunxi
junari__ has quit [Ping timeout: 480 seconds]
LordKalma has quit [Quit: Server has probably crashed]
LordKalma has joined #linux-sunxi
apritzel has joined #linux-sunxi
bauen1 has quit [Ping timeout: 480 seconds]
pnill has quit []
grming has joined #linux-sunxi
pnill has joined #linux-sunxi
bauen1 has joined #linux-sunxi
bauen1 has quit [Ping timeout: 480 seconds]
junari has joined #linux-sunxi
junari_ has quit [Read error: Connection reset by peer]
JohnDoe_71Rus has quit []
bauen1 has joined #linux-sunxi
codekipper has quit [Ping timeout: 480 seconds]
bauen1 has quit [Ping timeout: 480 seconds]
bauen1 has joined #linux-sunxi
bauen1 has quit [Ping timeout: 480 seconds]
codekipper has joined #linux-sunxi
junari_ has joined #linux-sunxi
cnxsoft has quit []
junari has quit [Ping timeout: 480 seconds]
<apritzel> junari_: did you post some binary vendor boot0 for your board somewhere already? Just that first few KB from an SD card at 8K (or 128k). These contain the DRAM parameters (TPRx, bit delay values), to put into jernej's new DRAM code.
bauen1 has joined #linux-sunxi
JohnDoe_71Rus has joined #linux-sunxi
apritzel has quit [Ping timeout: 480 seconds]
bauen1 has quit [Quit: leaving]
bauen1 has joined #linux-sunxi
junari_ has quit [Ping timeout: 480 seconds]
bauen1_ has joined #linux-sunxi
bauen1 has quit [Ping timeout: 480 seconds]
LordKalma has quit [Quit: Server has probably crashed]
LordKalma has joined #linux-sunxi
vagrantc has joined #linux-sunxi
LordKalma has quit [Quit: Server has probably crashed]
LordKalma has joined #linux-sunxi
apritzel has joined #linux-sunxi
codekipper has quit [Ping timeout: 480 seconds]
upnix has joined #linux-sunxi
<upnix> Any tricks for definitively identifying the WiFi and Ethernet chips in my T95?
<jernej> upnix: open up the box and check markings?
<upnix> jernej: Yeah.. I guess I'll try a bit harder. I did look it over
<jernej> you can post picture here and I can check
<upnix> I have a picture, but I think it's too grainy: https://linux-sunxi.org/File:T95_Board_Front.jpg
<jernej> is it only fast ethernet? it looks like it
<upnix> Yup
<jernej> integrated PHY is used then
<jernej> it's not supported by mainline, but me and apritzel are working on it
<jernej> wifi has only some codes and google doesn't return anything useful
<upnix> Ok, I'll update the wiki with that. Thank you!
<jernej> can you run original android with serial console attached?
<upnix> I can
<jernej> wifi driver is usually pretty noisy on AW android and look at serial output should tell which one it is
<jernej> if that still doesn't tell, you can check for SDIO ID of the wifi
<upnix> I have a very long log from when I re-flashed the firmware: https://gist.github.com/upnix/5e8069755333c1fb5f3d647888d948ec
<jernej> but I forgot how this can be done. something in sysfs
<apritzel> I looked up that number on that Wifi chip yesterday, and only found sad things
<apritzel> apparently it has been used before in some Rockchip box
<upnix> Ok, I just wanted to make sure I wasn't missing anything easy
<apritzel> it should be rather straightforward to make a driver for the AXP: it's only a few rails, so probably just a subset of some other X-Powers PMIC
<jernej> it really uses internal ethernet phy (AC200)
<jernej> but there is nothing about wifi in your log. it contains actually two boots due to system update and about half of it is just repetition
<apritzel> jernej: I guess most of those TV boxes do now, since PHYs were (are?) heavily affected by the chip shortage
<apritzel> jernej: and also 100 MBit/s should be enough even for a 4K stream
<jernej> so maybe first indication would be to execute lsmod on android and they try to find SDIO ID in sysfs
<jernej> apritzel: yeah, that's most likely explanation
LordKalma has quit [Quit: Server has probably crashed]
LordKalma has joined #linux-sunxi
LordKalma has quit []
LordKalma has joined #linux-sunxi
<upnix> jernej: I'm not sure if this is what you were expecting: In /sys/bus/sdio/devices/mmc2:0001:2/uevent I see "SDIO_ID=02D0:4334", which this (https://github.com/systemd/systemd/blob/main/hwdb.d/sdio.ids) says is "BCM4334 WLAN card"
<upnix> But this could be different than the chip the BCM4334 is sitting in, no?
<jernej> why it would be different?
<jernej> you have wifi+bt module based on BCM4334 and it should be already covered by kernel
<apritzel> yeah, sounds like good news
<jernej> I have T95 variant with XR819
JohnDoe_71Rus has quit []
<upnix> jernej: I thought with comapnies like Boardcom chip manufacturers would license some specification, then incorporate it into a packaged chip ... or something like that. Like how I have some D-Link XYZ wi-fi card that's really a RealTek
<upnix> When I read about the XR819 and AW859A I assumed that was the situation
<upnix> But anyway, I'm glad that's good news
<jernej> I see what you mean now
<jernej> I don't really know if it is licensed IP core or genuine BRCM chip
<jernej> fun fact, Broadcom sold wifi section to Cypress
<upnix> I recently realized that Marvell did something similar
<jernej> but anyway, doesn't really matter who's the real designer of the chip. As long as it gives that ID, it should be driver compatible with BCM4334
<jernej> well, I also made patches for cw1200 to support XR819 (AW licensed IP core from ST, it seems)
<jernej> but they are not mainline, because they break suspend
<jernej> I've never come around to fix this
<jernej> but it's very old product. It shouldn't be used on new designs, but it's cheap, so yeah...
<apritzel> The XR819 you mean? I think they still put it even in H616 TV boxes, when they are advertised as "2.4 GHz only, no BT"
<apritzel> and you get the AW859 if it's "2.4/5GHz, with BT" :-(
<jernej> XR829 is another possibility with BT
upnix has quit [Quit: Page closed]
bauen1_ has quit [Ping timeout: 480 seconds]
gosha has joined #linux-sunxi
sh1 has joined #linux-sunxi
shosie has quit [Ping timeout: 480 seconds]
bauen1 has joined #linux-sunxi
bauen1_ has joined #linux-sunxi
bauen1 has quit [Ping timeout: 480 seconds]
macromorgan_ has joined #linux-sunxi
macromorgan is now known as Guest2265
Guest2265 has quit [Read error: Connection reset by peer]
macromorgan_ is now known as macromorgan
gosha has quit []
sunshavi_ has joined #linux-sunxi
narmstrong_ has joined #linux-sunxi
eldondev_ has joined #linux-sunxi
buZz_ has joined #linux-sunxi
eldondev has quit [Remote host closed the connection]
buZz has quit [Read error: Connection reset by peer]
vagrantc has quit [Remote host closed the connection]
vagrantc has joined #linux-sunxi
buZz_ has quit [resistance.oftc.net larich.oftc.net]
warpme_____ has quit [resistance.oftc.net larich.oftc.net]
grming has quit [resistance.oftc.net larich.oftc.net]
Luke-Jr has quit [resistance.oftc.net larich.oftc.net]
narmstrong has quit [resistance.oftc.net larich.oftc.net]
sunshavi has quit [resistance.oftc.net larich.oftc.net]
gnarface has quit [resistance.oftc.net larich.oftc.net]
Pinchiukas has quit [resistance.oftc.net larich.oftc.net]
vagrantc has quit [resistance.oftc.net larich.oftc.net]
<apritzel> smaeul: thanks for the AXP313 datasheet link. So is the AXP1530 the same?
buZz_ has joined #linux-sunxi
vagrantc has joined #linux-sunxi
sunshavi has joined #linux-sunxi
warpme_____ has joined #linux-sunxi
Luke-Jr has joined #linux-sunxi
grming has joined #linux-sunxi
Pinchiukas has joined #linux-sunxi
gnarface has joined #linux-sunxi
sunshavi has quit [Ping timeout: 482 seconds]
grming has quit [Ping timeout: 482 seconds]
<apritzel> I just put all the regulator bits into axp20x-regulator.c, only to realise that that AXP1530 patch on the list is using the same settings
ftg has joined #linux-sunxi
buZz_ is now known as buZz
rajkosto has joined #linux-sunxi
cheetahp1xie has quit [Read error: Connection reset by peer]
vagrantc has quit [Quit: leaving]