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
junari has quit [Remote host closed the connection]
junari has joined #linux-sunxi
ing_warn has joined #linux-sunxi
ing_warn_ has quit [Read error: Connection reset by peer]
junari has quit [Remote host closed the connection]
junari has joined #linux-sunxi
ftg has quit [Read error: Connection reset by peer]
<wens> apritzel: can you review the emac->gmac rename for a523? I'd like to get it in the same release
Daanct12 has joined #linux-sunxi
cnxsoft has joined #linux-sunxi
junari has quit [Remote host closed the connection]
junari has joined #linux-sunxi
junari has quit [Remote host closed the connection]
junari has joined #linux-sunxi
hexdump02 has joined #linux-sunxi
hexdump0815 has quit [Ping timeout: 480 seconds]
hexdump0815 has joined #linux-sunxi
hexdump01 has quit [Ping timeout: 480 seconds]
cnxsoft has quit [Remote host closed the connection]
junari has quit [Remote host closed the connection]
junari has joined #linux-sunxi
cnxsoft has joined #linux-sunxi
junari has quit [Remote host closed the connection]
junari has joined #linux-sunxi
junari has quit [Remote host closed the connection]
junari has joined #linux-sunxi
JohnDoe_71Rus has joined #linux-sunxi
junari has quit [Remote host closed the connection]
junari has joined #linux-sunxi
apritzel has joined #linux-sunxi
junari has quit [Remote host closed the connection]
junari has joined #linux-sunxi
<apritzel> plaes: That looks like something wrong with TF-A. Did you compile for the right SoC (make PLAT=sun50i_h616 DEBUG=1)? Did you give the path to the bl31.bin at U-Boot build time (make BL31=...)? Did you use "sunxi-fel uboot u-boot-sunxi-with-spl.bin" for booting?
<apritzel> plaes: you can verify with "sunxi-fw info u-boot-sunxi-with-spl.bin" that TF-A made it into the image (because it doesn't look like it did)
warpme has joined #linux-sunxi
<plaes> apritzel: cool, btw, you should advertise the sunxi-fw repository a bit more.. I almost started hacking the same functionality into sunxi-tools's `bootinfo` util
<plaes> It seems that there is something there: https://paste.debian.net/plain/1384396
<apritzel> plaes: can you use -v, to see that you got the right version and everything?
warpme has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
warpme has joined #linux-sunxi
apritzel has quit [Ping timeout: 480 seconds]
junari_ has joined #linux-sunxi
junari has quit [Remote host closed the connection]
warpme has quit []
mripard has quit [Quit: WeeChat 4.6.3]
cnxsoft1 has joined #linux-sunxi
warpme has joined #linux-sunxi
cnxsoft has quit [Ping timeout: 480 seconds]
warpme has quit []
junari__ has joined #linux-sunxi
junari_ has quit [Remote host closed the connection]
warpme has joined #linux-sunxi
apritzel has joined #linux-sunxi
junari__ has quit [Remote host closed the connection]
warpme has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
junari__ has joined #linux-sunxi
kuba2k236 has quit []
kuba2k2 has joined #linux-sunxi
warpme has joined #linux-sunxi
warpme has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
warpme has joined #linux-sunxi
junari_ has joined #linux-sunxi
<apritzel> plaes: thanks, that looks alright, sizes, load addresses and everything. Maybe it's a DRAM issue then? Since TF-A is the first code to run from DRAM (on the H616), so it's the first DRAM user in anger.
<apritzel> so is there anyone working on or being interested in working on the A733 support?
<apritzel> I have some pinctrl patches, made against the Syterkit code, so need to verify them agains the manual
junari__ has quit [Ping timeout: 480 seconds]
<apritzel> and I looked at the clocks yesterday, there are some changes (26 MHz instead of 24 MHz crystal, plus re-arranged clock offsets), but otherwise it's just seems a matter of diligence to create a clock driver
<plaes> well, not only that, it's a newer revision of PCB (ver4) of this device
<plaes> on v4 PCB, the lower crystal next to H700 is missing
<apritzel> plaes: do you have a picture of the v4 PCB? Is the DRAM chip different?
<apritzel> and the missing 32K crystal is interesting, we don't seem to mention it in the existing DTs (and IIRC the H616 package doesn't even support a 32KHz crystal)
Schimsalabim has quit [Read error: Connection reset by peer]
Schimsalabim has joined #linux-sunxi
<plaes> yeah, I "almost" have the picture, though nextcloud's Android app broke the auto-upload feature, so I have to relearn how to move images from my phone to computer :P
<plaes> dram chip is the same as in wiki
<apritzel> plaes: ah, yeah, those seemingly simple tasks can be quite painful with modern phones ;-) I hope Total Commander and its SFTP plugin stay around ...
<plaes> rest of the PCB looks quite similar
junari__ has joined #linux-sunxi
junari_ has quit [Ping timeout: 480 seconds]
<plaes> ooh.. there seems to be a new addition: BM8563 chip + 32kHz crystal on another location
<apritzel> interesting, wonder if the internal RTC is too power hungry then ...
<plaes> or they couldn't figure out low-power mode for it...
ungeskriptet_ has joined #linux-sunxi
<wens> apritzel: IIRC it's not the first time some vendor used an external RTC chip
<wens> apritzel: btw what should we do about the a100/a133 emac series, given that it's fully merged
<plaes> ok, here's the boot log with anbernic's image: https://paste.debian.net/plain/1384420
ungeskriptet has quit [Ping timeout: 480 seconds]
junari__ has quit [Remote host closed the connection]
junari__ has joined #linux-sunxi
evgeny_boger has joined #linux-sunxi
ftg has joined #linux-sunxi
warpme has quit []
junari__ has quit [Remote host closed the connection]
junari__ has joined #linux-sunxi
swiftgeek has quit [Ping timeout: 480 seconds]
<plaes> hmm.. which option should I set to see `debug(...)` from u-boot?
Daanct12 has quit [Quit: WeeChat 4.6.3]
<plaes> ok, I get: "DRAM:read calibration failed"
junari has joined #linux-sunxi
<junari> plaes: Try the old images with mainline u-boot, which definitely work
junari__ has quit [Remote host closed the connection]
<junari> you can try manjaro, with my version of the board u-boot definitely works
junari__ has joined #linux-sunxi
<plaes> well, I'm trying to get mainline stuff working, but there's no u-boot configuration for this device
<apritzel> wens: fully merged where? It's not in -next yet, isn't it?
junari has quit [Remote host closed the connection]
junari has joined #linux-sunxi
junari__ has quit [Remote host closed the connection]
junari__ has joined #linux-sunxi
<wens> apritzel: it's in each maintainer's tree
swiftgeek has joined #linux-sunxi
dsimic is now known as Guest21414
dsimic has joined #linux-sunxi
Guest21414 has quit [Ping timeout: 480 seconds]
junari has quit [Remote host closed the connection]
apritzel has quit [Ping timeout: 480 seconds]
cnxsoft1 has quit [Ping timeout: 480 seconds]
junari has joined #linux-sunxi
junari__ has quit [Remote host closed the connection]
junari__ has joined #linux-sunxi
<junari> I mean, it could be a regression in the mainline
<junari> It's worth trying versions that work for sure
junari has quit [Remote host closed the connection]
pmp-p is now known as Guest21415
pmp-p has joined #linux-sunxi
Guest21415 has quit [Ping timeout: 480 seconds]
junari__ has quit [Remote host closed the connection]
junari__ has joined #linux-sunxi
aggi has quit [Remote host closed the connection]
aggi has joined #linux-sunxi
aggi_ has joined #linux-sunxi
aggi has quit [Ping timeout: 480 seconds]
junari__ has quit [Remote host closed the connection]
junari__ has joined #linux-sunxi
warpme has joined #linux-sunxi
warpme has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
junari__ has quit [Remote host closed the connection]
junari__ has joined #linux-sunxi
junari__ has quit [Remote host closed the connection]
junari__ has joined #linux-sunxi
evgeny_boger has quit [Quit: evgeny_boger]
evgeny_boger has joined #linux-sunxi
evgeny_boger1 has joined #linux-sunxi
evgeny_boger has quit [Read error: Connection reset by peer]
hazardchem has quit [Read error: Connection reset by peer]
hazardchem has joined #linux-sunxi
evgeny_boger1 has quit [Ping timeout: 480 seconds]
junari__ has quit [Remote host closed the connection]
warpme has joined #linux-sunxi
junari__ has joined #linux-sunxi
warpme has quit [Ping timeout: 480 seconds]
Schimsalabim has quit [Ping timeout: 480 seconds]
warpme has joined #linux-sunxi
Schimsalabim has joined #linux-sunxi
warpme has quit [Ping timeout: 480 seconds]
Schimsalabim has quit [Read error: Connection reset by peer]
Schimsalabim has joined #linux-sunxi
JohnDoe_71Rus has quit [Quit: KVIrc KVIrc Quasar 5.2.6, revision: 5.2.6+git-7614-6f23368f1, build type: debug, sources date: 20160102, built on: 2025-03-30 13:34:35 UTC 5.2.6+git-7614-]
junari__ has quit [Remote host closed the connection]
junari__ has joined #linux-sunxi
hazardchem has quit [Remote host closed the connection]
hazardchem has joined #linux-sunxi
apritzel has joined #linux-sunxi
junari__ has quit [Remote host closed the connection]
junari__ has joined #linux-sunxi
warpme has joined #linux-sunxi
warpme has quit [Ping timeout: 480 seconds]
warpme has joined #linux-sunxi
warpme has quit [Ping timeout: 480 seconds]
junari__ has quit [Remote host closed the connection]
junari__ has joined #linux-sunxi
warpme has joined #linux-sunxi
warpme has quit [Ping timeout: 480 seconds]
junari__ has quit [Remote host closed the connection]
junari__ has joined #linux-sunxi
warpme has joined #linux-sunxi